<?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: Dumps while using output types in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumps-while-using-output-types/m-p/6356768#M1399802</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm also facing the same issue, the 'Z' program in the output type with 'Special Function' as transmission medium is not triggering. Kindly help in this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Saran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Feb 2012 11:23:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-27T11:23:22Z</dc:date>
    <item>
      <title>Dumps while using output types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumps-while-using-output-types/m-p/6356758#M1399792</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;We are to create a PO by giving a output type ZPO2 in the sales order. For this we have configured in NACE the ZPO2 output type with medium as 8 (special function). In NACE we have given the Z program name and the form name (Perform in the Z program).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when we give the output type in the sales order and then while debugging we find that the Z program and the form given in NACE is called. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But however when we check the sales order again in TCode VA02 there is a popup mentioning that the update was terminated. In ST22 there are 2 dumps. &lt;/P&gt;&lt;P&gt;1) One with the error DYNPRO_SEND_IN_BACKGROUND and the description in the dump is &lt;/P&gt;&lt;P&gt;The current ABAP program "RSNAST00" had to be terminated because one of the statements could not be executed.&lt;/P&gt;&lt;P&gt;The termination occurred in line 910 of the source code of the (Include)  program "RSNAST00"&lt;/P&gt;&lt;P&gt;2) The other dump mentions Too many parameters specified with PERFORM.&lt;/P&gt;&lt;P&gt;In a subroutine call, there were more parameters than in the routine definition.&lt;/P&gt;&lt;P&gt;Error in ABAP application program.&lt;/P&gt;&lt;P&gt;The current ABAP program "RSNAST00" had to be terminated because one of the statements could not be executed.&lt;/P&gt;&lt;P&gt;The termination occurred in line 910 of the source code of the (Include)  program "RSNAST00"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In both the cases the termination occurs on:&lt;/P&gt;&lt;P&gt;NAST = TEMP_NAST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me understand what is wrong and how can it be rectified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 13:45:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumps-while-using-output-types/m-p/6356758#M1399792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-10T13:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dumps while using output types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumps-while-using-output-types/m-p/6356759#M1399793</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;1) The first dump is as a screen is called in a backgroudn process&lt;/P&gt;&lt;P&gt;2) the second dump is because a routine is calling dynamically, but the number of parameters used is different from the number of parameter defined in the interface of routine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 13:53:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumps-while-using-output-types/m-p/6356759#M1399793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-10T13:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dumps while using output types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumps-while-using-output-types/m-p/6356760#M1399794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mick James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About First Error..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out there is an Enhancement Point there in program &lt;STRONG&gt;RSNAST00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENHANCEMENT-POINT OBJEKT_SPERREN SPOTS ES_RSNAST00 STATIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the code in this Enhancement Point... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must be executing some objects or FMs etc which can not be run in Background because it require SAP GUI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And another You must be passing more parameters in Subroutine while calling it ... Check out the defination of Subroutine and number of parameters you are passing...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope it will solve your problem..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;ilesh 24x7&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ilesh Nandaniya&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 14:04:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumps-while-using-output-types/m-p/6356760#M1399794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-10T14:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dumps while using output types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumps-while-using-output-types/m-p/6356761#M1399795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Max and Ilesh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been able to resolve the dumps now. But the output is now going into error (red light). The processing log mentions the error as Processing routine ENTRY in program ZTEST does not exist. But the perform Entry (Form Entry) does exist in the program ZTEST.&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;Mick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 14:51:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumps-while-using-output-types/m-p/6356761#M1399795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-10T14:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dumps while using output types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumps-while-using-output-types/m-p/6356762#M1399796</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;Try to check the NACE transaction for your message type: here  the routine in ENTRY and program ZTEST, so if u saiys that routine exists there, check if the program ZTEST is defined as program (TYPE 1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 15:13:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumps-while-using-output-types/m-p/6356762#M1399796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-10T15:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dumps while using output types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumps-while-using-output-types/m-p/6356763#M1399797</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;I have been able to resolve the output type issue. The Z program is now being called and the output type is now in green. Now my questions is that this Z program is called in update mode after the sales order saved ( by entering the output type in the sales order), how will I get in the Z program which sales order  (sales order no) is being processed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help. Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MIck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 15:14:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumps-while-using-output-types/m-p/6356763#M1399797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-10T15:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dumps while using output types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumps-while-using-output-types/m-p/6356764#M1399798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That depends on how you create the sales order: which method are u using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 15:17:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumps-while-using-output-types/m-p/6356764#M1399798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-10T15:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dumps while using output types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumps-while-using-output-types/m-p/6356765#M1399799</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;I am changing the sales order using TCode VA02. Basically the output type will be added in TCode VA01 and VA02. After the output type is added and we save the sales order the Z program will be called (I assume in update mode). How do I get the sales order (which is currently being processed) and the purchase requisition (created by standard SAP process) details in the Z program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 15:25:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumps-while-using-output-types/m-p/6356765#M1399799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-10T15:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dumps while using output types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumps-while-using-output-types/m-p/6356766#M1399800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The sales order is in the NAST (NAST-OBJKY): your routine should have the header line of the NAST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 15:56:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumps-while-using-output-types/m-p/6356766#M1399800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-10T15:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dumps while using output types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumps-while-using-output-types/m-p/6356767#M1399801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Max.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This really really helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 16:56:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumps-while-using-output-types/m-p/6356767#M1399801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-10T16:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dumps while using output types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dumps-while-using-output-types/m-p/6356768#M1399802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm also facing the same issue, the 'Z' program in the output type with 'Special Function' as transmission medium is not triggering. Kindly help in this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Saran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 11:23:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dumps-while-using-output-types/m-p/6356768#M1399802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-27T11:23:22Z</dc:date>
    </item>
  </channel>
</rss>

