Authorization objects with a value of single/double quote marks

Authorization objects with a value of single/double quote marks

I have some authorization objects that literally have single or double quotation marks as their values. I see these values associated with objects such as S_BTCH_NAM. What do these values allow or permit as part of this authorization object?

    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.

Sometimes the SAP programs perform an authorization check before a particular value has been input by the user. For example at transaction start some programs check the activity code (e.g. 01) but no opportunity to enter an organizational value has been given the user (e.g. company code). The authorization will test the user's authorization for single quotation mark values. It doesn't typically make a lot of sense to do this with an authorization object with a single field but developers who do not understand the authorization concept may be arbitrary in how they use objects and customers must provide the values that will allow their users to do their work.

This was first published in June 2008