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

how to find bapi in standard transaction sap

former_member691402
Participant
0 Kudos
530

how do I find the bapi BAPI_PRODORDCONF_CREATE_TT in transaction CO11n?

1 ACCEPTED SOLUTION
Read only

FredericGirod
Active Contributor
0 Kudos
458

BAPI in transaction ??

put a break point for function module BAPI.... and execute the transaction

but BAPI are normally not used in transaction

4 REPLIES 4
Read only

Sandra_Rossi
Active Contributor
0 Kudos
458

BAPIs are never called by transaction codes... (double coding)

Read only

FredericGirod
Active Contributor
0 Kudos
459

BAPI in transaction ??

put a break point for function module BAPI.... and execute the transaction

but BAPI are normally not used in transaction

Read only

0 Kudos
458

and if executin the transaction does not take me to the breakpoint what does it mean?

Read only

0 Kudos
458

that means there is no BAPI in this transaction, and most of the transaction have no BAPI inside.

if you try to find a BAPI corresponding of a transaction, start by searching in transaction BAPI