<?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 Authorization Object parameters error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-parameters-error/m-p/6721467#M1455501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my program, I used Authorization object M_MATE_VKO&lt;/P&gt;&lt;P&gt;My program checked using&lt;/P&gt;&lt;P&gt; VKORG , ACTVT = "03" , VTWEG = '*'&lt;/P&gt;&lt;P&gt;My User had been assigned with M1 - M7 (M1 to M7) for VTWEG.&lt;/P&gt;&lt;P&gt;User not authorized, SU53 shows it required "*" for VTWEG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I modified the checks to&lt;/P&gt;&lt;P&gt; VKORG , ACTVT = "03" , VTWEG = " "&lt;/P&gt;&lt;P&gt;VTWEG is now a BLANK.&lt;/P&gt;&lt;P&gt;User still not authorized, SU53 shows it required "-" for VTWEG (hyphen is this case)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should I do to allow "No checks" on VTWEG?&lt;/P&gt;&lt;P&gt;Should I just used only VKORG and ACTVT with the objects which state 3 parameters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I code in order to allow User with the appropriate authorization to pass thru?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Mar 2010 14:20:33 GMT</pubDate>
    <dc:creator>colin_cheong</dc:creator>
    <dc:date>2010-03-18T14:20:33Z</dc:date>
    <item>
      <title>Authorization Object parameters error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-parameters-error/m-p/6721467#M1455501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my program, I used Authorization object M_MATE_VKO&lt;/P&gt;&lt;P&gt;My program checked using&lt;/P&gt;&lt;P&gt; VKORG , ACTVT = "03" , VTWEG = '*'&lt;/P&gt;&lt;P&gt;My User had been assigned with M1 - M7 (M1 to M7) for VTWEG.&lt;/P&gt;&lt;P&gt;User not authorized, SU53 shows it required "*" for VTWEG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I modified the checks to&lt;/P&gt;&lt;P&gt; VKORG , ACTVT = "03" , VTWEG = " "&lt;/P&gt;&lt;P&gt;VTWEG is now a BLANK.&lt;/P&gt;&lt;P&gt;User still not authorized, SU53 shows it required "-" for VTWEG (hyphen is this case)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should I do to allow "No checks" on VTWEG?&lt;/P&gt;&lt;P&gt;Should I just used only VKORG and ACTVT with the objects which state 3 parameters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I code in order to allow User with the appropriate authorization to pass thru?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 14:20:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-parameters-error/m-p/6721467#M1455501</guid>
      <dc:creator>colin_cheong</dc:creator>
      <dc:date>2010-03-18T14:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object parameters error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-parameters-error/m-p/6721468#M1455502</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;If you don't want to check a value against VTWEG either take it out of the statement or use VTWEG = DUMMY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 14:22:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-parameters-error/m-p/6721468#M1455502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T14:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization Object parameters error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-parameters-error/m-p/6721469#M1455503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had removed the parameter VTWEG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Mar 2010 12:48:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-parameters-error/m-p/6721469#M1455503</guid>
      <dc:creator>colin_cheong</dc:creator>
      <dc:date>2010-03-23T12:48:47Z</dc:date>
    </item>
  </channel>
</rss>

