Application Development 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: 

UPDATE Table through Function Module

Former Member
0 Kudos

Update delivery document LIKP wit new route LIKP-ROUTE. suggest the correct function Module

3 REPLIES 3

Former Member
0 Kudos

This message was moderated.

raymond_giuseppi
Active Contributor
0 Kudos

Look at [BAPI_OUTB_DELIVERY_CHANGE|https://forums.sdn.sap.com/search.jspa?objID=c42&q=BAPI_OUTB_DELIVERY_CHANGE].

Regards,

Raymond

Former Member
0 Kudos

Hi,

Use BAPI

BAPI_OUTB_DELIVERY_CHANGE Change Outbound delivery

In this BAPI a Parameter called HEADER_DATA of type BAPIOBDLVHDRCHG.

There is field called Route, pass value in it.

Also Set field ROUTE_FLG in Parameter HEADER_CONTROL to X or U for Change.

Thanks &regards,

ShreeMohan