Skip to Content
0
Former Member
Aug 31, 2007 at 10:40 AM

WS_DELIVERY_UPDATE

410 Views

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