<?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 Text on Selection Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text-on-selection-screen/m-p/1818398#M350097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to align it with other fields u can adjust the below length and change it until it is aligned with other fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 5(40)  " change 40 to some different lengths&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jan 2007 08:45:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-24T08:45:01Z</dc:date>
    <item>
      <title>Selection Text on Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text-on-selection-screen/m-p/1818390#M350089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;                 i have a parameter in the selection screen. I need to give a selection text to that paramaeter as "Rack Forecast Override (Qty/Day) :" But in the Selection Texts I am able to give "Rack Forecast Override (Qty/Da". Remaining is not accepting. How can I solve this problem..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 08:32:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text-on-selection-screen/m-p/1818390#M350089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T08:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Text on Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text-on-selection-screen/m-p/1818391#M350090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the help for SELECTION-SCREEN COMMENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Martin Shinks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 08:35:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text-on-selection-screen/m-p/1818391#M350090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T08:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Text on Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text-on-selection-screen/m-p/1818392#M350091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give the length  like as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: SKIP 1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 2(20) TEXT-013 for field s_matnr.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_matnr FOR MSEG-MATNR.                             " NO-EXTENSION OBLIGATORY&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF BLOCK b1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 08:36:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text-on-selection-screen/m-p/1818392#M350091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T08:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Text on Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text-on-selection-screen/m-p/1818393#M350092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sekhar , &lt;/P&gt;&lt;P&gt;  Use the statement &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT x(y)&amp;lt;text-xx&amp;gt; for feild &amp;lt;field on selection screen&amp;gt;&lt;/P&gt;&lt;P&gt;where x is the starting x coordinate  and y is the length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 08:38:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text-on-selection-screen/m-p/1818393#M350092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T08:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Text on Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text-on-selection-screen/m-p/1818394#M350093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sekhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check my reply in the below link to understand handling the same requirement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2946715"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 08:39:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text-on-selection-screen/m-p/1818394#M350093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T08:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Text on Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text-on-selection-screen/m-p/1818395#M350094</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 1(38) text-001 for p_matnr.&lt;/P&gt;&lt;P&gt;parameters : p_matnr like mara-matnr.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by dbl clicking text-001 you can give 'Rack Forecast Override (Qty/Day) :' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 08:41:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text-on-selection-screen/m-p/1818395#M350094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T08:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Text on Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text-on-selection-screen/m-p/1818396#M350095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is Ok.. But now This field's Input box is moving forward (Not aligned with remaining fields)..Is the same solution for all remaining fields..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 08:41:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text-on-selection-screen/m-p/1818396#M350095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T08:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Text on Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text-on-selection-screen/m-p/1818397#M350096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT ychatest LINE-COUNT 50.

SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-t01.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 5(40)  text-001 FOR FIELD p_matnr.
PARAMETERS : p_matnr LIKE mara-matnr.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN END OF BLOCK b2.


"TEXT-001 =  Rack Forecast Override (Qty/Day)&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 08:42:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text-on-selection-screen/m-p/1818397#M350096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T08:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Text on Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text-on-selection-screen/m-p/1818398#M350097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to align it with other fields u can adjust the below length and change it until it is aligned with other fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 5(40)  " change 40 to some different lengths&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 08:45:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text-on-selection-screen/m-p/1818398#M350097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T08:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Text on Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text-on-selection-screen/m-p/1818399#M350098</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;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 1(30) TEXT-P01 FOR FIELD P1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 32.&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;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 08:47:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text-on-selection-screen/m-p/1818399#M350098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T08:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Text on Selection Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text-on-selection-screen/m-p/1818400#M350099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SELECTION-SCREEN BEGIN OF BLOCK B1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT (40) text-m01.&lt;/P&gt;&lt;P&gt;parameter : p_test(10).&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In place of &amp;lt;b&amp;gt;parameter : p_test(10).&amp;lt;/b&amp;gt; place u r parameter field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 08:47:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-text-on-selection-screen/m-p/1818400#M350099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T08:47:42Z</dc:date>
    </item>
  </channel>
</rss>

