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: 

how to find bapi in standard transaction sap

former_member691402
Participant
0 Kudos
214

how do I find the bapi BAPI_PRODORDCONF_CREATE_TT in transaction CO11n?

1 ACCEPTED SOLUTION

FredericGirod
Active Contributor
0 Kudos
142

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

Sandra_Rossi
Active Contributor
0 Kudos
142

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

FredericGirod
Active Contributor
0 Kudos
143

BAPI in transaction ??

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

but BAPI are normally not used in transaction

0 Kudos
142

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

0 Kudos
142

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