<?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 Where to do coding part for authorization object with Table Maintenance in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-to-do-coding-part-for-authorization-object-with-table-maintenance/m-p/2859942#M670654</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        I have created authorization fields and assigned in objects properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        My case is i am calling the transaction ZMAST which is create through table maintenance(ZMASTER) of the table ZMASTER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Now where to implement this coding part and how to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Please explain me clearly the steps , the following coding part i put in dialog programming right now and can you tell me will this code work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   WHEN 'MAST'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   AT SELECTION-SCREEN.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  AUTHORITY-CHECK OBJECT 'ZRAJ_TEST1'&lt;/P&gt;&lt;P&gt;0    ID 'ACTVT'  FIELD '03'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE 'No authorization' TYPE 'E'.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL TRANSACTION 'ZMAST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajaram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Sep 2007 06:41:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-27T06:41:40Z</dc:date>
    <item>
      <title>Where to do coding part for authorization object with Table Maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-to-do-coding-part-for-authorization-object-with-table-maintenance/m-p/2859942#M670654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        I have created authorization fields and assigned in objects properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        My case is i am calling the transaction ZMAST which is create through table maintenance(ZMASTER) of the table ZMASTER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Now where to implement this coding part and how to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Please explain me clearly the steps , the following coding part i put in dialog programming right now and can you tell me will this code work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   WHEN 'MAST'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   AT SELECTION-SCREEN.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  AUTHORITY-CHECK OBJECT 'ZRAJ_TEST1'&lt;/P&gt;&lt;P&gt;0    ID 'ACTVT'  FIELD '03'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE 'No authorization' TYPE 'E'.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL TRANSACTION 'ZMAST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajaram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 06:41:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-to-do-coding-part-for-authorization-object-with-table-maintenance/m-p/2859942#M670654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T06:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Where to do coding part for authorization object with Table Maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-to-do-coding-part-for-authorization-object-with-table-maintenance/m-p/2859943#M670655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not too sure if you have to write code for this.&lt;/P&gt;&lt;P&gt;When you are creating the table maintenance you have an option to put the auth object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you check if that will automatically handle all the auth issues?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that does not help, go to the function group of the table maintenance screen, you probably find a place where you can put in your code. (The code will get deleted each time you regenerate the table maintenance screen).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 06:55:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-to-do-coding-part-for-authorization-object-with-table-maintenance/m-p/2859943#M670655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T06:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Where to do coding part for authorization object with Table Maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-to-do-coding-part-for-authorization-object-with-table-maintenance/m-p/2859944#M670656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but when assign authorization object its not asking any coding part yar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where to do coding pls, suggest me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 07:03:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-to-do-coding-part-for-authorization-object-with-table-maintenance/m-p/2859944#M670656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T07:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Where to do coding part for authorization object with Table Maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-to-do-coding-part-for-authorization-object-with-table-maintenance/m-p/2859945#M670657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can user table maintainence events also .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 07:13:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-to-do-coding-part-for-authorization-object-with-table-maintenance/m-p/2859945#M670657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T07:13:04Z</dc:date>
    </item>
  </channel>
</rss>

