<?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: regarding authorization objects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-authorization-objects/m-p/3289710#M787113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this issue, go to the authorization object you are attempting to assign to the transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction SE80 -&amp;gt; Edit Objects -&amp;gt; More... tab -&amp;gt; Authorization objects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, in the object you will find all the &lt;STRONG&gt;Field Name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction &lt;STRONG&gt;SU20&lt;/STRONG&gt; and ensure that all the field names in the authorization object are maintained in this transaction as well and have a data element and check table assigned. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should resolve your error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jan 2008 05:36:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-21T05:36:57Z</dc:date>
    <item>
      <title>regarding authorization objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-authorization-objects/m-p/3289707#M787110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;                      i am creating a tcode in transaction se93. when i enter authorization object and save that then i am getting a message that " check table has not been maintained". so how can i maintain check table ? plz help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 06:19:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-authorization-objects/m-p/3289707#M787110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-18T06:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: regarding authorization objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-authorization-objects/m-p/3289708#M787111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create maintainnce dialoge for that first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEPS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. go to SE11 and key in your table name - ZPP_RTG_DATA.&lt;/P&gt;&lt;P&gt;2. click on change.&lt;/P&gt;&lt;P&gt;3. Go to UTILITIES-&amp;gt;Table Maintainnce Generaror&lt;/P&gt;&lt;P&gt;4. Select an Authorisation GRP. If nyou don;t know key in '&amp;amp;NC&amp;amp;'.&lt;/P&gt;&lt;P&gt;5. Key in Function Module name. Recommended Same as table name - ZPP_RTG_DATA.&lt;/P&gt;&lt;P&gt;6. Select One Step.&lt;/P&gt;&lt;P&gt;7. Key in Screen number. Example 1&lt;/P&gt;&lt;P&gt;8. And click on CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SM30 and the Maintainince dialogue should be there and you should be ablle to maintain the table from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 06:21:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-authorization-objects/m-p/3289708#M787111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-18T06:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: regarding authorization objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-authorization-objects/m-p/3289709#M787112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Check tables are just to validate data given in the selection screen, it act on the domain level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its nothing to do with field table primary key.. the check table tells u wheter the value your entered is allowed or not .. thats it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;think u have a domain SUNIL and while creating the domain u said allow only 2 to 7 values in this Domain SUnil... and next day I come and try to enter out of the range 2 to 7 it raises an error..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single werks from t001w&lt;/P&gt;&lt;P&gt;into lv_werks&lt;/P&gt;&lt;P&gt;where werks eq pa_werks.&lt;/P&gt;&lt;P&gt;if sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;message E001(m001).&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly reward if found helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Hema.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jan 2008 15:31:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-authorization-objects/m-p/3289709#M787112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-19T15:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: regarding authorization objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-authorization-objects/m-p/3289710#M787113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this issue, go to the authorization object you are attempting to assign to the transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction SE80 -&amp;gt; Edit Objects -&amp;gt; More... tab -&amp;gt; Authorization objects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, in the object you will find all the &lt;STRONG&gt;Field Name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction &lt;STRONG&gt;SU20&lt;/STRONG&gt; and ensure that all the field names in the authorization object are maintained in this transaction as well and have a data element and check table assigned. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should resolve your error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 05:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-authorization-objects/m-p/3289710#M787113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T05:36:57Z</dc:date>
    </item>
  </channel>
</rss>

