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

Update tables.

Former Member
0 Likes
712

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
593

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

3 REPLIES 3
Read only

Former Member
0 Likes
594

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

Read only

Former Member
0 Likes
593

Hi Koopmann,

Refer to the link below for lists of BAPI:

http://www.sapbapi.com/bapi-list/

With luck,

Pritam.

Read only

Former Member
0 Likes
593

hi,

BAPI_PO_CREATE1

BAPI_OUTB_DELIVERY_CREATE_SLS

BAPI_GOODSMVT_CREATE

thanks