2007 Aug 31 11:40 AM
Hi,
How to update the Delivery Route and Delivery Time using Function Module.
I am using like
V_VBELN = 0080066033.
T_VBKOK-ROUTE = 'AUE267'.
T_VBKOK-LFUHR = '101010' .
CALL FUNCTION 'WS_DELIVERY_UPDATE'
EXPORTING
VBKOK_WA = T_VBKOK
DELIVERY = V_VBELN
COMMIT = 'X'
TABLES
PROT = T_PROTT
EXCEPTIONS
ERROR_MESSAGE = 99.
Commit work.
But It is not updating the Route(ROUTE) and Time fields(LFUHR).
Message was edited by:
Suresh Kumar
Message was edited by:
Suresh Kumar
Message was edited by:
Suresh Kumar
Message was edited by:
Suresh Kumar
Hi,
How to update the Delivery Route and Delivery Time using Function Module.
I am using like
V_VBELN = 0080066033.
T_VBKOK-ROUTE = 'AUE267'.
T_VBKOK-LFUHR = '101010' .
CALL FUNCTION 'WS_DELIVERY_UPDATE'
EXPORTING
VBKOK_WA = T_VBKOK
DELIVERY = V_VBELN
COMMIT = 'X'
TABLES
PROT = T_PROTT
EXCEPTIONS
ERROR_MESSAGE = 99.
Commit work.
But It is not updating the Route(ROUTE) and Time fields(LFUHR).
Message was edited by:
Suresh Kumar
Message was edited by:
Suresh Kumar
Message was edited by:
Suresh Kumar
Message was edited by:
Suresh Kumar
2007 Aug 31 11:59 AM
Hi,
This should update the Delivery, if not then use function module SD_DELIVERY_UPDATE_PACKING
Regards
Sudheer
2020 May 18 2:02 PM
The importing and exporting donot have Route infrmation.
How to pass that?
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |