<?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: Processing BDC session from Report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-bdc-session-from-report/m-p/937422#M62465</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;Try this - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT rsbdcsub USING SELECTION-SET 'ZXY' and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where ZXY is variant which you have to create for RSBDCSUB program by giving session name and click on new session checkbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Sep 2005 12:02:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-29T12:02:50Z</dc:date>
    <item>
      <title>Processing BDC session from Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-bdc-session-from-report/m-p/937418#M62461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         I have got requirement where I have to process the session without going to SM35 tcode. I have to process from ABAP Report. Is there any possibility to do this.If Yes, Please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its Urgent Please..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Nagesh Aswartha Varma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2005 10:54:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-bdc-session-from-report/m-p/937418#M62461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-29T10:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Processing BDC session from Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-bdc-session-from-report/m-p/937419#M62462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aswartha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can dynamically schedule a job.&lt;/P&gt;&lt;P&gt;Use the function module&lt;/P&gt;&lt;P&gt;JOB_OPEN, JOB_CLOSE and JOB_SUBMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please reward points, if this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2005 11:02:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-bdc-session-from-report/m-p/937419#M62462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-29T11:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Processing BDC session from Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-bdc-session-from-report/m-p/937420#M62463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aswrtha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use report RSBDCSUB to schedule sessions to be processed in background.&lt;/P&gt;&lt;P&gt;Once you have create your session &amp;lt;GROUP&amp;gt; , put this line -&lt;/P&gt;&lt;P&gt;SUBMIT RSBDCSUB WITH MAPPE = &amp;lt;GROUP&amp;gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( &amp;lt;GROUP&amp;gt; is the name of session you created ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont forget to reward if amswers were helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2005 11:08:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-bdc-session-from-report/m-p/937420#M62463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-29T11:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Processing BDC session from Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-bdc-session-from-report/m-p/937421#M62464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And make sure to keep some parameters like GROUP, KEEP in your report selection screen from where you can control the BDC session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sougata.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2005 11:11:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-bdc-session-from-report/m-p/937421#M62464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-29T11:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Processing BDC session from Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/processing-bdc-session-from-report/m-p/937422#M62465</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;Try this - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT rsbdcsub USING SELECTION-SET 'ZXY' and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where ZXY is variant which you have to create for RSBDCSUB program by giving session name and click on new session checkbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2005 12:02:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/processing-bdc-session-from-report/m-p/937422#M62465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-29T12:02:50Z</dc:date>
    </item>
  </channel>
</rss>

