<?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 - SE93 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505809#M1654459</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the process that i have done is:&lt;/P&gt;&lt;P&gt;- create an infoset (with the code related to the authorization object) and a query.&lt;/P&gt;&lt;P&gt;- create a transaction linked to the query and to the authorization object.&lt;/P&gt;&lt;P&gt;- update the role in relation to the specific Valuation Area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i execute the Z transaction the specific user can see the datas of all the valuation areas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2012 12:07:54 GMT</pubDate>
    <dc:creator>antonio_bruno</dc:creator>
    <dc:date>2012-02-22T12:07:54Z</dc:date>
    <item>
      <title>Authorization - SE93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505800#M1654450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've created a custom transaction (referred to a query) to extract the standard price (MBEW). &lt;/P&gt;&lt;P&gt;I have the problem that users who can not see the standard price of particular plant (correct in relation to the authorization), however, if executed the transaction can show the standard price of all valuation areas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i set the SE93 to align the authorization of the transaction with the authorization of the user?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 10:33:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505800#M1654450</guid>
      <dc:creator>antonio_bruno</dc:creator>
      <dc:date>2012-02-21T10:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization - SE93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505801#M1654451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maintain a Authorizarion Group for this tranasction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your program you have to call the authority object.( which is assigned in in Tcode )&lt;/P&gt;&lt;P&gt;To check the user has a authoorization or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PraVeen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 10:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505801#M1654451</guid>
      <dc:creator>praveen_reddy2</dc:creator>
      <dc:date>2012-02-21T10:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization - SE93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505802#M1654452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this link.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;removed by moderator&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please don't post just link(s) without explaining the relevance.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Feb 21, 2012&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 11:33:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505802#M1654452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-21T11:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization - SE93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505803#M1654453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;which object should I use in the field Authorization object? is M_MATE_MZP ok? My transaction is related to MBEW-BWKEY and not to WERKS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 14:24:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505803#M1654453</guid>
      <dc:creator>antonio_bruno</dc:creator>
      <dc:date>2012-02-21T14:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization - SE93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505804#M1654454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You can create an authorisation object called as ZPRICE and inside that you can have 3 fields TCODE, WERKS and ACTVT. &lt;/P&gt;&lt;P&gt;Then you can create a role including this authorisation obejct. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 15:02:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505804#M1654454</guid>
      <dc:creator>vijaymanikandan</dc:creator>
      <dc:date>2012-02-21T15:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization - SE93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505805#M1654455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;i've add M_MATE_MZP (fields WERKS and ACTVT) to SE93, but didn't work. My doubt is that my query is based on BWKEY not on WERKS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe, should i use BWKEY instead WERKS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 15:21:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505805#M1654455</guid>
      <dc:creator>antonio_bruno</dc:creator>
      <dc:date>2012-02-21T15:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization - SE93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505806#M1654456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Kindly use BWKEY since its is Valuation area. Most cases valuation key and plant will be the same. Make sure that the user who is using the transaction has these values assigned. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 15:27:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505806#M1654456</guid>
      <dc:creator>vijaymanikandan</dc:creator>
      <dc:date>2012-02-21T15:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization - SE93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505807#M1654457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;i've tried both the solutions, but without results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that the authorization didn't work at the query level (if i click F1, BWKEY is associated with the table /1BCDWB/IQ000000000137).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, i've tried with:&lt;/P&gt;&lt;P&gt;- SE93: Authorization object: M_MATE_MZP&lt;/P&gt;&lt;P&gt;- SQ02: Code the Authority-check in section 6 - END-OF-SELECTION:&lt;/P&gt;&lt;P&gt;              AUTHORITY-CHECK OBJECT 'M_MATE_MZP'&lt;/P&gt;&lt;P&gt;              ID 'ACTVT' FIELD '03'&lt;/P&gt;&lt;P&gt;              ID 'WERKS' FIELD MBEW-BWKEY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;               MESSAGE 'Insufficient Authorization.Some data is truncated.' TYPE 'I'.&lt;/P&gt;&lt;P&gt;               endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 08:32:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505807#M1654457</guid>
      <dc:creator>antonio_bruno</dc:creator>
      <dc:date>2012-02-22T08:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization - SE93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505808#M1654458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Can you explain the entire process that you are doing? If it is question that you have created a new transaction for a ABAP query then its straight forward. Have you tried to run a SU53 after you get the failure or run a ST01 authorisation trace for the entire process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 10:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505808#M1654458</guid>
      <dc:creator>vijaymanikandan</dc:creator>
      <dc:date>2012-02-22T10:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization - SE93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505809#M1654459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the process that i have done is:&lt;/P&gt;&lt;P&gt;- create an infoset (with the code related to the authorization object) and a query.&lt;/P&gt;&lt;P&gt;- create a transaction linked to the query and to the authorization object.&lt;/P&gt;&lt;P&gt;- update the role in relation to the specific Valuation Area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i execute the Z transaction the specific user can see the datas of all the valuation areas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 12:07:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505809#M1654459</guid>
      <dc:creator>antonio_bruno</dc:creator>
      <dc:date>2012-02-22T12:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization - SE93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505810#M1654460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio,&lt;/P&gt;&lt;P&gt;OK. Then the problem is in the data that is being selected and displayed. &lt;/P&gt;&lt;P&gt;You have to check the code in the Infoset that you are writing. If your user belongs to plant X and on the selection screen you give an input as plant for Y do you see all that belongs to Y for which he is not authorised to see? &lt;/P&gt;&lt;P&gt;What are the tables that you have linked in your infoset? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Vijay V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 13:08:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505810#M1654460</guid>
      <dc:creator>vijaymanikandan</dc:creator>
      <dc:date>2012-02-22T13:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization - SE93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505811#M1654461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;in the infoset i've linked the VBRP with the MBEW by MATNR (left outer join).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exactly. I want that the user belongs to plant X can see only the records of the MBEW related to the Valuation Area (MBEW-BWKEY) X, regardless of the valuation area inserted in the selection value of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to work directly on the field BWKEY, so i've used the authorization object ZPRICE. I've modified the SE93, PFCG and the SQ02 with the following code:&lt;/P&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT 'ZPRICE'&lt;/P&gt;&lt;P&gt; ID 'ACTVT' FIELD '03'&lt;/P&gt;&lt;P&gt; ID 'BWKEY' FIELD MBEW-BWKEY.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt; MESSAGE 'Insufficient Authorization.Some data is truncated.' TYPE 'I'.&lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But with the same results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 13:51:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505811#M1654461</guid>
      <dc:creator>antonio_bruno</dc:creator>
      <dc:date>2012-02-22T13:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization - SE93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505812#M1654462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;In which event have you written this code? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can write the code in Code section AT SELECTION SCREEN in the infotype. In this code section you can check the authorisation and then delete the other valuation keys which are not belonging to the user's valuation area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 16:17:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505812#M1654462</guid>
      <dc:creator>vijaymanikandan</dc:creator>
      <dc:date>2012-02-22T16:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization - SE93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505813#M1654463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;SAP didn't allow me to insert the following code in the section 9 - AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT 'ZPRICE'&lt;/P&gt;&lt;P&gt; ID 'ACTVT' FIELD '03'&lt;/P&gt;&lt;P&gt; ID 'BWKEY' FIELD MBEW-BWKEY.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt; MESSAGE 'Insufficient Authorization.Some data is truncated.' TYPE 'I'.&lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; So i've tried to insert the code in the section 13 - AT SELECTION-SCREEN OUTPUT, but the results is the same the&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 08:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505813#M1654463</guid>
      <dc:creator>antonio_bruno</dc:creator>
      <dc:date>2012-02-23T08:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization - SE93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505814#M1654464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;i've modified the following code:&lt;/P&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT 'ZPRICE'&lt;/P&gt;&lt;P&gt; ID 'ACTVT' FIELD '03'&lt;/P&gt;&lt;P&gt; ID 'BWKEY' FIELD MBEW-BWKEY.&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt; MESSAGE 'Insufficient Authorization.' TYPE 'E'.&lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; and inserted it in the section 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the trasaction works properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 14:24:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505814#M1654464</guid>
      <dc:creator>antonio_bruno</dc:creator>
      <dc:date>2012-02-23T14:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization - SE93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505815#M1654465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Great. Kindly close the thread and mark it answered and reward points to helpful posts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 14:33:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505815#M1654465</guid>
      <dc:creator>vijaymanikandan</dc:creator>
      <dc:date>2012-02-23T14:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization - SE93</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505816#M1654466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Closed.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 14:54:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-se93/m-p/8505816#M1654466</guid>
      <dc:creator>antonio_bruno</dc:creator>
      <dc:date>2012-02-23T14:54:06Z</dc:date>
    </item>
  </channel>
</rss>

