<?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: How to process a batch input session directly from the program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-batch-input-session-directly-from-the-program/m-p/2181404#M463936</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;This is working fine , but in case of All screen mode ( 'A' ) , i need to show the screens to the user. Currently, the submit RSBDCSUB is getting scheduled in background . Can you please help me on this ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you in advance,&lt;/P&gt;&lt;P&gt;Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2007 08:52:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-25T08:52:55Z</dc:date>
    <item>
      <title>How to process a batch input session directly from the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-batch-input-session-directly-from-the-program/m-p/2181399#M463931</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;I have developed a program which will create a batch input session.&lt;/P&gt;&lt;P&gt;When the program is executed, the session should get processed . ie. the user need not have to go to sm35 to process the session. I am facing some problem in this.&lt;/P&gt;&lt;P&gt;I am using BDC_INSERT by passing the tcode . The session is getting processed, but when i go to sm35, i noticed that the session is still listed under the "New" tab instead of the "Processed" tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I am not getting the final window with the buttons " Session overview" and "Exit Batch Input".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out in this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 13:57:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-batch-input-session-directly-from-the-program/m-p/2181399#M463931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T13:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to process a batch input session directly from the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-batch-input-session-directly-from-the-program/m-p/2181400#M463932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,,&lt;/P&gt;&lt;P&gt;   To process the session directly from the program you need to submt the program RSBDCSUB using the session group name.&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, 20 Apr 2007 14:02:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-batch-input-session-directly-from-the-program/m-p/2181400#M463932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T14:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to process a batch input session directly from the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-batch-input-session-directly-from-the-program/m-p/2181401#M463933</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;U have to submit the program RSBDCSUB:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SUBMIT RSBDCSUB WITH MAPPE = &amp;lt;session&amp;gt;
                WITH VON   = SY-DATUM
                WITH BIS   = SY-DATUM
                WITH FEHLER = ' '
                    EXPORTING LIST TO MEMORY
                                    AND RETURN.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 14:03:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-batch-input-session-directly-from-the-program/m-p/2181401#M463933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T14:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to process a batch input session directly from the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-batch-input-session-directly-from-the-program/m-p/2181402#M463934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;After completing the Session method, you can use RSBDCSUB Program to run the Session automatically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT RSBDCSUB WITH MAPPE = SESSION NAME&lt;/P&gt;&lt;P&gt;                WITH VON   = SY-DATUM&lt;/P&gt;&lt;P&gt;                WITH BIS   = SY-DATUM&lt;/P&gt;&lt;P&gt;                WITH FEHLER = ' '&lt;/P&gt;&lt;P&gt;                    EXPORTING LIST TO MEMORY&lt;/P&gt;&lt;P&gt;                                    AND RETURN.&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, 20 Apr 2007 14:24:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-batch-input-session-directly-from-the-program/m-p/2181402#M463934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T14:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to process a batch input session directly from the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-batch-input-session-directly-from-the-program/m-p/2181403#M463935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you CALL TRANSACTION and only use BDC_INSERT if there is an error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 14:29:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-batch-input-session-directly-from-the-program/m-p/2181403#M463935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T14:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to process a batch input session directly from the program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-batch-input-session-directly-from-the-program/m-p/2181404#M463936</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;This is working fine , but in case of All screen mode ( 'A' ) , i need to show the screens to the user. Currently, the submit RSBDCSUB is getting scheduled in background . Can you please help me on this ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you in advance,&lt;/P&gt;&lt;P&gt;Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 08:52:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-batch-input-session-directly-from-the-program/m-p/2181404#M463936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T08:52:55Z</dc:date>
    </item>
  </channel>
</rss>

