‎2013 Apr 28 11:11 AM
Dear all,
I need quick information on how to pass the parameters value for characteristic update parameter in BAPI_CUSTOMERRETURN_CREATE.
following tables are available for characteristics in this bapi
*" RETURN_CFGS_REF STRUCTURE BAPICUCFG OPTIONAL
*" RETURN_CFGS_INST STRUCTURE BAPICUINS OPTIONAL
*" RETURN_CFGS_PART_OF STRUCTURE BAPICUPRT OPTIONAL
*" RETURN_CFGS_VALUE STRUCTURE BAPICUVAL OPTIONAL
*" RETURN_CFGS_BLOB STRUCTURE BAPICUBLB OPTIONAL
*" RETURN_CFGS_VK STRUCTURE BAPICUVK OPTIONAL
*" RETURN_CFGS_REFINST STRUCTURE BAPICUREF OPTIONAL
I've filled the structure RETURN_CFGS_VALUE as follows:
| Line | CONFIG_ID | INST_ID | CHARC | CHARC_TXT | VALUE |
| 1 | 000001 | 00000001 | Z_SHORT_LENGHT | 17,000 km | |
| 2 | 000001 | 00000001 | TEMPLATE_NEW2 | BB0009 |
But it doesn't work .
Have I to fill other structures?
Appriciate your help.
Best regards,
Alessandro
‎2013 Apr 28 1:24 PM
Hi Alessandro,
Kindly check is there any documents available for the BAPI. (in SM37 open the BAPI in display mode, Click on the Documentation).
Also,
Use COMMIT WORK (or call BAPI BAPI_TRANSACTION_COMMIT) after calling BAPIBAPI_CUSTOMERRETURN_CREATE in your custom program to commit the changes in the database.
Thanks & Regards,
Venugopal M N
‎2013 Apr 28 3:08 PM
Dear Venugopal,
thanks for your kind and quick reply. Unfortunately in my SAP the documentation is not available for that BAPI
Alessandro