<?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 Session in Background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-in-background/m-p/2838453#M664734</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use RSBDCSUB or RSBDCBTC programs.&lt;/P&gt;&lt;P&gt;run either of them.&lt;/P&gt;&lt;P&gt;its always better to use TSBDCBTC as it takes qid as input which would be unique.&lt;/P&gt;&lt;P&gt;now schedule the program in background with the qid as variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want to run RSBDCSUB, u need to give the session name as variant and then schedule it in background.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Oct 2007 08:26:52 GMT</pubDate>
    <dc:creator>hymavathi_oruganti</dc:creator>
    <dc:date>2007-10-03T08:26:52Z</dc:date>
    <item>
      <title>BDC Session in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-in-background/m-p/2838450#M664731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I am creating BDc sessions and processing in SM35. When I process in foreground mode it is running successfully but when I run background mode , session is not getting processed. Is these anything I am missing?&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;Regards,&lt;/P&gt;&lt;P&gt;Jeetu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 08:08:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-in-background/m-p/2838450#M664731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T08:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Session in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-in-background/m-p/2838451#M664732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Check are you using any GUI related function modules like GUI_DOWNLOAD or UPLOAD&lt;/P&gt;&lt;P&gt;because they won't work in background&lt;/P&gt;&lt;P&gt;You have to use the OPEN DATASET concept to get the fiels from the application server by keeping the data on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 08:13:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-in-background/m-p/2838451#M664732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T08:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Session in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-in-background/m-p/2838452#M664733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The BDC you are performing might contain frontend controls like text editor, which do not work in background mode. That might be a reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternative you can use transactions that do not have such controls or just perform some function module / BAPI operations for the rest.&lt;/P&gt;&lt;P&gt;**************&lt;/P&gt;&lt;P&gt;Are you getting any warning messages while running it in foreground. If so then please pass the value for DKACB-FMORE = 'X' then it will work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****************&lt;/P&gt;&lt;P&gt;r u using&lt;/P&gt;&lt;P&gt;commit work and wait&lt;/P&gt;&lt;P&gt;after ever updation in record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMMIT WORK AND WAIT&lt;/P&gt;&lt;P&gt;This form specifies synchronous processing. The COMMITstatement waits for the end of processing. Control returns to your program after all high priority (V1) function modules have run successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The AND WAIT form is convenient for switching old programs to synchronous processing without having to re-write the code. Functionally, using AND WAIT for update-task updates is just the same as dialog-task updates with PERFORM ON COMMIT.&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;Vasu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 08:23:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-in-background/m-p/2838452#M664733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T08:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Session in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-in-background/m-p/2838453#M664734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use RSBDCSUB or RSBDCBTC programs.&lt;/P&gt;&lt;P&gt;run either of them.&lt;/P&gt;&lt;P&gt;its always better to use TSBDCBTC as it takes qid as input which would be unique.&lt;/P&gt;&lt;P&gt;now schedule the program in background with the qid as variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want to run RSBDCSUB, u need to give the session name as variant and then schedule it in background.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 08:26:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session-in-background/m-p/2838453#M664734</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2007-10-03T08:26:52Z</dc:date>
    </item>
  </channel>
</rss>

