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

Create return order against billing using bapi

Former Member
0 Likes
640

Hi All,

Can any body suggest me which bapi needs to be used to create return order with reference to Billing? I am able to create using va01, and copy controls are in place for manual creation. I saw some blogs that copy controls are not supported by BAPI.

I tried to create a return order using BAPI_CUSTOMERRETURN_CREATE, pricing is not created. I don't want to miss coping any fields in my return order from an invoice. Is there any alternative to acheive the requirement. Appreciate your inputs.

Thanks,

Priya.

1 REPLY 1
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
481

This is the correct BAPI. I used it before and never had any issues with pricing not copied over from invoice to RE. Sometimes BAPI do work differently than the online transaction. In a couple of cases we had to implement a user exit specifically for BAPI (there is a special field that indicates that BAPI is running).