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 Member
0 Likes
1,198

how do I find the bapi BAPI_PRODORDCONF_CREATE_TT in transaction CO11n?

1 ACCEPTED SOLUTION
Read only

FredericGirod
Active Contributor
0 Likes
1,126

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 Likes
1,126

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

Read only

FredericGirod
Active Contributor
0 Likes
1,127

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 Likes
1,126

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

Read only

0 Likes
1,126

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