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 For Changing Reservation Num(Quantity)...

Former Member
0 Likes
1,438

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.

1 ACCEPTED SOLUTION
Read only

yogendra_bhaskar
Contributor
0 Likes
714

hi mahesh ,

use

BAPI_RESERVATION_CHANGE

regards,

Yogendra Bhaskar

2 REPLIES 2
Read only

yogendra_bhaskar
Contributor
0 Likes
715

hi mahesh ,

use

BAPI_RESERVATION_CHANGE

regards,

Yogendra Bhaskar

Read only

Former Member
0 Likes
714

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!