<?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: Select options in selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-selection-screen/m-p/11502866#M1932949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You use a combination of SELECTION-SCREEN BEGIN OF LINE,&amp;nbsp; SELECTION-SCREEN COMMENT and your select option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F1 help is available on all of these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will find however that it is easier to declare some macros to help you define these things.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Feb 2016 14:58:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-02-16T14:58:39Z</dc:date>
    <item>
      <title>Select options in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-selection-screen/m-p/11502865#M1932948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I designed select options in selection screen but I want to reduce the gap between the label and first input field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is is possible to reduce the gap ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any kind of help is appreciated. Thankyou.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Tejaswi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 14:17:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-selection-screen/m-p/11502865#M1932948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-16T14:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Select options in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-selection-screen/m-p/11502866#M1932949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You use a combination of SELECTION-SCREEN BEGIN OF LINE,&amp;nbsp; SELECTION-SCREEN COMMENT and your select option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F1 help is available on all of these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will find however that it is easier to declare some macros to help you define these things.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 14:58:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-selection-screen/m-p/11502866#M1932949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-16T14:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Select options in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-selection-screen/m-p/11502867#M1932950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use &lt;STRONG&gt;SELECTION-SCREEN COMMENT&lt;/STRONG&gt; to set up the layout. &lt;/P&gt;&lt;P&gt;Define the length you want (32) and the name for the fields in TEXT-01 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use between SELECTION-SCREEN BEGIN OF LINE and END OF LINE. &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;EM&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECTION-SCREEN COMMENT (32) TEXT-01 FOR FIELD P_PARAM.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PARAMETERS :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;P_PARAM&lt;/SPAN&gt; LIKE SY-DATUM DEFAULT SY-DATUM. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SELECTION-SCREEN END OF LINE.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 15:13:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-selection-screen/m-p/11502867#M1932950</guid>
      <dc:creator>sab125</dc:creator>
      <dc:date>2016-02-16T15:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Select options in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-selection-screen/m-p/11502868#M1932951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I said above....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use this technique quite a lot so I have developed more than a few macros to help with this.&amp;nbsp; It makes life easier&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 15:54:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-selection-screen/m-p/11502868#M1932951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-16T15:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Select options in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-selection-screen/m-p/11502869#M1932952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, It worked !&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;Tejaswi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 09:56:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-selection-screen/m-p/11502869#M1932952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-22T09:56:30Z</dc:date>
    </item>
  </channel>
</rss>

