<?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: Abt Selection Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen/m-p/1969977#M398104</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt; By using the text elements, you can change the selection screen text dynamically. At the selection screen events, just change the value to a different text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Feb 2007 10:46:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-21T10:46:19Z</dc:date>
    <item>
      <title>Abt Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen/m-p/1969972#M398099</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;  How to change selection screen text dynamically?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 10:40:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen/m-p/1969972#M398099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T10:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Abt Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen/m-p/1969973#M398100</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;The following example may help you: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK 001. &lt;/P&gt;&lt;P&gt;PARAMETERS: P_MRU  RADIOBUTTON GROUP SEL DEFAULT 'X' USER-COMMAND AC, &lt;/P&gt;&lt;P&gt;            P_PART RADIOBUTTON GROUP SEL. &lt;/P&gt;&lt;P&gt;    SELECT-OPTIONS P1 FOR &amp;lt;field&amp;gt; MODIF ID PRT. &lt;/P&gt;&lt;P&gt;    SELECT-OPTIONS G1 FOR &amp;lt;field&amp;gt;  MODIF ID MRU. &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK 001. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT. &lt;/P&gt;&lt;P&gt;LOOP AT SCREEN. &lt;/P&gt;&lt;P&gt;  IF P_MRU = 'X'. &lt;/P&gt;&lt;P&gt;      IF SCREEN-GROUP1 = 'PRT'. &lt;/P&gt;&lt;P&gt;        SCREEN-INPUT = '0'. &lt;/P&gt;&lt;P&gt;      ENDIF. &lt;/P&gt;&lt;P&gt;      IF SCREEN-GROUP1 = 'MRU'. &lt;/P&gt;&lt;P&gt;        SCREEN-INPUT = '1'. &lt;/P&gt;&lt;P&gt;      ENDIF. &lt;/P&gt;&lt;P&gt;  ELSEIF P_PART = 'X'. &lt;/P&gt;&lt;P&gt;     IF SCREEN-GROUP1 = 'MRU'. &lt;/P&gt;&lt;P&gt;       SCREEN-INPUT = '0'. &lt;/P&gt;&lt;P&gt;     ENDIF. &lt;/P&gt;&lt;P&gt;     IF SCREEN-GROUP1 = 'PRT'. &lt;/P&gt;&lt;P&gt;       SCREEN-INPUT = '1'. &lt;/P&gt;&lt;P&gt;     ENDIF. &lt;/P&gt;&lt;P&gt;  ENDIF. &lt;/P&gt;&lt;P&gt;  MODIFY SCREEN. &lt;/P&gt;&lt;P&gt;ENDLOOP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 10:42:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen/m-p/1969973#M398100</guid>
      <dc:creator>p291102</dc:creator>
      <dc:date>2007-02-21T10:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Abt Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen/m-p/1969974#M398101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry i got ur question incorrectly, i thought it was selection screen parameter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 10:42:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen/m-p/1969974#M398101</guid>
      <dc:creator>rahulkavuri</dc:creator>
      <dc:date>2007-02-21T10:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Abt Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen/m-p/1969975#M398102</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;[code[SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 1(10) TEXT FOR FIELD P1.&lt;/P&gt;&lt;P&gt;PARAMETERS P1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF TEXT IS INITIAL.&lt;/P&gt;&lt;P&gt;    TEXT = 'First time'.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    TEXT = 'Second time'.&lt;/P&gt;&lt;P&gt;  ENDIF.[/code]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 10:43:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen/m-p/1969975#M398102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T10:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Abt Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen/m-p/1969976#M398103</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;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;selection-screen: begin of block b1 with frame title text-001.
selection-screen: begin of line.
selection-screen comment w_bukrs 0(10) for p_bukrs.
parameters: p_bukrs type bukrs.
selection-screen: end of line.
selection-screen: end of block b1.
initialization.
w_bukrs = 'Compnay Text'. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Helps&lt;/P&gt;&lt;P&gt;anirban.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 10:44:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen/m-p/1969976#M398103</guid>
      <dc:creator>former_member480923</dc:creator>
      <dc:date>2007-02-21T10:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Abt Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen/m-p/1969977#M398104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt; By using the text elements, you can change the selection screen text dynamically. At the selection screen events, just change the value to a different text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 10:46:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen/m-p/1969977#M398104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T10:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Abt Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen/m-p/1969978#M398105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use selection screen comment for that.. and in run time based on conditions, you can change get dynamic text by changin the text-elements assigned to that..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward helpful answers...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 10:50:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen/m-p/1969978#M398105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T10:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Abt Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen/m-p/1969979#M398106</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;Based on the condition move text to VAR.&lt;/P&gt;&lt;P&gt;if xxx = yyy.&lt;/P&gt;&lt;P&gt; VAR = Text-001.&lt;/P&gt;&lt;P&gt;else zzz = xyz.&lt;/P&gt;&lt;P&gt; VAR = Text-002.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen: begin of block b1 with frame title VAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 10:55:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-selection-screen/m-p/1969979#M398106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T10:55:06Z</dc:date>
    </item>
  </channel>
</rss>

