<?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 parameter text not visible in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-text-not-visible/m-p/760317#M36910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to have 2 parameters on the selection screen on the&lt;/P&gt;&lt;P&gt;same line,therefore i use code as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS  P_BASTO LIKE SY-DATUM.&lt;/P&gt;&lt;P&gt;PARAMETERS  P_BASFRO LIKE SY-DATUM.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i add parameter text,they are not visible,but when the parameters are on 2 different lines they are visible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Nov 2004 08:55:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-11-22T08:55:55Z</dc:date>
    <item>
      <title>parameter text not visible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-text-not-visible/m-p/760317#M36910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to have 2 parameters on the selection screen on the&lt;/P&gt;&lt;P&gt;same line,therefore i use code as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS  P_BASTO LIKE SY-DATUM.&lt;/P&gt;&lt;P&gt;PARAMETERS  P_BASFRO LIKE SY-DATUM.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i add parameter text,they are not visible,but when the parameters are on 2 different lines they are visible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2004 08:55:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-text-not-visible/m-p/760317#M36910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-22T08:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: parameter text not visible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-text-not-visible/m-p/760318#M36911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try to give ur comment using the offset in the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhu Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2004 08:57:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-text-not-visible/m-p/760318#M36911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-22T08:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: parameter text not visible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-text-not-visible/m-p/760319#M36912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the COMMENT statement for your selection text:&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(29) text-s01.&lt;/P&gt;&lt;P&gt;PARAMETERS:&lt;/P&gt;&lt;P&gt; pa_kdatb TYPE kdatb OBLIGATORY.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 50(5) text-s02.&lt;/P&gt;&lt;P&gt;PARAMETERS:&lt;/P&gt;&lt;P&gt; pa_kdate TYPE kdate OBLIGATORY.&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;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2004 09:10:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-text-not-visible/m-p/760319#M36912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-22T09:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: parameter text not visible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-text-not-visible/m-p/760320#M36913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's an excerpt from the SAP Online Documentation :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; We can arrange several parameters, comments, pushbuttons or underline blocks, included between the SELECTION-SCREEN BEGIN OF LINE and SELECTION-SCREEN END OF LINE statements, in a single line. The automatic new line after each PARAMETER is suppressed. Furthermore, the system does not output selection texts for parameters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Example&amp;lt;/b&amp;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 FOR FIELD P1. &lt;/P&gt;&lt;P&gt;  PARAMETERS: P1 LIKE SAPLANE-PLANETYPE, P2(5), P3(1). &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;HR originaltext="---------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is to say, the moment you place something within this ABAP statement block, it is entirely your responsibility to do all the formatting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this information helps you understand the usage of the above statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2004 10:31:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-text-not-visible/m-p/760320#M36913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-11-22T10:31:25Z</dc:date>
    </item>
  </channel>
</rss>

