<?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: Running Batch Input sessions in One program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/running-batch-input-sessions-in-one-program/m-p/977767#M71279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the program RSBDCSUB. But RSBDCBTC provides more control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see this website. This will help you to understand how to read a file from unix and put the data in an internal table. Once you have the data in the interal table, the BDC processing is same as normal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/unixfile.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/unixfile.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want more clarification, please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly assign points if the replies are helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vinod C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 14 Aug 2005 13:58:25 GMT</pubDate>
    <dc:creator>Vinod_Chandran</dc:creator>
    <dc:date>2005-08-14T13:58:25Z</dc:date>
    <item>
      <title>Running Batch Input sessions in One program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/running-batch-input-sessions-in-one-program/m-p/977764#M71276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure this question might have come up before. Reall y  need quick help in this hence posted the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to develop a program which creates several batch input sessions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the end of the program all these sessions should ve triggerred in the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this can be done and if yes can someone send me psuedocode for same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is very urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2005 23:37:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/running-batch-input-sessions-in-one-program/m-p/977764#M71276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-13T23:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Running Batch Input sessions in One program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/running-batch-input-sessions-in-one-program/m-p/977765#M71277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the following function modules you can create a batch input session.&lt;/P&gt;&lt;P&gt;BDC_OPEN_GROUP&lt;/P&gt;&lt;P&gt;BDC_INSERT&lt;/P&gt;&lt;P&gt;BDC_CLOSE_GROUP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example - &lt;A href="http://www.sap-img.com/abap/auto-disallowed-back-posting-to-previous-period.htm" target="test_blank"&gt;http://www.sap-img.com/abap/auto-disallowed-back-posting-to-previous-period.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the program RSBDCSUB to schedule batch input sessions in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/learning-bdc-programming.htm" target="test_blank"&gt;http://www.sap-img.com/abap/learning-bdc-programming.htm&lt;/A&gt; - How to write BDC program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="4889"&gt;&lt;/A&gt; - Example for how to call the bdc session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope these are helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Aug 2005 05:50:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/running-batch-input-sessions-in-one-program/m-p/977765#M71277</guid>
      <dc:creator>Vinod_Chandran</dc:creator>
      <dc:date>2005-08-14T05:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Running Batch Input sessions in One program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/running-batch-input-sessions-in-one-program/m-p/977766#M71278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx for the answers.Just confirm again that RSBDCSUB will also help to run the batch input sessions instead of whats mentioned in the below :&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="4889"&gt;&lt;/A&gt; - Example for how to call the bdc session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any example BDCs code where file from UNIX server is used to create baych input sessions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will solve my issue then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Aug 2005 13:40:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/running-batch-input-sessions-in-one-program/m-p/977766#M71278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-14T13:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Running Batch Input sessions in One program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/running-batch-input-sessions-in-one-program/m-p/977767#M71279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the program RSBDCSUB. But RSBDCBTC provides more control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see this website. This will help you to understand how to read a file from unix and put the data in an internal table. Once you have the data in the interal table, the BDC processing is same as normal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/unixfile.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/unixfile.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want more clarification, please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly assign points if the replies are helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vinod C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Aug 2005 13:58:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/running-batch-input-sessions-in-one-program/m-p/977767#M71279</guid>
      <dc:creator>Vinod_Chandran</dc:creator>
      <dc:date>2005-08-14T13:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Running Batch Input sessions in One program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/running-batch-input-sessions-in-one-program/m-p/977768#M71280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx it gives me a headstart now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Aug 2005 14:22:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/running-batch-input-sessions-in-one-program/m-p/977768#M71280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-14T14:22:24Z</dc:date>
    </item>
  </channel>
</rss>

