<?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 link a bdc session method program to sm35 Tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-link-a-bdc-session-method-program-to-sm35-tcode/m-p/5658109#M1287119</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob.&lt;/P&gt;&lt;P&gt;but i am a bit confused. Do i need to write &lt;/P&gt;&lt;P&gt;                             SUBMIT RSBDCSUB via SELECTION SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i do so, then how i will move to SM35 to choose the session to process acording to end-user wish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jun 2009 19:07:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-11T19:07:48Z</dc:date>
    <item>
      <title>how to link a bdc session method program to sm35 Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-link-a-bdc-session-method-program-to-sm35-tcode/m-p/5658107#M1287117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts, i need to upload data of Cost Center (ks01) from excel file to sap using BDC session method via selection screen that i have designed.&lt;/P&gt;&lt;P&gt;even i have done this but now i want to move to SM35 soon after executing the program insted of executing SM35 independently,in order to process the session according to his or her choice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to do this ?&lt;/P&gt;&lt;P&gt;plz help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: praveenkr on Jun 11, 2009 8:53 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 18:51:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-link-a-bdc-session-method-program-to-sm35-tcode/m-p/5658107#M1287117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T18:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to link a bdc session method program to sm35 Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-link-a-bdc-session-method-program-to-sm35-tcode/m-p/5658108#M1287118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After creating the BDC session, the program can then submit RSBDCSUB. If you search the forum for this program, you will get lots of information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 18:54:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-link-a-bdc-session-method-program-to-sm35-tcode/m-p/5658108#M1287118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T18:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to link a bdc session method program to sm35 Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-link-a-bdc-session-method-program-to-sm35-tcode/m-p/5658109#M1287119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob.&lt;/P&gt;&lt;P&gt;but i am a bit confused. Do i need to write &lt;/P&gt;&lt;P&gt;                             SUBMIT RSBDCSUB via SELECTION SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i do so, then how i will move to SM35 to choose the session to process acording to end-user wish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 19:07:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-link-a-bdc-session-method-program-to-sm35-tcode/m-p/5658109#M1287119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T19:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to link a bdc session method program to sm35 Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-link-a-bdc-session-method-program-to-sm35-tcode/m-p/5658110#M1287120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;submit rsbdcsub using selection-set session_name and return.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Where session_name is the name of your BDC session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 19:12:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-link-a-bdc-session-method-program-to-sm35-tcode/m-p/5658110#M1287120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-11T19:12:51Z</dc:date>
    </item>
  </channel>
</rss>

