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: 

BAPI/FM to update LIKP and VTTK tables

Former Member
0 Kudos

Hi All,

I need to update certain fields in the delivery tables LIKP and VTTK. Can anyone suggest how can I do that . I think i need to use certain BAPI or FM.

Thanks in advance,

2 REPLIES 2

Former Member
0 Kudos

Hi,

check out this :

CSO_P_DLVRY_GOODS_ISSUE_CREATE,

MAP2I_BAPISHIPMENTDLVITEM_LIPS,

MAP2I_BAPISHIPMENTDLVHDR_LIKP.

'SD_SHIPMENT_POST_GOODS_ISSUE'

BAPI_SHIPMENT_CHANGE

BBP_INB_DELIVERY_CREATE

RV_DELIVERY_CREATE

BAPI_INB_DELIVERY_SAVEREPLICA

<b>*Reward points</b>

Regards,

Message was edited by:

skk

Message was edited by:

skk

null

Peter_Inotai
Active Contributor
0 Kudos

HI,

I'd suggest to have a look at the following bapis:

BAPI_INB_DELIVERY_SAVEREPLICA

BAPI_SHIPMENT_CREATE (probable this is only for create, not for change)

Best regards,

Peter