2007 Sep 21 1:08 PM
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
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
2007 Sep 21 1:10 PM
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
2007 Sep 21 1:10 PM
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
2007 Sep 21 1:17 PM
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.
2007 Sep 21 1:18 PM
Sonali,
<b><REMOVED BY MODERATOR> - That kind of answer is not allowed on SDN</b>
Message was edited by:
Alvaro Tejada Galindo
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |