<?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 Objects for Multiple Fields on a Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects-for-multiple-fields-on-a-screen/m-p/1235751#M140722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That looks like a great idea, Thanks for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Thirumal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Apr 2006 08:34:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-06T08:34:58Z</dc:date>
    <item>
      <title>Authorization Objects for Multiple Fields on a Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects-for-multiple-fields-on-a-screen/m-p/1235742#M140713</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;I have a requirement to create authorization object on a screen with 20 fields and there are 3 users, each user for eg: User-A has rights to Display and modify a few fields and User-B has rights to diplay and modify a few fields and same is the case for the 3rd user, and there are some fields which all can modify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i can do is create 2 authorization objects for each user one with all fields that he can modify &amp;amp; Display and other with all fields which he can display only. In this way i will have to create 6 authorization objects for 3 users, is there a way to reduce to 3, one for each user or even bring it down to 1 for all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Thirumal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2006 04:47:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects-for-multiple-fields-on-a-screen/m-p/1235742#M140713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-06T04:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Objects for Multiple Fields on a Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects-for-multiple-fields-on-a-screen/m-p/1235743#M140714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thirumal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In such case , we can do like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Create ONLY ONE Authorisation object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In that object, take some field&lt;/P&gt;&lt;P&gt;  (any field, new field which has some meaning)&lt;/P&gt;&lt;P&gt;  (this field, in your case&lt;/P&gt;&lt;P&gt;   can have 6 DIFFERENT values)&lt;/P&gt;&lt;P&gt;  (these values u can extend in future, without&lt;/P&gt;&lt;P&gt;   making any change in the authoirsation object)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. then in your program,&lt;/P&gt;&lt;P&gt;   check the authorisation object,&lt;/P&gt;&lt;P&gt;   and check which field(s) he has got right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. then based upon hardcoded values for the field value,&lt;/P&gt;&lt;P&gt;   u can &lt;/P&gt;&lt;P&gt;  display, edit the SET of fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2006 04:50:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects-for-multiple-fields-on-a-screen/m-p/1235743#M140714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-06T04:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Objects for Multiple Fields on a Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects-for-multiple-fields-on-a-screen/m-p/1235744#M140715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thirumal,&lt;/P&gt;&lt;P&gt;You can create one and assign it to all..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2006 05:07:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects-for-multiple-fields-on-a-screen/m-p/1235744#M140715</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-04-06T05:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Objects for Multiple Fields on a Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects-for-multiple-fields-on-a-screen/m-p/1235745#M140716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to follow you, can u elaborate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Thirumal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2006 05:07:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects-for-multiple-fields-on-a-screen/m-p/1235745#M140716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-06T05:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Objects for Multiple Fields on a Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects-for-multiple-fields-on-a-screen/m-p/1235746#M140717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. when we create authorisation object,&lt;/P&gt;&lt;P&gt;   we assign field(s) to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg. Company code,&lt;/P&gt;&lt;P&gt;  there may be various company codes&lt;/P&gt;&lt;P&gt;  in sap system. eg. 5&lt;/P&gt;&lt;P&gt; So, they don't create 5 different authorisation &lt;/P&gt;&lt;P&gt;  objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Rather, there is only one authorisation object,&lt;/P&gt;&lt;P&gt;   and there is one field in that object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. now when a user is assigned the object,&lt;/P&gt;&lt;P&gt;  the FIELD VALUE has to be given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  so in case of &lt;/P&gt;&lt;P&gt;  user A: field value is 1000,&lt;/P&gt;&lt;P&gt;  user B: field value is 2000,3000&lt;/P&gt;&lt;P&gt;  user C: field value is 5000,1000&lt;/P&gt;&lt;P&gt;  user &lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt; field value is 4000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Now in programs,&lt;/P&gt;&lt;P&gt;   when the user selects a company code in selection screen,  &lt;/P&gt;&lt;P&gt;  authority check is made,&lt;/P&gt;&lt;P&gt;   for THAT SELECTED company code,&lt;/P&gt;&lt;P&gt;   using that authorisation object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. In similar way,&lt;/P&gt;&lt;P&gt;  u can do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2006 05:19:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects-for-multiple-fields-on-a-screen/m-p/1235746#M140717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-06T05:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Objects for Multiple Fields on a Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects-for-multiple-fields-on-a-screen/m-p/1235747#M140718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The case you have explained is where the user is restricted based on values but mine is based on fields, i will explain my case in detail again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Fields               USER-A     USER-B       USER-C &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  RNumber                rw         rw          r&lt;/P&gt;&lt;P&gt;2.  Reason                 rw         rw          rw&lt;/P&gt;&lt;P&gt;3.  Detail Explanaion      r          rw          r&lt;/P&gt;&lt;P&gt;4.  Date                   r          r           r&lt;/P&gt;&lt;P&gt;5.  Close date             rw         r           rw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rw - read/write permission : r - Display only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a big list with another 20 fields, all with different rights as i shown above,they are all on the same screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My work would be to do the check when the user tries to save it and allow him to update fields only if he has rw to those fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Thirumal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2006 05:45:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects-for-multiple-fields-on-a-screen/m-p/1235747#M140718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-06T05:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Objects for Multiple Fields on a Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects-for-multiple-fields-on-a-screen/m-p/1235748#M140719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Ya, i have already understood your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. u agree that&lt;/P&gt;&lt;P&gt;   there are SIX Different&lt;/P&gt;&lt;P&gt;   field combinations (for read and edit )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. For that, &lt;/P&gt;&lt;P&gt;   u will hardcode&lt;/P&gt;&lt;P&gt;   in your program itself . am i right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ie. if 1, then this,this,this&lt;/P&gt;&lt;P&gt;     if 2, then this,this,this&lt;/P&gt;&lt;P&gt;     if 3, then this,this,this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. So instead of using&lt;/P&gt;&lt;P&gt;   SIX different authorisation objects,&lt;/P&gt;&lt;P&gt;   i m just saying that&lt;/P&gt;&lt;P&gt;   use only one object&lt;/P&gt;&lt;P&gt;   and in that object, create/use &lt;/P&gt;&lt;P&gt;   on field (for value purpose 1,2,3,4,5,6)&lt;/P&gt;&lt;P&gt;   (and not for screen field purpose).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. then based on this value 1,2,3,4,5,6,&lt;/P&gt;&lt;P&gt;  (which will be assigned to different users)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   u can hardcode in your program,&lt;/P&gt;&lt;P&gt; ie. if 1, then this,this,this&lt;/P&gt;&lt;P&gt;     if 2, then this,this,this&lt;/P&gt;&lt;P&gt;     if 3, then this,this,this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Please see help on&lt;/P&gt;&lt;P&gt;   authorisation objects&lt;/P&gt;&lt;P&gt;  and tcode su21.&lt;/P&gt;&lt;P&gt;  There u will get more understanding&lt;/P&gt;&lt;P&gt;  of &lt;/P&gt;&lt;P&gt;  AUTHORISATION OBJECT -&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;&amp;gt; FIELD(S)&lt;/P&gt;&lt;P&gt;  (this fields are not screen fields,&lt;/P&gt;&lt;P&gt;   rather they are fields of database&lt;/P&gt;&lt;P&gt;   for which different values are assigned)&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2006 06:04:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects-for-multiple-fields-on-a-screen/m-p/1235748#M140719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-06T06:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Objects for Multiple Fields on a Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects-for-multiple-fields-on-a-screen/m-p/1235749#M140720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am following you totally, but there is problem in it,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will not end in hardcoding just  6 cases in my program, there will be 100's of cases because i am talking about 25 fields and there are 3 users have rw access across all fields and there is cross rights as well(not that they have distinct rights to set for fields)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take there are 3 fields Field1 Field2 and Field3,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. user2 has modification right to field 1 and 2(Assume i have assigned him a field value of 2 in authorisation field).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. user1 has modification rights for all fields 1 2 and 3.&lt;/P&gt;&lt;P&gt;(i have assigned him a field value of 1 in authorisation field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in my program User 2 is changing  just field 1.&lt;/P&gt;&lt;P&gt;and my if statement will go like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   if Field  modified is 1 or 2 or 3.&lt;/P&gt;&lt;P&gt;      Authorisation  =  1&lt;/P&gt;&lt;P&gt;   else if field modified is 1 or 2.&lt;/P&gt;&lt;P&gt;      Authorisation  = 2&lt;/P&gt;&lt;P&gt;   end if.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now after this code the authorisation object for user 2 would be 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Authorisation would fail for this user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just one simple case, i feel to solve this we will have build a big logic with different comibinations for the 25 fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feel this might not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Thirumal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2006 07:19:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects-for-multiple-fields-on-a-screen/m-p/1235749#M140720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-06T07:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Objects for Multiple Fields on a Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects-for-multiple-fields-on-a-screen/m-p/1235750#M140721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Thanks for the transparent example.&lt;/P&gt;&lt;P&gt;2. Taking the same,&lt;/P&gt;&lt;P&gt;    it would be like this, in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( u must agree that&lt;/P&gt;&lt;P&gt;if there are six different cases,&lt;/P&gt;&lt;P&gt;then there will be six different IF ENDIF&lt;/P&gt;&lt;P&gt;in your program, for edit/display combination of fields)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(you may also use GROUP1, GROUP2..GROUP4&lt;/P&gt;&lt;P&gt;concept along with authorisation concept&lt;/P&gt;&lt;P&gt;to group related fields )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. suppose user2 or user 1 has logged in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. in the program,&lt;/P&gt;&lt;P&gt;   before displaying the fields,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  a) use authority-check &lt;/P&gt;&lt;P&gt;   with 1, 2 and check sy-subrc to know&lt;/P&gt;&lt;P&gt;   which VALUE (1,2) is there for rights.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   b)then, logic would be like this&lt;/P&gt;&lt;P&gt;      (for display/edit of all fields)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF value =  1.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    field1-visible = true&lt;/P&gt;&lt;P&gt;    field1-editable = true&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    field2-visible = true&lt;/P&gt;&lt;P&gt;    field2-editable = true&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     field3-visible = true&lt;/P&gt;&lt;P&gt;    field3-editable = true&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   if value = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    field1-visible = true&lt;/P&gt;&lt;P&gt;    field1-editable = &amp;lt;b&amp;gt;false&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;    field2-visible = true&lt;/P&gt;&lt;P&gt;    field2-editable = &amp;lt;b&amp;gt;false&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&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;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2006 07:29:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects-for-multiple-fields-on-a-screen/m-p/1235750#M140721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-06T07:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Objects for Multiple Fields on a Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects-for-multiple-fields-on-a-screen/m-p/1235751#M140722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That looks like a great idea, Thanks for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Thirumal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2006 08:34:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-objects-for-multiple-fields-on-a-screen/m-p/1235751#M140722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-06T08:34:58Z</dc:date>
    </item>
  </channel>
</rss>

