<?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: Standard Error V0103 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-error-v0103/m-p/6122525#M1363960</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaideep,&lt;/P&gt;&lt;P&gt;                    Thanks for your Suggestion . But can u please tell me how can i search the relevant tables into which i am to insert values (FCTcodes) for my checkboxes. In my Vbak table these checkboxes are appended by using a z append structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Aug 2009 09:01:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-31T09:01:46Z</dc:date>
    <item>
      <title>Standard Error V0103</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-error-v0103/m-p/6122522#M1363957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;                         I am to develop the Release strategy type configuration for VA01 tcode ( SD). For which i have added fields in table vbak. These are checkboxes (the ones that i have added in the Table VBAK). So in the layout have not assigned any function code for them .I have created 2 authorization objects and asigned users to them creating roles in PFCG.everything related to my code is going fine. But i am getting a Standard Error when i tick on the checkbox . Message class V0 and Msg No. 104.This is my code Please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-tcode = 'VA02'.&lt;/P&gt;&lt;P&gt;  BREAK-POINT.&lt;/P&gt;&lt;P&gt;  if vbak-zzchk1 = 'X'.&lt;/P&gt;&lt;P&gt;    AUTHORITY-CHECK OBJECT 'ZOBJ1' ID 'ACTVT' FIELD '39'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT 'ZLEVEL1' ID 'ACTVT' FIELD '39'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;      MESSAGE 'You Are Not Authorized To Use This Transaction' TYPE 'E'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     MESSAGE E999(ZM) WITH 'You Are Not Authorized To Use This Transaction'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     clear vbak-zzchk11.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     vbak-zzchk11 = 'Level 1 - Approved'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      else.&lt;/P&gt;&lt;P&gt;        clear vbak-zzchk11.&lt;/P&gt;&lt;P&gt;      vbak-zzchk11 = 'Level 1 - Approved'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       MESSAGE 'Successful' TYPE 'I'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       ENDIF.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;*BREAK-POINT.&lt;/P&gt;&lt;P&gt;    IF VBAK-zzchk2 = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      if vbak-zzchk11 &amp;lt;&amp;gt; 'Level 1 - Approved'.&lt;/P&gt;&lt;P&gt;      clear vbak-zzchk2.&lt;/P&gt;&lt;P&gt;      MESSAGE 'Level 1 Should be approved first' TYPE 'S'.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    AUTHORITY-CHECK OBJECT 'ZOBJ2' ID 'ACTVT' FIELD '39'.&lt;/P&gt;&lt;P&gt;    IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;       MESSAGE 'You Are Not Authorized To Use This Transaction' TYPE 'E'.&lt;/P&gt;&lt;P&gt;    ELSE.&lt;/P&gt;&lt;P&gt;      clear vbak-zzchk22.&lt;/P&gt;&lt;P&gt;      vbak-zzchk22 = 'Level 2 - Approved'.&lt;/P&gt;&lt;P&gt;      MESSAGE 'Successful' TYPE 'I'.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2009 07:16:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-error-v0103/m-p/6122522#M1363957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-31T07:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Error V0103</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-error-v0103/m-p/6122523#M1363958</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 feel that you will have to make an entry for your checkboxes in one or few of the tables mentioned below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T185&lt;/P&gt;&lt;P&gt;T185D&lt;/P&gt;&lt;P&gt;T185E&lt;/P&gt;&lt;P&gt;T185F&lt;/P&gt;&lt;P&gt;T185T&lt;/P&gt;&lt;P&gt;T185V&lt;/P&gt;&lt;P&gt;T185W&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR Jaideep,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2009 07:25:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-error-v0103/m-p/6122523#M1363958</guid>
      <dc:creator>jaideepsharma</dc:creator>
      <dc:date>2009-08-31T07:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Error V0103</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-error-v0103/m-p/6122524#M1363959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaideep,&lt;/P&gt;&lt;P&gt;                   Thanks for your Suggetion but can you please tell me why and how can i make these entries. I mean how will i identify the relevant table. These checkboxes are included in my table VBAK in the form of an append structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2009 08:39:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-error-v0103/m-p/6122524#M1363959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-31T08:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Error V0103</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-error-v0103/m-p/6122525#M1363960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaideep,&lt;/P&gt;&lt;P&gt;                    Thanks for your Suggestion . But can u please tell me how can i search the relevant tables into which i am to insert values (FCTcodes) for my checkboxes. In my Vbak table these checkboxes are appended by using a z append structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2009 09:01:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-error-v0103/m-p/6122525#M1363960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-31T09:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Error V0103</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-error-v0103/m-p/6122526#M1363961</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;You will have to do this in transaction VFBS.&lt;/P&gt;&lt;P&gt;Also, go through the link below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[VFBS in Sales Order |&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="66325"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;KR Jaideep,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2009 09:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-error-v0103/m-p/6122526#M1363961</guid>
      <dc:creator>jaideepsharma</dc:creator>
      <dc:date>2009-08-31T09:05:48Z</dc:date>
    </item>
  </channel>
</rss>

