<?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: Screen without system menu in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-without-system-menu/m-p/12109493#M1973478</link>
    <description>&lt;P&gt;If I understand well, you want to display your screen in a new external session from an ABAP program. Create a RFC-enabled function module which displays a screen, and call it using CALL FUNCTION ... STARTING NEW TASK 'anything'.&lt;/P&gt;&lt;P&gt;I don't think you can avoid the popup "maximum number of sessions", but you may determine the number of current and maximum external sessions:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: lv_act_sessions type i,
      lv_max_sessions type i.
call function 'TH_USER_INFO'
  importing
    act_sessions = lv_act_sessions
    max_sessions = lv_max_sessions.&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 13 Dec 2019 15:58:55 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2019-12-13T15:58:55Z</dc:date>
    <item>
      <title>Screen without system menu</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-without-system-menu/m-p/12109492#M1973477</link>
      <description>&lt;P&gt;Hi All....&lt;/P&gt;
  &lt;P&gt;I want to design a screen for my won popup dialog but without having system menu like sap login popup.&lt;/P&gt;
  &lt;P&gt;can any one suggest me how I do this or even if system menu is their the 'create new session' sub menu should be disable like max session reach message popup.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 14:09:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-without-system-menu/m-p/12109492#M1973477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-12-13T14:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Screen without system menu</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-without-system-menu/m-p/12109493#M1973478</link>
      <description>&lt;P&gt;If I understand well, you want to display your screen in a new external session from an ABAP program. Create a RFC-enabled function module which displays a screen, and call it using CALL FUNCTION ... STARTING NEW TASK 'anything'.&lt;/P&gt;&lt;P&gt;I don't think you can avoid the popup "maximum number of sessions", but you may determine the number of current and maximum external sessions:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: lv_act_sessions type i,
      lv_max_sessions type i.
call function 'TH_USER_INFO'
  importing
    act_sessions = lv_act_sessions
    max_sessions = lv_max_sessions.&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 13 Dec 2019 15:58:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-without-system-menu/m-p/12109493#M1973478</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-12-13T15:58:55Z</dc:date>
    </item>
  </channel>
</rss>

