<?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: perform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/4595565#M1083504</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;Create that internal table within ur main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rajesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Oct 2008 06:47:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-22T06:47:57Z</dc:date>
    <item>
      <title>perform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/4595562#M1083501</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;In my report I have one perform statement which is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM modify_pr_to_prna(ZTPSEPPSP034I).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here ztpseppsp034i is of type I.when am executing this prog it's going to dump, because include is of type I.&lt;/P&gt;&lt;P&gt;How can I modify my include as subroutine type, to avoide dump, I need to use the perform statement as it is without any modification.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 06:14:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/4595562#M1083501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T06:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: perform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/4595563#M1083502</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;Delete the inlcude ZTPSEPPSP034I and recretate it as subroutine pool. Before deleting download the contents and reupload it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include ZTPSEPPSP034I. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;statement in first line of code and change perform as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM modify_pr_to_prna.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 06:17:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/4595563#M1083502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T06:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: perform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/4595564#M1083503</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;Thanks for the rply.&lt;/P&gt;&lt;P&gt;When am creating like subroutine pool, it's giving error message one internal table is unknown. Am getting that include from previous include. How to avoid this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 06:40:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/4595564#M1083503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T06:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: perform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/4595565#M1083504</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;Create that internal table within ur main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rajesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 06:47:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/4595565#M1083504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T06:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: perform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/4595566#M1083505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanx for response, but that internal table is getting dat from all previous includes.&lt;/P&gt;&lt;P&gt;If I declared here means the data i.e getting into this tablw won't reflect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 06:49:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/4595566#M1083505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T06:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: perform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/4595567#M1083506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to include that include containing internal table in the subroutine pool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 06:52:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/4595567#M1083506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T06:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: perform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/4595568#M1083507</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;&lt;/P&gt;&lt;P&gt;When we are calling any include program from our program then we have to use IN program statement for subroutins.&lt;/P&gt;&lt;P&gt;You create the subroutine pool it at the time of cretion of ZTPSEPPSP034I.&lt;/P&gt;&lt;P&gt;it will work fine.&lt;/P&gt;&lt;P&gt;      PERFORM y_f_do_bdc_prog IN PROGRAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                                      ZTPSEPPSP034I.&lt;/P&gt;&lt;P&gt;or if u r using any using statements u can use USING variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Santosh Marupally on Oct 22, 2008 8:54 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 06:53:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/4595568#M1083507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T06:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: perform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/4595569#M1083508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi use as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM (RNAME)  IN PROGRAM (PNAME) IF FOUND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you will not get a dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regadrs,&lt;/P&gt;&lt;P&gt;Bhupal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 06:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/4595569#M1083508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T06:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: perform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/4595570#M1083509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanx for rply even now am getting dump &amp;amp; it's showing error analysis as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If the system determines at runtime that a program called with SUBMIT&lt;/P&gt;&lt;P&gt; or a routine accessed by an external PERFORM&lt;/P&gt;&lt;P&gt; cannot be executed (because the program is type I instead of 1&lt;/P&gt;&lt;P&gt; or M), that program must be terminated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 07:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform/m-p/4595570#M1083509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T07:09:09Z</dc:date>
    </item>
  </channel>
</rss>

