‎2009 Jan 16 10:01 AM
Hi Guru's,
My requirement is to update some standard SAP tables and I am looking for the right bapi's or so.
For the tables below I need to update the field bwtty (split valuation)
afpo-bwtty,
ekpo-bwtty,
lips-bwtty,
lips-bwtty,
marc-bwtyy,
mcha-bwtty.
No I found a badi BAPI_MATERIAL_SAVEDATA for the MARC table.But I can not find the others.
Hope someone can help me out.
Best regards,
Guido Koopmann
‎2009 Jan 16 10:11 AM
Hi,
As you found a BAPi to update MARC
EKPO - Purchase order item
so you can use BAPI_PO_CHANGE
AFPO - I think is order data
You can go to TCODE SWO1 to check the Bobjects and the change methods.
santhosh
‎2009 Jan 16 10:11 AM
Hi,
As you found a BAPi to update MARC
EKPO - Purchase order item
so you can use BAPI_PO_CHANGE
AFPO - I think is order data
You can go to TCODE SWO1 to check the Bobjects and the change methods.
santhosh
‎2009 Jan 16 10:20 AM
Hi Koopmann,
Refer to the link below for lists of BAPI:
http://www.sapbapi.com/bapi-list/
With luck,
Pritam.
‎2009 Jan 16 10:31 AM
hi,
BAPI_PO_CREATE1
BAPI_OUTB_DELIVERY_CREATE_SLS
BAPI_GOODSMVT_CREATE
thanks