<?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: pop-up level in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-level/m-p/993162#M74736</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pop-up level: Hierarchical level of a window. The first window that appears in a logon procedure to an ABAP-based SAP system has the popup level 0. You create popup levels by stacking modular dialog boxes using the CALL SCREEN or the CALL SELECTION-SCREEN command. The maximum popup level is 9. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Problem:&lt;/P&gt;&lt;P&gt;You can only display a container (e.g. for alv-grid) in different dynpro's if they have the same pop-up level. To make sure that they are on the same level i have to check this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jul 2005 11:31:56 GMT</pubDate>
    <dc:creator>former_member187130</dc:creator>
    <dc:date>2005-07-14T11:31:56Z</dc:date>
    <item>
      <title>pop-up level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-level/m-p/993154#M74728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;could someone help me. I'm just wondering how I can get the actuall pop-up level of my pop-up window?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2005 09:38:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-level/m-p/993154#M74728</guid>
      <dc:creator>former_member187130</dc:creator>
      <dc:date>2005-07-14T09:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: pop-up level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-level/m-p/993155#M74729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are talking about list processing then use &lt;/P&gt;&lt;P&gt;SY-LSIND otherwise please explain your req. more&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2005 09:45:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-level/m-p/993155#M74729</guid>
      <dc:creator>Vinod_Chandran</dc:creator>
      <dc:date>2005-07-14T09:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: pop-up level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-level/m-p/993156#M74730</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;U can specify it as below&lt;/P&gt;&lt;P&gt;call function 'POPUP_TO_CONFIRM_STEP'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;DEFAULTOPTION = 'Y'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;textline1 = 'Do you want to continue'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;TEXTLINE2 = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;titel = 'Please Confirm'&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;* START_COLUMN = 25&lt;/P&gt;&lt;P&gt; START_ROW = 6&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt; CANCEL_DISPLAY = 'X'&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;ANSWER = X_ANS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: / X_ANS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Kindly reward points if ur problem got solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2005 09:57:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-level/m-p/993156#M74730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-14T09:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: pop-up level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-level/m-p/993157#M74731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;thank but I'm not talking about list processeing. If I make a pop-up window (=pop-up level 1) and by pressing a button there will open a second pop-up window (= level 2) ... .&lt;/P&gt;&lt;P&gt;How can I get the current pop-up level?&lt;/P&gt;&lt;P&gt;Thanks Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2005 10:55:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-level/m-p/993157#M74731</guid>
      <dc:creator>former_member187130</dc:creator>
      <dc:date>2005-07-14T10:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: pop-up level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-level/m-p/993158#M74732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can open as many popup as u can, i guess there is no restriction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the size of each pop-up window can be defined in teh function mkodule itself.&lt;/P&gt;&lt;P&gt;START_COLUMN = 25&lt;/P&gt;&lt;P&gt;START_ROW = 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the above reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2005 11:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-level/m-p/993158#M74732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-14T11:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: pop-up level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-level/m-p/993159#M74733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, i think you are right. I don't care about a restriction. I need the actuall pop-up level.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2005 11:11:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-level/m-p/993159#M74733</guid>
      <dc:creator>former_member187130</dc:creator>
      <dc:date>2005-07-14T11:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: pop-up level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-level/m-p/993160#M74734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think for this you have to have your own counter. When ever there is a popup add 1 to that and when you close it subtract 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2005 11:14:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-level/m-p/993160#M74734</guid>
      <dc:creator>Vinod_Chandran</dc:creator>
      <dc:date>2005-07-14T11:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: pop-up level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-level/m-p/993161#M74735</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;U can call this fucntion module with in a loop and check?&lt;/P&gt;&lt;P&gt;So that u can count the no of times it occurs, but if it has some max level it will give a count or else it will be infinite and endless loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u tell me clearly what do u mean by pop-up level?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please reward points for the answers which helped u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2005 11:21:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-level/m-p/993161#M74735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-14T11:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: pop-up level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-level/m-p/993162#M74736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pop-up level: Hierarchical level of a window. The first window that appears in a logon procedure to an ABAP-based SAP system has the popup level 0. You create popup levels by stacking modular dialog boxes using the CALL SCREEN or the CALL SELECTION-SCREEN command. The maximum popup level is 9. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Problem:&lt;/P&gt;&lt;P&gt;You can only display a container (e.g. for alv-grid) in different dynpro's if they have the same pop-up level. To make sure that they are on the same level i have to check this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2005 11:31:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up-level/m-p/993162#M74736</guid>
      <dc:creator>former_member187130</dc:creator>
      <dc:date>2005-07-14T11:31:56Z</dc:date>
    </item>
  </channel>
</rss>

