<?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: Capturing the messages from the called program in Submit statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-messages-from-the-called-program-in-submit-statement/m-p/2315498#M507675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="54526"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2007 02:00:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-30T02:00:26Z</dc:date>
    <item>
      <title>Capturing the messages from the called program in Submit statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-messages-from-the-called-program-in-submit-statement/m-p/2315497#M507674</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 need to display error messages or warning messages or success messages of called program in my calling program.&lt;/P&gt;&lt;P&gt;Please  suggest some solution.&lt;/P&gt;&lt;P&gt;For clarity Iam herewith my piece of code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SUBMIT zsufile_handling WITH pa_actn = wl_cop&lt;/P&gt;&lt;P&gt;                            WITH pa_ftype = wl_asc&lt;/P&gt;&lt;P&gt;                            WITH pa_spfil = pa_zfile&lt;/P&gt;&lt;P&gt;                            WITH pa_dphyf = wf_file1 AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam calling this from progarm Z_traffic_upload. Now I want to display the error messages of above submit in this program Z_traffic_upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Brahma Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 01:55:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-messages-from-the-called-program-in-submit-statement/m-p/2315497#M507674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T01:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing the messages from the called program in Submit statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-messages-from-the-called-program-in-submit-statement/m-p/2315498#M507675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="54526"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 02:00:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-messages-from-the-called-program-in-submit-statement/m-p/2315498#M507675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T02:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing the messages from the called program in Submit statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-messages-from-the-called-program-in-submit-statement/m-p/2315499#M507676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not possible if you are doing a straight SUBMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 02:02:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-messages-from-the-called-program-in-submit-statement/m-p/2315499#M507676</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-05-30T02:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing the messages from the called program in Submit statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-messages-from-the-called-program-in-submit-statement/m-p/2315500#M507677</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 using ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT zsufile_handling WITH pa_actn = wl_cop&lt;/P&gt;&lt;P&gt;WITH pa_ftype = wl_asc&lt;/P&gt;&lt;P&gt;WITH pa_spfil = pa_zfile&lt;/P&gt;&lt;P&gt;WITH pa_dphyf = wf_file1 AND RETURN &lt;/P&gt;&lt;P&gt;           EXPORTING LIST TO MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then in your program Z_traffic_upload use fn modules 'LIST_FROM_MEMORY' / 'WRITE_LIST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 02:07:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-messages-from-the-called-program-in-submit-statement/m-p/2315500#M507677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T02:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Capturing the messages from the called program in Submit statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-messages-from-the-called-program-in-submit-statement/m-p/2315501#M507678</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;If the program you are calling has a TCODE then i think it's better to  use CALL TRANSACTION rather than submit..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &amp;lt;TCODE&amp;gt; USING i_bdcdata MODE 'N'&lt;/P&gt;&lt;P&gt;                          MESSAGES INTO i_msgtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all the messages will be put in i_msgtab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 02:07:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capturing-the-messages-from-the-called-program-in-submit-statement/m-p/2315501#M507678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T02:07:55Z</dc:date>
    </item>
  </channel>
</rss>

