Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

characteristic on BAPI_CUSTOMERRETURN_CREATE

Former Member
0 Likes
563

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:

LineCONFIG_IDINST_IDCHARCCHARC_TXTVALUE
100000100000001Z_SHORT_LENGHT
17,000 km
200000100000001TEMPLATE_NEW2
BB0009

But it doesn't work .

Have I to fill other structures?

Appriciate your help.

Best regards,

Alessandro

2 REPLIES 2
Read only

Former Member
0 Likes
487

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

Read only

0 Likes
487

Dear Venugopal,

thanks for your kind and quick reply. Unfortunately in my SAP the documentation is not available for that BAPI

Alessandro