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 to update RESB table

Former Member
0 Likes
6,662

Hi,

Could anyone pls tell the BAPI name to update the RESB (Reservation) table?

Thanks in advance.

2 REPLIES 2
Read only

former_member206439
Contributor
0 Likes
2,586

Did you tried this BAPi

BAPI_RESERVATION_CHANGE

You can change the following fields in a reservation item:

Storage Location (field STGE_LOC)

Batch Number (field BATCH)

Quantity in Unit of Entry (field ENTRY_QNT)

Requirements Date of Component (field REQ_DATE)

Item Text (field ITEM_TEXT)

Goods Recipient (field GR_RCPT)

Unloading Point (field UNLOAD_PT)

Set the 'Quantity is fixed' indicator (field FIXED_QUAN)

Set the 'Goods movement for reservation allowed' indicator (field MOVEMENT)

Set the 'Item is deleted' indicator (field DELETE_IND)

Set the 'Final issue for this reservation' indicator (field WITHDRAWN)

Read only

0 Likes
2,586

Thanks Naresh