<?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 perform statement in ECC version in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statement-in-ecc-version/m-p/2046722#M421462</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;See the following Perform statement in an include pgm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM ZZ_QTY_CHECK_PROCESSING(ZVXX_MV45AFZZ_F084_EX)&lt;/P&gt;&lt;P&gt;         TABLES XVBAP&lt;/P&gt;&lt;P&gt;                YVBAP&lt;/P&gt;&lt;P&gt;                XVBEP&lt;/P&gt;&lt;P&gt;                YVBEP&lt;/P&gt;&lt;P&gt;                XVBKD&lt;/P&gt;&lt;P&gt;                YVBKD&lt;/P&gt;&lt;P&gt;                XVBPA&lt;/P&gt;&lt;P&gt;                YVBPA&lt;/P&gt;&lt;P&gt;         USING  UPDKZ_UPDATE&lt;/P&gt;&lt;P&gt;                SKIP_MINCHECK&lt;/P&gt;&lt;P&gt;                WSETFLAG&lt;/P&gt;&lt;P&gt;                ZTOTAL_QUANT&lt;/P&gt;&lt;P&gt;                ZTOTAL_QUANT1&lt;/P&gt;&lt;P&gt;                KUWEV&lt;/P&gt;&lt;P&gt;                TVLP&lt;/P&gt;&lt;P&gt;                T180&lt;/P&gt;&lt;P&gt;                VBAK&lt;/P&gt;&lt;P&gt;                XVBAK&lt;/P&gt;&lt;P&gt;                YVBAK&lt;/P&gt;&lt;P&gt;                ZVXXDVQM&lt;/P&gt;&lt;P&gt;                ZVXXPARAM_SALEAR.&lt;/P&gt;&lt;P&gt;here it is giving error like TVLP is un known.neither specified one of the TABLES statement or defined by using DATA statement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to correct this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Mar 2007 05:54:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-26T05:54:27Z</dc:date>
    <item>
      <title>perform statement in ECC version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statement-in-ecc-version/m-p/2046722#M421462</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;See the following Perform statement in an include pgm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM ZZ_QTY_CHECK_PROCESSING(ZVXX_MV45AFZZ_F084_EX)&lt;/P&gt;&lt;P&gt;         TABLES XVBAP&lt;/P&gt;&lt;P&gt;                YVBAP&lt;/P&gt;&lt;P&gt;                XVBEP&lt;/P&gt;&lt;P&gt;                YVBEP&lt;/P&gt;&lt;P&gt;                XVBKD&lt;/P&gt;&lt;P&gt;                YVBKD&lt;/P&gt;&lt;P&gt;                XVBPA&lt;/P&gt;&lt;P&gt;                YVBPA&lt;/P&gt;&lt;P&gt;         USING  UPDKZ_UPDATE&lt;/P&gt;&lt;P&gt;                SKIP_MINCHECK&lt;/P&gt;&lt;P&gt;                WSETFLAG&lt;/P&gt;&lt;P&gt;                ZTOTAL_QUANT&lt;/P&gt;&lt;P&gt;                ZTOTAL_QUANT1&lt;/P&gt;&lt;P&gt;                KUWEV&lt;/P&gt;&lt;P&gt;                TVLP&lt;/P&gt;&lt;P&gt;                T180&lt;/P&gt;&lt;P&gt;                VBAK&lt;/P&gt;&lt;P&gt;                XVBAK&lt;/P&gt;&lt;P&gt;                YVBAK&lt;/P&gt;&lt;P&gt;                ZVXXDVQM&lt;/P&gt;&lt;P&gt;                ZVXXPARAM_SALEAR.&lt;/P&gt;&lt;P&gt;here it is giving error like TVLP is un known.neither specified one of the TABLES statement or defined by using DATA statement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to correct this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 05:54:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statement-in-ecc-version/m-p/2046722#M421462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T05:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: perform statement in ECC version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statement-in-ecc-version/m-p/2046723#M421463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Declare that Table TVLP  like:&lt;/P&gt;&lt;P&gt;Tables: TVLP.&lt;/P&gt;&lt;P&gt;and use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 06:00:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statement-in-ecc-version/m-p/2046723#M421463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T06:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: perform statement in ECC version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statement-in-ecc-version/m-p/2046724#M421464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you are using TVLP under USING paramaters of the PERFORM, it expects for the workarea TVLP to be available in the calling program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ensure that you have Declared TVLP in Tables statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: TVLP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 06:04:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statement-in-ecc-version/m-p/2046724#M421464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T06:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: perform statement in ECC version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statement-in-ecc-version/m-p/2046725#M421465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the field name TVLP ,to which it refer to,to a table or a structure and write the appropriate table and structure name in the PERFORM statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 06:14:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statement-in-ecc-version/m-p/2046725#M421465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T06:14:09Z</dc:date>
    </item>
  </channel>
</rss>

