‎2007 Jun 05 7:47 AM
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
‎2007 Jun 05 7:49 AM
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
‎2007 Jun 05 7:49 AM
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
‎2007 Jun 05 7:52 AM
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
‎2007 Jun 05 8:19 AM
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