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

Regarding BAPI

Former Member
0 Likes
433

HI ALL,

I find one bapi which is for creation of customer (BAPI_CUSTOMER_CREATE) but when i am trying to create a customer i can not able to find the bapi is triggering ,i placed a break point in it but i can not able to enter into the bapi.

What is the easy process to identify for bapi for t-codes.

Thnaks.

Sunil

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
412

Hi Sunil,

This BAPI is not triggered when you create a customer, this BAPI is used to create the customer :).

Reward points if useful.

Regards,

Atish

3 REPLIES 3
Read only

Former Member
0 Likes
413

Hi Sunil,

This BAPI is not triggered when you create a customer, this BAPI is used to create the customer :).

Reward points if useful.

Regards,

Atish

Read only

Former Member
0 Likes
412

HI,

TO create a new custoemr we use the BAPI(BAPI_CUSTOMER_CREATE), it will not trigger the BAPI when we create the new customer from Transaction code .....

to check the bapi's use the transaction code BAPI

Regards

Sudheer

Read only

Former Member
0 Likes
412

Hi,

you can find the BAPI_CUSTOMER_CREATE in SE37.Then debugg the BAPI put break point at your appropriate field.at that break point, in debugging mode goto call stack. In call stack you can see from which BAPI it is called .

Regards