<?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 SUBMIT FF_5 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-ff-5/m-p/6036725#M1350246</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to call transaction FF_5 from ABAP program.&lt;/P&gt;&lt;P&gt;The problem is that I would like to get the messages back.&lt;/P&gt;&lt;P&gt;I'm using a command:&lt;/P&gt;&lt;P&gt;  submit rfebka00 to sap-spool&lt;/P&gt;&lt;P&gt;                      spool parameters print_parameters&lt;/P&gt;&lt;P&gt;                      archive parameters archi_parameters&lt;/P&gt;&lt;P&gt;                      without spool dynpro using selection-set 'BOA - NOAM US' with batch  = 'X' and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get the messages from the transaction (Error, warning &amp;amp; information) ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Rebeka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Aug 2009 06:58:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-17T06:58:36Z</dc:date>
    <item>
      <title>SUBMIT FF_5</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-ff-5/m-p/6036725#M1350246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to call transaction FF_5 from ABAP program.&lt;/P&gt;&lt;P&gt;The problem is that I would like to get the messages back.&lt;/P&gt;&lt;P&gt;I'm using a command:&lt;/P&gt;&lt;P&gt;  submit rfebka00 to sap-spool&lt;/P&gt;&lt;P&gt;                      spool parameters print_parameters&lt;/P&gt;&lt;P&gt;                      archive parameters archi_parameters&lt;/P&gt;&lt;P&gt;                      without spool dynpro using selection-set 'BOA - NOAM US' with batch  = 'X' and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get the messages from the transaction (Error, warning &amp;amp; information) ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Rebeka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 06:58:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-ff-5/m-p/6036725#M1350246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T06:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT FF_5</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-ff-5/m-p/6036726#M1350247</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;CALL TRANSACTION 'FF_5' USING t_customer MODE 'A'&lt;/P&gt;&lt;P&gt;       MESSAGES INTO t_messages.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;loop at those messages to display messages&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     LOOP AT t_messages INTO fs_messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'FORMAT_MESSAGE'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          id        = fs_messages-msgid&lt;/P&gt;&lt;P&gt;          lang      = sy-langu&lt;/P&gt;&lt;P&gt;          no        = fs_messages-msgnr&lt;/P&gt;&lt;P&gt;          v1        = fs_messages-msgv1&lt;/P&gt;&lt;P&gt;          v2        = fs_messages-msgv2&lt;/P&gt;&lt;P&gt;          v3        = fs_messages-msgv3&lt;/P&gt;&lt;P&gt;          v4        = fs_messages-msgv4&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          msg       = w_msg&lt;/P&gt;&lt;P&gt;        EXCEPTIONS&lt;/P&gt;&lt;P&gt;          not_found = 1&lt;/P&gt;&lt;P&gt;          OTHERS    = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;        WRITE : / w_msg.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 07:12:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-ff-5/m-p/6036726#M1350247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T07:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: SUBMIT FF_5</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-ff-5/m-p/6036727#M1350248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2009 08:10:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-ff-5/m-p/6036727#M1350248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-07T08:10:58Z</dc:date>
    </item>
  </channel>
</rss>

