<?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: selection screen help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009452#M711135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Open Program:&lt;/P&gt;&lt;P&gt;Goto-&amp;gt;TEXT ELEMENTS-&amp;gt;TEXT SYMBOLS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in table control &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give 001 on left side : give text on right side&lt;/P&gt;&lt;P&gt;similarly for 002. and activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Nov 2007 06:53:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-02T06:53:44Z</dc:date>
    <item>
      <title>selection screen help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009446#M711129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I using selection screen for my program. How to declare to make the screen feel and look like the below? thks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;StudentID &amp;lt;parameter&amp;gt;                StudentName &amp;lt;parameter&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 06:38:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009446#M711129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T06:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009447#M711130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE. &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT TEXT-001. &lt;/P&gt;&lt;P&gt;Parameters : pa_test(10) .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 70.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT TEXT-002. &lt;/P&gt;&lt;P&gt;Parameters : pa_test2(10) .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;obviously you have to define TEXT-001 and Text-002 in Text Elements . Ans adjust position as per you requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Nishant Rustagi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 06:44:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009447#M711130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T06:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009448#M711131</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;Use the following code. that will do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;select-options: studentid for &amp;lt;&amp;gt;.&lt;/P&gt;&lt;P&gt;select-options: studentname for &amp;lt;&amp;gt;.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 06:45:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009448#M711131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T06:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009449#M711132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 1(10) TEXT-001.&lt;/P&gt;&lt;P&gt;Parameters : pa_test(10) .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 40.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 41(15) TEXT-002.&lt;/P&gt;&lt;P&gt;Parameters : pa_test2(10) .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 06:47:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009449#M711132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T06:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009450#M711133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to define TEXT-001 and Text-002 in Text Elements? &lt;/P&gt;&lt;P&gt;any syntax?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 06:49:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009450#M711133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T06:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009451#M711134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Double click on those elements. once u mention them while creating selection screen. it will take you to the text elements section directly and there write what ever text u want to display on the selection screen.That will do....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Phani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 06:52:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009451#M711134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T06:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009452#M711135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Open Program:&lt;/P&gt;&lt;P&gt;Goto-&amp;gt;TEXT ELEMENTS-&amp;gt;TEXT SYMBOLS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in table control &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give 001 on left side : give text on right side&lt;/P&gt;&lt;P&gt;similarly for 002. and activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 06:53:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009452#M711135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T06:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009453#M711136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so i write the name in the text symbol?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 07:03:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009453#M711136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T07:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009454#M711137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.&lt;/P&gt;&lt;P&gt;text-001 put name as Student name in the right side in the bigger column and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 07:05:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009454#M711137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T07:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009455#M711138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okie i done &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i go back my program i still gt a sytnax error.&lt;/P&gt;&lt;P&gt;Statement concluding with "...TEXT-001" ended unexpectedly.		&lt;/P&gt;&lt;P&gt;How to resolve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 07:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009455#M711138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T07:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009456#M711139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You have to activate the text elements after you fill the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then check that full stops are there or not after TEXT-001 and TEXT-002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else, if that does not help paste your code here which you have in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 07:12:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009456#M711139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T07:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009457#M711140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REPORT  ZGARY_TRANS_RULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT TEXT-001.&lt;/P&gt;&lt;P&gt;Parameters : pa_test(20) .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 50.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT TEXT-002.&lt;/P&gt;&lt;P&gt;Parameters : pa_test2(20) .&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i already activate my text element. I went back to the text element, i saw those value i key &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however i still gt this error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 07:17:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009457#M711140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T07:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009458#M711141</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 this code.u can do like this also.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN COMMENT 2(15) TEXT1.&lt;/P&gt;&lt;P&gt;  PARAMETERS:pa_test(20).&lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN COMMENT 40(15) TEXT2 FOR FIELD PA_TEST.&lt;/P&gt;&lt;P&gt;  PARAMETERS:pa_test2(20).&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;TEXT1 = 'Parameter1'.&lt;/P&gt;&lt;P&gt;TEXT2 = 'Parameter2'.&lt;/P&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>Fri, 02 Nov 2007 07:26:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009458#M711141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T07:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009459#M711142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Gary,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry I missed.&lt;/P&gt;&lt;P&gt;You need to write it like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 1(10) TEXT-001.
Parameters : pa_test(10) .
SELECTION-SCREEN POSITION 50.
SELECTION-SCREEN COMMENT 60(10) TEXT-002.
Parameters : pa_test2(10) .
SELECTION-SCREEN END OF LINE .

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the line SELECTION-SCREEN COMMENT &amp;lt;b&amp;gt;1(10)&amp;lt;/b&amp;gt; TEXT-001.&lt;/P&gt;&lt;P&gt;In case you text is not coming complete you can try changing the value in brackets that is for display lenght and other is the postion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 07:29:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009459#M711142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T07:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009460#M711143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you! v much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 07:35:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009460#M711143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T07:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009461#M711144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to make a space in the screen &lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;StudentID&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;xxspacexx&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Address&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 07:41:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009461#M711144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T07:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009462#M711145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want space vertically you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN SKIP n.&lt;/P&gt;&lt;P&gt;This will leave n number of blank liines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you want to have 1 blank lines you can say&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter : pa_test(10).&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN SKIP 1.&lt;/P&gt;&lt;P&gt;parameter : pa_test2(10).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 07:48:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-help/m-p/3009462#M711145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-02T07:48:10Z</dc:date>
    </item>
  </channel>
</rss>

