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

WS_DELIVERY_UPDATE

Former Member
0 Likes
945

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

2 REPLIES 2
Read only

Former Member
0 Likes
535

Hi,

This should update the Delivery, if not then use function module SD_DELIVERY_UPDATE_PACKING

Regards

Sudheer

Read only

ami_selarka
Product and Topic Expert
Product and Topic Expert
0 Likes
535

The importing and exporting donot have Route infrmation.
How to pass that?