cancel
Showing results for 
Search instead for 
Did you mean: 

VL02n Delivery , How to Change Material Staging/Availability Date using Delivery BAPI

pubudug
Explorer
0 Kudos
414

VL02n ,

How to change the Delivery item Stag date(refer to screenshot) "Material Staging/Availability Date" ?

which ABAP / BAPI can be used to update/change the "Stag. Date" ?

Accepted Solutions (0)

Answers (1)

Answers (1)

DominikTylczyn
Active Contributor
0 Kudos

Hello pubudug

pubudugThe WS_DELIVERY_UPDATE and WS_DELIVERY_UDPATE_2 functions are commonly used to maintain deliveries. However neither of them allows update of availability dates. I'd say you best shot is using CALL TRANSACTION to VL02N in background.

Best regards

Dominik Tylczynski