<?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: Error Message in calling output type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-calling-output-type/m-p/3795830#M912992</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;Go to TCODE /nNACE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ur output type is related to order then choose V1 , billing V3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;choose  output types button in the application tool bar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then choose the output type which u r using...&lt;/P&gt;&lt;P&gt;in the left side u can see processing routines...&lt;/P&gt;&lt;P&gt;double click that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there u can give the program name which u want to call..&lt;/P&gt;&lt;P&gt;                                                                    &lt;/P&gt;&lt;P&gt; Program           ZLS_TEST                                         &lt;/P&gt;&lt;P&gt; FORM routine      ENTRY                                                                                &lt;/P&gt;&lt;P&gt;then go to SE38&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ur logic should be within the form ENTRY...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT zls_proforma_invoice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE rvadtabl.&lt;/P&gt;&lt;P&gt;DATA: retcode   TYPE sy-subrc.         "Returncode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FORM entry USING return_code type any us_screen type&lt;/STRONG&gt; any."#EC CALLED&lt;/P&gt;&lt;P&gt;  CLEAR retcode.&lt;/P&gt;&lt;P&gt;    data: v_update(1) type c.&lt;/P&gt;&lt;P&gt;clear v_update.&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ENDFORM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sumi Vasu on May 14, 2008 8:49 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 May 2008 06:49:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-14T06:49:48Z</dc:date>
    <item>
      <title>Error Message in calling output type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-calling-output-type/m-p/3795829#M912991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone encountered an error " Processing routine ENTRY_TEST in program ZTEST does not exist" when calling an output type? The output type has already been configured and in the print program ZTEST, subroutine ENTRY_TEST is there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 06:41:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-calling-output-type/m-p/3795829#M912991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T06:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message in calling output type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-calling-output-type/m-p/3795830#M912992</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;Go to TCODE /nNACE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ur output type is related to order then choose V1 , billing V3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;choose  output types button in the application tool bar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then choose the output type which u r using...&lt;/P&gt;&lt;P&gt;in the left side u can see processing routines...&lt;/P&gt;&lt;P&gt;double click that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there u can give the program name which u want to call..&lt;/P&gt;&lt;P&gt;                                                                    &lt;/P&gt;&lt;P&gt; Program           ZLS_TEST                                         &lt;/P&gt;&lt;P&gt; FORM routine      ENTRY                                                                                &lt;/P&gt;&lt;P&gt;then go to SE38&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ur logic should be within the form ENTRY...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT zls_proforma_invoice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE rvadtabl.&lt;/P&gt;&lt;P&gt;DATA: retcode   TYPE sy-subrc.         "Returncode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FORM entry USING return_code type any us_screen type&lt;/STRONG&gt; any."#EC CALLED&lt;/P&gt;&lt;P&gt;  CLEAR retcode.&lt;/P&gt;&lt;P&gt;    data: v_update(1) type c.&lt;/P&gt;&lt;P&gt;clear v_update.&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------------" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ENDFORM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sumi Vasu on May 14, 2008 8:49 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 06:49:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-calling-output-type/m-p/3795830#M912992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T06:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message in calling output type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-calling-output-type/m-p/3795831#M912993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The form routine ENTRY_TEST is already there in transaction NACE and has been configured. However, i still get the error when the output type is processed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 07:04:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-calling-output-type/m-p/3795831#M912993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T07:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message in calling output type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-calling-output-type/m-p/3795832#M912994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u post the code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have u written ur logic witgh in the form ENTRY..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;POST UR FULL CODE&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 07:06:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-calling-output-type/m-p/3795832#M912994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T07:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message in calling output type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-calling-output-type/m-p/3795833#M912995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes the logic is inside the form routine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the program type is a subroutine pool.&lt;/P&gt;&lt;P&gt;my code is like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PROGRAM ZTEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data declaration.&lt;/P&gt;&lt;P&gt;INCLUDE SUBROUTINES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Form Entry using return_code type sy-subrc&lt;/P&gt;&lt;P&gt;                          us_screen type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Endform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 07:29:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-calling-output-type/m-p/3795833#M912995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T07:29:19Z</dc:date>
    </item>
  </channel>
</rss>

