<?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 position in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-position/m-p/3579394#M861720</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;see this code.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
selection-screen : begin of screen 101.
PARAMETERS:Hi.
selection-screen end of screen 101.

selection-screen begin of screen 102.
PARAMETERS:Bye.
selection-screen end of screen 102.

parameters: r101 radiobutton group r ,

r102 radiobutton group r .

AT SELECTION-SCREEN.
if r101 = 'X'.
Call SELECTION-SCREEN 101 starting at 10 5
ending at 50 15.
endif.

if r102 = 'X' .
Call SELECTION-SCREEN 102 starting at 20 10
ending at 80 20.
endif.

AT SELECTION-SCREEN OUTPUT.
  LOOP AT SCREEN.
  IF screen-name = 'HI' or screen-name = 'BYE'.
    screen-active = '0'.
    MODIFY SCREEN.
  ENDIF.
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Mar 2008 05:24:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-17T05:24:44Z</dc:date>
    <item>
      <title>screen position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-position/m-p/3579388#M861714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; i made a program with two radio buttons to call two screens at different outposition ... but i m not getting the desired output ...&lt;/P&gt;&lt;P&gt;my req is that when user press R1 screen 101 is displayed at the desired  position on the screen and when he press R2 screen 102 is displayed at desired location ... i wrote this program .... plz  c n correct it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen : begin of screen 101.&lt;/P&gt;&lt;P&gt;     write:'hi'.&lt;/P&gt;&lt;P&gt; selection-screen     end of screen 101.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     selection-screen  begin of screen 102.&lt;/P&gt;&lt;P&gt;      write:/ 'bye'.&lt;/P&gt;&lt;P&gt;      selection-screen  end of screen 102.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: r101 radiobutton group r ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            r102 radiobutton group  r .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if r101 = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call screen 101." starting at 10  5&lt;/P&gt;&lt;P&gt;                      ending at 50 15.&lt;/P&gt;&lt;P&gt;                       endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if r102 = 'X' .&lt;/P&gt;&lt;P&gt;Call screen 102 ."starting at 20 10&lt;/P&gt;&lt;P&gt;                      ending at 80 20.&lt;/P&gt;&lt;P&gt;        endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the output is coming hi&lt;/P&gt;&lt;P&gt;                               bye.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;irrespective of the radiobutton i choose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 05:13:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-position/m-p/3579388#M861714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T05:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: screen position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-position/m-p/3579389#M861715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Have one radiobutton as default.&lt;/P&gt;&lt;P&gt;Either r101 or r102.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 05:16:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-position/m-p/3579389#M861715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T05:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: screen position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-position/m-p/3579390#M861716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen : begin of screen 101.&lt;/P&gt;&lt;P&gt;write:'hi'.&lt;/P&gt;&lt;P&gt;selection-screen end of screen 101.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of screen 102.&lt;/P&gt;&lt;P&gt;write:/ 'bye'.&lt;/P&gt;&lt;P&gt;selection-screen end of screen 102.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: r101 radiobutton group r ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r102 radiobutton group r .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if r101 = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call screen &lt;STRONG&gt;selection-screen&lt;/STRONG&gt; 101." starting at 10 5&lt;/P&gt;&lt;P&gt;ending at 50 15.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if r102 = 'X' .&lt;/P&gt;&lt;P&gt;Call screen &lt;STRONG&gt;selection-screen&lt;/STRONG&gt;  102 ."starting at 20 10&lt;/P&gt;&lt;P&gt;ending at 80 20.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;CALL SELECTION-SCREEN&lt;/STRONG&gt;&lt;/U&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax &lt;/P&gt;&lt;P&gt;CALL SELECTION-SCREEN dynnr &lt;/P&gt;&lt;P&gt;                      [STARTING AT col1 lin1 &lt;/P&gt;&lt;P&gt;                      [ENDING   AT col2 lin2]] &lt;/P&gt;&lt;P&gt;                      [USING SELECTION-SET variant]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extras: &lt;/P&gt;&lt;P&gt;1. ... STARTING AT col1 lin1 [ENDING AT col2 lin2] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. ... USING SELECTION-SET variant &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;This statement calls the Selection Screen with the Dynpro-Number specified in dynnr and starts the Selection Screen Processing. For dynnr a data object of the type n and the length 4 is expected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statement CALL SELECTION-SCREEN accesses the selection screens of the respective Main Program of the current program group and these work with the parameters and selection screens of the main program and trigger the selection screen processing in the main program. The main program is generally the current program, except for the case when calling a selection screen in an externally called subprogram. An uncatchable exception occurs if the specified selection screen is not contained in the main program of the program group. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can call any selection screen of the main program, particularly the standard selection screen. Default setting is the display of the selection screen in the window of the preceding screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statement CALL SCREEN is not to be used to call selection screens, as otherwise the proper execution of the selection screen processing cannot be guaranteed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the called selection screen is displayed in a dialog window, we recommend that you use the addition AS WINDOW when specifying the selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 1 &lt;/P&gt;&lt;P&gt;... STARTING AT col1 lin1 [ENDING AT col2 lin2] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;With the addition STARTING AT, you create a modal dialog box and the selection screen is displayed in it. The upper left corner of the dialog box is determined by the values in col1 and lin1 for column and row. These values refer to the window with the Pop-up-Level 0. The lower right corner is either set automatically or can be specified in col2 and lin2 after ENDING AT. For col1, lin1, col2 and lin2, data objects of the type i are expected. The values of col1, lin1 should be smaller than col2, lin2; Otherwise the behavior will be undefined.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 05:17:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-position/m-p/3579390#M861716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T05:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: screen position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-position/m-p/3579391#M861717</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;Create two screens 101 and 102 in SE80 for the Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETERS: R101 RADIOBUTTON GROUP R ,
R102 RADIOBUTTON GROUP R .

IF R101 = 'X'.
CALL SCREEN 101." starting at 10 5ending at 50 15.
ENDIF.

IF R102 = 'X' .
CALL SCREEN 102 ."starting at 20 10\ending at 80 20.
ENDIF.


.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then execute ur coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balakumar.G.&lt;/P&gt;&lt;P&gt;Rewards Points if Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 05:18:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-position/m-p/3579391#M861717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T05:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: screen position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-position/m-p/3579392#M861718</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;Check...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When R1 = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call screen 100 starting at 50 50 ending at 100 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When R2 = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call screen 101 starting at 50 50 ending at 100 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 05:19:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-position/m-p/3579392#M861718</guid>
      <dc:creator>ak_upadhyay</dc:creator>
      <dc:date>2008-03-17T05:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: screen position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-position/m-p/3579393#M861719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check whether u created subscreens corrctly or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have to starting at and ending at additions to fullfill ur requirements&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 05:20:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-position/m-p/3579393#M861719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T05:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: screen position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-position/m-p/3579394#M861720</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;see this code.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
selection-screen : begin of screen 101.
PARAMETERS:Hi.
selection-screen end of screen 101.

selection-screen begin of screen 102.
PARAMETERS:Bye.
selection-screen end of screen 102.

parameters: r101 radiobutton group r ,

r102 radiobutton group r .

AT SELECTION-SCREEN.
if r101 = 'X'.
Call SELECTION-SCREEN 101 starting at 10 5
ending at 50 15.
endif.

if r102 = 'X' .
Call SELECTION-SCREEN 102 starting at 20 10
ending at 80 20.
endif.

AT SELECTION-SCREEN OUTPUT.
  LOOP AT SCREEN.
  IF screen-name = 'HI' or screen-name = 'BYE'.
    screen-active = '0'.
    MODIFY SCREEN.
  ENDIF.
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 05:24:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-position/m-p/3579394#M861720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T05:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: screen position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-position/m-p/3579395#M861721</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;Check the foll code....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN : BEGIN OF SCREEN 101.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT (50) text1.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN END OF SCREEN 101.

SELECTION-SCREEN BEGIN OF SCREEN 102.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT (50) text2.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN END OF SCREEN 102.

PARAMETERS: r101 RADIOBUTTON GROUP r ,
            r102 RADIOBUTTON GROUP r .

INITIALIZATION.

  MOVE: 'Hi' TO text1,
        'Bye' TO text2.

AT SELECTION-SCREEN.

  IF r101 = 'X'.
    CALL SELECTION-SCREEN 101 STARTING AT 10 5
                                ENDING AT 50 15.
  ENDIF.

  IF r102 = 'X' .
    CALL SELECTION-SCREEN 102 STARTING AT 20 10
                                ENDING AT 80 20.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 05:25:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-position/m-p/3579395#M861721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T05:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: screen position</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-position/m-p/3579396#M861722</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First Go thru Screen Programming Documentation.. What u done is on Selection screen.. but ur requirements is to do with sub-screen and Screen designing,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check Call screen Syntax.. it s used for only screens designed on screen painter not selection screen.. Goto Se51 transaction and design screen or use Radio button in selection screen and subsccreen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 05:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-position/m-p/3579396#M861722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T05:29:47Z</dc:date>
    </item>
  </channel>
</rss>

