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

BAPI_CUSTOMERRETURN_CREATE

Former Member
0 Likes
1,438

Hello,

Have any of you ever workes with the BAPI BAPI_CUSTOMERRETURN_CREATE?

Can somebody of you give my an example how to fill the parameters and tables?

Thank You very much

Nicks

1 REPLY 1
Read only

Former Member
0 Likes
444

Hi Nick,

Here's a example of the parameters needed from another post :

These parameters passed into BAPI_CUSTOMERRETURN_CREATE produce a valid return based on our configuration.

RETURN_HEADER_IN

-DOC_TYPE RE

-SALES_ORG 0010

-DISTR_CHAN 10

-DIVISION 10

-PURCH_DATE 07/13/2004

-INCOTERMS1 3-5

-INCOTERMS2 ORIGIN

-PMNTTRMS NT00

-DLVSCHDUSE QA1

RETURN_ITEMS_IN -ITM_NUMBER 000000

-MATERIAL 20409-03-11

-TARGET_QTY 1.000

RETURN_PARTNERS -PARTN_ROLE SP

-PARTN_NUMB 1002

-ITM_NUMBER 000000

Hope this helps.

Cheers

Colin