<?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 Session automatically ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-session-automatically/m-p/1367311#M181448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;YOU CAN USE RSBDCSUB TO SCHEDULE  YOUR BDC PROGRAM -&lt;/P&gt;&lt;P&gt;RSBDCSUB Release batch-input sessions automatically  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.auditnet.org/docs/SAPR3AuditingGuidelines.pdf" target="test_blank"&gt;http://www.auditnet.org/docs/SAPR3AuditingGuidelines.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/files.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/files.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.anao.gov.au/WebSite.nsf/Publications/4A256AE90015F69B4A25691C000B27FE/$file/ORIGINAL_handbook.pdf" target="test_blank"&gt;http://www.anao.gov.au/WebSite.nsf/Publications/4A256AE90015F69B4A25691C000B27FE/$file/ORIGINAL_handbook.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 May 2006 07:09:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-30T07:09:57Z</dc:date>
    <item>
      <title>How to process a Session automatically ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-session-automatically/m-p/1367306#M181443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;I am new to ABAP. Pls clear my doubt.&lt;/P&gt;&lt;P&gt;I had done a BDC using a session method. Every time should i need to goto SM35 &amp;amp; process the session? Or is there any other method to process the session automatically? If yes how. Pls give in detail. Can we shedule the session?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2006 06:51:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-session-automatically/m-p/1367306#M181443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-30T06:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to process a Session automatically ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-session-automatically/m-p/1367307#M181444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use SUBMIT rsbdcsub in ur program to run ur session automatically&lt;/P&gt;&lt;P&gt;SUBMIT rsbdcsub USING SELECTION-SET 'AMC'&lt;/P&gt;&lt;P&gt;AMC is a variant that u need to create for RSBDCSUB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2006 06:58:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-session-automatically/m-p/1367307#M181444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-30T06:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to process a Session automatically ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-session-automatically/m-p/1367308#M181445</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;You could submit the standard program RSBDCSUB to process your session automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;ET&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2006 06:59:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-session-automatically/m-p/1367308#M181445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-30T06:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to process a Session automatically ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-session-automatically/m-p/1367309#M181446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use RSBDCSUB and submit it using the session name u generated...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a job and assign the program name and the variant to that job and make it daily or periodic basic..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gunjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2006 07:00:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-session-automatically/m-p/1367309#M181446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-30T07:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to process a Session automatically ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-session-automatically/m-p/1367310#M181447</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;use standard program RSBDCSUB .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;latheesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2006 07:02:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-session-automatically/m-p/1367310#M181447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-30T07:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to process a Session automatically ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-session-automatically/m-p/1367311#M181448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;YOU CAN USE RSBDCSUB TO SCHEDULE  YOUR BDC PROGRAM -&lt;/P&gt;&lt;P&gt;RSBDCSUB Release batch-input sessions automatically  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.auditnet.org/docs/SAPR3AuditingGuidelines.pdf" target="test_blank"&gt;http://www.auditnet.org/docs/SAPR3AuditingGuidelines.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/files.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/files.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.anao.gov.au/WebSite.nsf/Publications/4A256AE90015F69B4A25691C000B27FE/$file/ORIGINAL_handbook.pdf" target="test_blank"&gt;http://www.anao.gov.au/WebSite.nsf/Publications/4A256AE90015F69B4A25691C000B27FE/$file/ORIGINAL_handbook.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2006 07:09:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-process-a-session-automatically/m-p/1367311#M181448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-30T07:09:57Z</dc:date>
    </item>
  </channel>
</rss>

