Hi,
Consider case of TCDCOUPLES table; When a transaction is being called inside another transaction- whether the authority checks(ABAP code) for Called transactions is also checked except S_TCODE check?
e.g. checking table TCDCOUPLES- called transaction MM02; lists below transactions that calls MM02:
Calling Called
ADIP MM02
ADPT MM02
ADRE MM02
AUT10 MM02
BD10 MM02
C223 MM02
CA01 MM02
CA02 MM02
CANCDIS01 MM02
CC01 MM02
CC02 MM02
CC03 MM02
CC04 MM02
CC31 MM02
CC33 MM02
CCM2 MM02
CK40N MM02
Here if MM02 is called via CA02 - should user have authority check objects for MM02(except S_TCODE) as well in his profile?
Note: I am aware that S_TCODE check can suppressed via SE97, but my query is about other authority check objects in program code of called transaction!!
Best Regards,
Naveen