<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Authorization object ?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1173111#M123646</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u tell me which tcodes to refer step wise.&lt;/P&gt;&lt;P&gt;i m having list of su* all transactions. but i m unable to find wht actually they r doing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if anyone having help file like pdf format. plz mail me to hariabap2005@yahoo.co.in&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jan 2006 10:13:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-23T10:13:26Z</dc:date>
    <item>
      <title>Authorization object ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1173107#M123642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anyone send me good material on Authorization object concepts ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also plz tell me why we need authorization object in abap program. Wt is the syntax.? Guide me in detail&lt;/P&gt;&lt;P&gt;uses ? example ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 09:45:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1173107#M123642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-23T09:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization object ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1173108#M123643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;authorization is a too big subject to be simply answered. Look the help : &lt;A href="http://help.sap.com" target="test_blank"&gt;http://help.sap.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object and element will be list in the transaction SU20 / SU21. &lt;/P&gt;&lt;P&gt;To check if you miss an authorization look the transaction SU53.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and finaly, if you allow a user to create a delivery maybe you will not allow to create a purchasse order or anything else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the command, the magic button "F1" on the authorization-check will answer you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 09:52:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1173108#M123643</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-01-23T09:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization object ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1173109#M123644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Authorization Object are used to give authority to the user according to the position he or she is holding the organization unit.&lt;/P&gt;&lt;P&gt;Different roles are assigned to the position of the organization unit and these roles in turn are assigned to the task.&lt;/P&gt;&lt;P&gt;In SAP these task are assigned to the transactions .&lt;/P&gt;&lt;P&gt;So the user is given authorization for the particular transaction.&lt;/P&gt;&lt;P&gt;This way user are controlled from using the data which they are not supposed to accesss.&lt;/P&gt;&lt;P&gt;Sometimes the authorizatio is only to read , that mean user can see the data but cannot change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In some case the user is not eligible to see the data not relevant to his aera . eg. a sales rep in one sales area is not supposed to view the data of another sales area or sales rep.&lt;/P&gt;&lt;P&gt;Even the user might be authorized for a transaction but the usage will be limited to area relevant to his /her work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax u can find in abap help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUTHORITY-CHECK type this and use F1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 09:57:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1173109#M123644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-23T09:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization object ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1173110#M123645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the below link..&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/b5/ea95ccf91c7644b1499e26d44c8318/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/b5/ea95ccf91c7644b1499e26d44c8318/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Authorization is used to check whether a particular has the authorization to execute certain operation.For eg calling a transaction.With this we can avoid unauthorized access in SAP System..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 10:00:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1173110#M123645</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-01-23T10:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization object ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1173111#M123646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u tell me which tcodes to refer step wise.&lt;/P&gt;&lt;P&gt;i m having list of su* all transactions. but i m unable to find wht actually they r doing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if anyone having help file like pdf format. plz mail me to hariabap2005@yahoo.co.in&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 10:13:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1173111#M123646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-23T10:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization object ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1173112#M123647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use transaction su03 for creating auth objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 10:19:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1173112#M123647</guid>
      <dc:creator>lajitha_menon</dc:creator>
      <dc:date>2006-01-23T10:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization object ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1173113#M123648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This a snap shot of how authorizations works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Authorization object is created in tcode SU21. And authorization fields are created in SU20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each authorization object, we insert a number of fields. If the field for which we want to create authoriztion is not there, we create that field in SU20. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg : F_BKPF_BLA is an authorization object which has two fields, authorization group(BRGRU) and activity(ACTVT). Using this authorization object, you determine with which document type line items can be posted and processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Authorizations are created for this object giving the value permitted for each field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg authorization 1 - S_AUTH_1&lt;/P&gt;&lt;P&gt;         &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;activity - 01&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;BRGRU - authorization group &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Users have this authorization can perform activity 01, that is creating.&lt;/P&gt;&lt;P&gt;authorization S_AUTH_2&lt;/P&gt;&lt;P&gt;        *activity - 01, 02, 03.&lt;/P&gt;&lt;P&gt;        &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;BRGRU - authorization group &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Users having this authorization can perform activities 01, 02 and 03, that is create, change and display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A profile is created to store the authorizations and transactions allowed for a particular user(by defining the role). This is done using transaction PFCG. And this profile name is maintained in the user record for each user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the user logins, the user record is checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every time an action is taken by the user, an authority-check command must be called in the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT 'F_BKPF_BLA'&lt;/P&gt;&lt;P&gt;               ID 'BRGRU' FIELD T003-BRGRU&lt;/P&gt;&lt;P&gt;               ID 'ACTVT' FIELD '03'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, for this particular login, if an authorization for the given value is present, the transaction is accepted. Else the check fails and the action will not be allowed for the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg, if authorization S_AUTH_1 is there in the profile for that user, then this is allowed. But if only S_AUTH_2 is there, then the check fails.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 10:46:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object/m-p/1173113#M123648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-23T10:46:31Z</dc:date>
    </item>
  </channel>
</rss>

