2013 Mar 06 9:30 AM
Hi folks,
I need to change the quantity against a reservation number which is allready created for a particular quantity( Ex: rsnum = 2051 created for quantity 10, now i need to change rsnum = 2051 to quantity 5 . So which bapi should i use ?
thanks in advance.
2013 Mar 06 9:36 AM
2013 Mar 06 9:36 AM
2013 Mar 06 9:44 AM
Hi Mahesh,
You can use this BAPI BAPI_RESERVATION_CHANGE. Also just as an information for the future if you have any such requirement, best is to do a where-used list on that field (for ex: currently you can do a where-used list on RSNUM in SE11) for Function Module Interfaces, you will get a list of BAPIs/FMs.
Hope this helps!