<?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: Internal Session Creation. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-session-creation/m-p/3227432#M769797</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;Will you please provide more clear description about your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sakthi C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Dec 2007 11:16:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-30T11:16:30Z</dc:date>
    <item>
      <title>Internal Session Creation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-session-creation/m-p/3227431#M769796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I create an internal session?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Dec 2007 11:00:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-session-creation/m-p/3227431#M769796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-30T11:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Session Creation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-session-creation/m-p/3227432#M769797</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;Will you please provide more clear description about your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sakthi C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Dec 2007 11:16:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-session-creation/m-p/3227432#M769797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-30T11:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Session Creation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-session-creation/m-p/3227433#M769798</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;actually u can create upto 9 sessions in sap &lt;/P&gt;&lt;P&gt;if u type /n and tcode in command field then it will be in  current session if u want ot openn a new session then type /o and tcode then it will open another session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in bdc  if u want to open another session then u have call another bdc_open_group fm &lt;/P&gt;&lt;P&gt;You can not open more than 6 sessions. May be basis people may help you, contact with them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Dec 2007 11:25:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-session-creation/m-p/3227433#M769798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-30T11:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Session Creation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-session-creation/m-p/3227434#M769799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jaspreet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a function module called 'SAPGUI_SET_FUNCTIONCODE' that will create a new session dynamically from a program. &lt;/P&gt;&lt;P&gt;Expample: &lt;/P&gt;&lt;P&gt;Report ABAPmaster. &lt;/P&gt;&lt;P&gt;call function 'SAPGUI_SET_FUNCTIONCODE' &lt;/P&gt;&lt;P&gt;EXPORTING &lt;/P&gt;&lt;P&gt;functioncode = '/oSE38' &lt;/P&gt;&lt;P&gt;EXCEPTIONS &lt;/P&gt;&lt;P&gt;function_not_supported = 1 &lt;/P&gt;&lt;P&gt;others = 2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please reward points if found helpful.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Dec 2007 11:26:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-session-creation/m-p/3227434#M769799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-30T11:26:11Z</dc:date>
    </item>
  </channel>
</rss>

