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

Help required for table update

Former Member
0 Likes
648

Hi all,

Is there any standard SAP function module to update the weight field (BTGEW) of LIKP table.If there is any other way, please suggest.

Regards,

Mainak

4 REPLIES 4
Read only

Former Member
0 Likes
612

Hi

You can't simply update a weight field into the table LIKP directly and that is not advised

It has to be updated from the transaction VL02N or using a BAPI only

Why you wants to update this field alone?

check the BAPI

BAPI_OUTB_DELIVERY_CHANGE

<b><REMOVED BY MODERATOR></b>

regards

Anji

Message was edited by:

Alvaro Tejada Galindo

Read only

Former Member
0 Likes
612

Hi mainak,

Check the below FM :

MCV_DELIVERY_DOCUMENT_UPDATE

SD_DELIVERY_UPDATE

SD_DELIVERY_WE_FLOW_UPDATE

Thanks,

<b><REMOVED BY MODERATOR></b>

Message was edited by:

Alvaro Tejada Galindo

Read only

Former Member
0 Likes
612

Hi

use update command in program

parameter : p_vbeln type likp-vbeln,

p_btweg type likp-btweg.

update likp set btweg = p_btweg where

vbeln = p_vbeln.

Read only

0 Likes
612

Sonali,

<b><REMOVED BY MODERATOR> - That kind of answer is not allowed on SDN</b>

Message was edited by:

Alvaro Tejada Galindo