Question:
I wanted to inquire if anyone knows the following:
SE93 - if you run the transaction then go the the "Utilities" menu there is an option called Authorizations for called transactions.
It displays similar to SU24 (USOBX_C). It will show called transactions for whichever transaction you put in the criteria. It also show a field by the check mark labeled "P". I'm used to the standard Check, Not Checked and Check Maintain. Not sure about the P.
Just curious how accurate the called tcode list is and what table is being used for this information?
Thanks!
Answer:
This is also tcode SE97 where you configure whether you want the 'Call transaction" command within the calling transaction to check S_TCODE on the call. Before this configuration table S_TCODE was not checked on a CALL TRANSACTION command unless SAP Hard coded the S_TCODE i n the calling or receiving tcode which they began to do in 4.5.
WHAT A MESS! ( thank you ASUG)
So in 4.6 SAP began allowing you to configure whether you want a S_TCODE check in or not and this is the place you configure it.
The table is TCDCOUPLES (sp? )
SAP loaded the table in late 4.5 and 4.6 by capturing the data as user's called transaction as you called the tcodes. the "capture" has been removed in 4.6C+
Answer:
Thanks John.
That helps!