2020 Jul 29 9:17 AM
how do I find the bapi BAPI_PRODORDCONF_CREATE_TT in transaction CO11n?
2020 Jul 29 9:21 AM
BAPI in transaction ??
put a break point for function module BAPI.... and execute the transaction
but BAPI are normally not used in transaction
2020 Jul 29 9:19 AM
BAPIs are never called by transaction codes... (double coding)
2020 Jul 29 9:21 AM
BAPI in transaction ??
put a break point for function module BAPI.... and execute the transaction
but BAPI are normally not used in transaction
2020 Jul 29 9:28 AM
and if executin the transaction does not take me to the breakpoint what does it mean?
2020 Jul 29 9:45 AM
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