Application Development 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: 

BAPI to create Sales Return Order

Former Member
0 Kudos

Hi,

Can anyone provide me BAPIs to create Sales Return Order and to update Open Return orders with reference to invoice.

Thanks in Advance,

Anand Raj Kuruba.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Try with BAPI_CUSTOMERRETURN_CREATE

for further detail check,

regards,

anirban

6 REPLIES 6

Former Member
0 Kudos

Hi,

Try with BAPI_CUSTOMERRETURN_CREATE

for further detail check,

regards,

anirban

Former Member
0 Kudos

Hi Anand,

Check this BAPI:

BAPI_CUSTOMERRETURN_CREATE

Check this link for example:

Regards,

Chandra Sekhar

narin_nandivada3
Active Contributor
0 Kudos

Hi,

BAPI_CUSTOMERRETURN_CREATE

Please go through this link to know how to pass the parameters to this FM

Hope this would help you.

Good luck

Narin

Former Member
0 Kudos

Hello There.

I would like to suggest my opinion,

[SDN Wiki Code Gallery - Standard Reference - Return Order Using BAPI|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/return%2border%2busing%2bbapi]

1. Go To Transaction BAPI.

2. In Hierarchial Window, All the Released BAPIs for various modules are displayed.

Click the node for a particular module and view its Database table, related BAPI parameters.

3. Similarly, for Alphabetical Window.

This Window has individual BAPI classification (Different order).

(Example: SalesOrder).

Documentation Window gives details pertaining every BAPI for any module.

4. Alternatively, For finding all BAPI's in general.

Go To, SE37 - ABAP Function modules and search with text BAPI.

All BAPIs are displayed.

Hope that's usefull.

Good Luck & Regards.

Harsh Dave

Former Member
0 Kudos

HI,

Use the function module BAPI_CUSTOMERRETURN_CREATE

Thanks,

radha.

Former Member
0 Kudos

HI,

Try this function module BAPI_CUSTOMERRETURN_CREATE

Thanks,

Mahesh