<?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: BDC message in Background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-message-in-background/m-p/6477511#M1418412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello naga, suri, archana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx for reply...actually after running my bdc in background i checked that SYST and BDCMSGCOLL dont contain the value of created document number, even sy-subrc also not equal to 0. its sy0subrc = 1001.&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;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jan 2010 08:14:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-15T08:14:34Z</dc:date>
    <item>
      <title>BDC message in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-message-in-background/m-p/6477502#M1418403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a BDC &lt;STRONG&gt;call transaction&lt;/STRONG&gt; in report by which it generates the document number using tcode F-44 and display the message data in an alv report, but problem is that when i run the BDC in Foreground then BDCMSGCALL structure contains the document number and all other this but when i m running it in background then it don't contains the created document number.&lt;/P&gt;&lt;P&gt;so can anyone please tell me that how can i trap the created document number in background?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards saurabh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 05:59:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-message-in-background/m-p/6477502#M1418403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-14T05:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: BDC message in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-message-in-background/m-p/6477503#M1418404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you check whether its working fine in background . Looks like in background its going into errors &amp;amp; hence not populating the number in BDCMSGCOLL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 06:08:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-message-in-background/m-p/6477503#M1418404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-14T06:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: BDC message in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-message-in-background/m-p/6477504#M1418405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try checking SYST checking after Call transaction (if call succesful).. (SY-MSGNO, SY-MSGV1... )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 06:11:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-message-in-background/m-p/6477504#M1418405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-14T06:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: BDC message in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-message-in-background/m-p/6477505#M1418406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Naga Mohan Said is correct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to check &lt;STRONG&gt;SYST&lt;/STRONG&gt; Structure&lt;/P&gt;&lt;P&gt;after successful complettion of ur call transaction of a particular transaction code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Surendra P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 06:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-message-in-background/m-p/6477505#M1418406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-14T06:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: BDC message in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-message-in-background/m-p/6477506#M1418407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After Call transaction, check sy-subrc value. If it is 0 then it should able to populate success messages in message table. If some error is occuring in BDC in background then sy-subrc value wil not be 0 and it will populate error message in table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, please check with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thansk,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 06:19:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-message-in-background/m-p/6477506#M1418407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-14T06:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: BDC message in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-message-in-background/m-p/6477507#M1418408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It happens when you mark the no batch iput option as X in CTU Params or when you mark the same option while specifyig the transaction in SHDB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2010 08:02:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-message-in-background/m-p/6477507#M1418408</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-01-14T08:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: BDC message in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-message-in-background/m-p/6477508#M1418409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not resolved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 08:03:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-message-in-background/m-p/6477508#M1418409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-15T08:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: BDC message in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-message-in-background/m-p/6477509#M1418410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;Following code might be useful for you..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL TRANSACTION 'F-44' USING g_t_bdcdata MODE bdc_mode UPDATE 'S'
                          MESSAGES INTO t_sysmess.
  IF sy-subrc = 0.
*  get number of posted document
    LOOP AT t_sysmess INTO l_t_sysm WHERE msgid  = 'F5'
                                      AND msgnr  = '312'
                                      AND msgtyp = 'S'.
      c_belnr = l_t_sysm-msgv1.
      EXIT.
    ENDLOOP.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also refer - MSDCA_CREATE_BATCHDATAF01 for more details...  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 08:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-message-in-background/m-p/6477509#M1418410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-15T08:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: BDC message in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-message-in-background/m-p/6477510#M1418411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is any warning message while executing an bdc, but in forground it wil ignore, in background it won't, try to check what are the warning messages are coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mallikarjuna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 08:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-message-in-background/m-p/6477510#M1418411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-15T08:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: BDC message in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-message-in-background/m-p/6477511#M1418412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello naga, suri, archana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx for reply...actually after running my bdc in background i checked that SYST and BDCMSGCOLL dont contain the value of created document number, even sy-subrc also not equal to 0. its sy0subrc = 1001.&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;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 08:14:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-message-in-background/m-p/6477511#M1418412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-15T08:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: BDC message in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-message-in-background/m-p/6477512#M1418413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If sy-subrc is not 1, then your call transaction is not siccessful and data upload is not successful. So, document number is not getting generated. So, again here after checking sy-subrc, check BDCMSGCOLL in debuuging mode. It will show you the error messages. You need to run your BDC in foreground and check where itis failing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this and let me know if you want more input from my side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thansk,m&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 08:26:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-message-in-background/m-p/6477512#M1418413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-15T08:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: BDC message in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-message-in-background/m-p/6477513#M1418414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sourab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You got any resolution for this issue, i am also facing the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satheesh Kumar N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 06:54:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-message-in-background/m-p/6477513#M1418414</guid>
      <dc:creator>former_member664968</dc:creator>
      <dc:date>2014-03-19T06:54:11Z</dc:date>
    </item>
  </channel>
</rss>

