<?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: Message variable value capture in background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-variable-value-capture-in-background/m-p/2154221#M454974</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already done that ..but the problem is that type S message which flashes on&lt;/P&gt;&lt;P&gt;the screen after a process is complete is not getting generated when I run the program in background .&lt;/P&gt;&lt;P&gt;In foreground I am doing the same thing as suggested and it is working fine.&lt;/P&gt;&lt;P&gt;but in background the message is not getting generated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Mar 2007 08:34:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-30T08:34:22Z</dc:date>
    <item>
      <title>Message variable value capture in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-variable-value-capture-in-background/m-p/2154218#M454971</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;How can we capture the value of message variable in the background bdc .&lt;/P&gt;&lt;P&gt;I need to capture the value to like what comes after a PO is created in a BDC,e.g. I need the PO number when it is created .It is OK in foreground but in background it is not filling up.The message type is 'S' .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 08:18:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-variable-value-capture-in-background/m-p/2154218#M454971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T08:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Message variable value capture in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-variable-value-capture-in-background/m-p/2154219#M454972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to get the messages from T100 table, after doing the recording just press the Program, and create a program from the recording there you will find the code to get the messages from the table T100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 08:23:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-variable-value-capture-in-background/m-p/2154219#M454972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T08:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Message variable value capture in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-variable-value-capture-in-background/m-p/2154220#M454973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you use an internal table of the BDCMSGCOLL structure in your call transaction statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction &amp;lt;TCODE&amp;gt; using it_bdcdata options from x_ctuparams &lt;/P&gt;&lt;P&gt;messages into it_BDCMSGCOLL.&lt;/P&gt;&lt;P&gt;loop at it_bdcmsgcoll.&lt;/P&gt;&lt;P&gt;call function 'FORMAT_MESSAGE'&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;importing message = lv_message&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;write:/ lv_message.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 08:24:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-variable-value-capture-in-background/m-p/2154220#M454973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T08:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Message variable value capture in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-variable-value-capture-in-background/m-p/2154221#M454974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already done that ..but the problem is that type S message which flashes on&lt;/P&gt;&lt;P&gt;the screen after a process is complete is not getting generated when I run the program in background .&lt;/P&gt;&lt;P&gt;In foreground I am doing the same thing as suggested and it is working fine.&lt;/P&gt;&lt;P&gt;but in background the message is not getting generated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 08:34:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-variable-value-capture-in-background/m-p/2154221#M454974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T08:34:22Z</dc:date>
    </item>
  </channel>
</rss>

