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 relates to the tables

Former Member
0 Kudos

Hi,Alles.

I want to use BAPI to operate some tables(such as KNA1,MARA). How can I find these BAPIs? Thanks for your help.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

For table MARA use (Goto se37 -> type Bapimat -> F4)

BAPI_MATERIAL_DELETE

BAPI_MATERIAL_DISPLAY

BAPI_MATERIAL_EDIT

BAPI_RETAILMATERIAL_CREATE

BAPI_RETAILMATERIAL_DELETE

BAPI_STANDARDMATERIAL_CREATE

For table KNA1 use (Goto se37 -> type BapiCust -> F4)

BAPI_CUSTOMER_CREATE

BAPI_CUSTOMER_DELETE

BAPI_CUSTOMER_DISPLAY

BAPI_CUSTOMER_EDIT

BAPI_CUSTOMER_EXISTENCECHECK

BAPI_CUSTOMER_FIND

BAPI_CUSTOMER_GETCONTACTLIST

BAPI_CUSTOMER_GETDETAIL2

BAPI_CUSTOMER_GETINTNUMBER

BAPI_CUSTOMER_GETLIST

Hope it helps...

Lokesh

Message was edited by: Lokesh Aggarwal

4 REPLIES 4

vinod_gunaware2
Active Contributor
0 Kudos

Use BAPI_MATERIAL_SAVEDATA

or U can use BAPI transaction to find out bapi

or go to se37 -> press f4 then put bapi* and excute

regards

vinod

Former Member
0 Kudos

Hi,

For table MARA use (Goto se37 -> type Bapimat -> F4)

BAPI_MATERIAL_DELETE

BAPI_MATERIAL_DISPLAY

BAPI_MATERIAL_EDIT

BAPI_RETAILMATERIAL_CREATE

BAPI_RETAILMATERIAL_DELETE

BAPI_STANDARDMATERIAL_CREATE

For table KNA1 use (Goto se37 -> type BapiCust -> F4)

BAPI_CUSTOMER_CREATE

BAPI_CUSTOMER_DELETE

BAPI_CUSTOMER_DISPLAY

BAPI_CUSTOMER_EDIT

BAPI_CUSTOMER_EXISTENCECHECK

BAPI_CUSTOMER_FIND

BAPI_CUSTOMER_GETCONTACTLIST

BAPI_CUSTOMER_GETDETAIL2

BAPI_CUSTOMER_GETINTNUMBER

BAPI_CUSTOMER_GETLIST

Hope it helps...

Lokesh

Message was edited by: Lokesh Aggarwal

Former Member
0 Kudos

Hi,

Go to transaction BAPI.

You can search for any BAPI you need.

Hope this helps..

Regards,

Shashank

former_member188685
Active Contributor
0 Kudos

Hi,

Go To transaction <b>BAPI</b>

Now click on Alphabetical tab.

now find the <b>Customer</b> just open the node , you can see the BAPI's related under customer.

similarly <b>Material</b> open the node, you can find the BAPI's related to Material.

Regards

vijay