cancel
Showing results for 
Search instead for 
Did you mean: 

Bapi for credit memo request creation with reference to billing document

Former Member
0 Kudos

Hi Friends,

please give your expert advice.

Which BAPI i can use for creating credit memo request with reference to billing document.

Regards,

Sandeep.

Accepted Solutions (1)

Accepted Solutions (1)

Jelena
Active Contributor
0 Kudos

Actually it is BAPI_CUSTOMERRETURN_CREATE.

This has already been discussed, but in ABAP forum. Please do Search there for more details (and use Search before posting next time).

Answers (2)

Answers (2)

Former Member
0 Kudos

Try the foll.

BAPI_SALESORDER_CREATEFROMDATA --> if this does not work use the below as it will internally be called by this BAPI.

FM: SD_SALESDOCUMENT_CREATE

Former Member
0 Kudos

Hi,

Please use the below mentioned BAPI

BAPI_SALESDOCU_CREATEFROMDATA

BAPI_SALESORDER_CREATEFROMDAT1

BAPI_SALESORDER_CREATEFROMDAT2.

Also go through the below threads.

Hope this will help you !!!

Regards,

Krishna O