Can SAP developer include authority check for S_TCODE in a called transaction?

Can SAP developer include authority check for S_TCODE in a called transaction?

Is there an object that allows you to run a new T_Code (i.e., KB51N) from the SM35 T_Code without having to add the new T_Code in S_TCODE?

For example, I believe you can simply add a new T_Code in an object that allows limited access to that new T_Code to run a report.

    Requires Free Membership to View

    When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSAP.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSAP.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

As a general rule, there is no authorization check on the called transaction code when called from another transaction. However, an SAP developer can include an authority check explicitly in the logic of the called transaction that will, by default, result in a check of the authority for S_TCODE for the called transaction.

If the check is implemented in accordance with SAP's guidance, the authority check for the transaction can be turned off using transaction SE97.

This was first published in March 2009