<?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: User exit - include syntax error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-include-syntax-error/m-p/7216010#M1523225</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_VBAK is an Importing parameter, it can be used only as a workarea, not as an internal table. May be in your code you tried to use it as an internal table, thats why it must be giving you an syntax error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to access any field data, access it as &lt;/P&gt;&lt;P&gt;I_VBAK-VBELN&lt;/P&gt;&lt;P&gt;I_VBAK-VBTYP etc.&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;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Aug 2010 17:23:33 GMT</pubDate>
    <dc:creator>former_member585060</dc:creator>
    <dc:date>2010-08-10T17:23:33Z</dc:date>
    <item>
      <title>User exit - include syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-include-syntax-error/m-p/7216008#M1523223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot activate my code since it is giving me a syntax error in a user exit include program.(EXIT_SAPL0VRF_001)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the user exitI can see a structure i_vbak but when I try to use in my code system says I_VBAK is neither specified &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;under TABLES nor is it defined as an internal table and when I try to declare under data it says i_vbak already declared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meghna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 17:07:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-include-syntax-error/m-p/7216008#M1523223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-10T17:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: User exit - include syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-include-syntax-error/m-p/7216009#M1523224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post your code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 17:22:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-include-syntax-error/m-p/7216009#M1523224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-10T17:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: User exit - include syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-include-syntax-error/m-p/7216010#M1523225</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_VBAK is an Importing parameter, it can be used only as a workarea, not as an internal table. May be in your code you tried to use it as an internal table, thats why it must be giving you an syntax error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to access any field data, access it as &lt;/P&gt;&lt;P&gt;I_VBAK-VBELN&lt;/P&gt;&lt;P&gt;I_VBAK-VBTYP etc.&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;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 17:23:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-include-syntax-error/m-p/7216010#M1523225</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2010-08-10T17:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: User exit - include syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-include-syntax-error/m-p/7216011#M1523226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply. Solved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meghna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 17:30:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-include-syntax-error/m-p/7216011#M1523226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-10T17:30:19Z</dc:date>
    </item>
  </channel>
</rss>

