<?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: Text for Selection Parameter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-for-selection-parameter/m-p/5126321#M1188622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rao,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve the requirement by declaring two selection screen variables, one for material number and one for material description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you make material description as non-editable field.  Get help on parameters or select-options which gives all display options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ON SELECTION SCREEN &amp;lt;material&amp;gt;.  &lt;/P&gt;&lt;P&gt;   write program lines which populates your selection screen field &amp;lt;material description&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2009 22:37:21 GMT</pubDate>
    <dc:creator>nkr1shna</dc:creator>
    <dc:date>2009-01-26T22:37:21Z</dc:date>
    <item>
      <title>Text for Selection Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-for-selection-parameter/m-p/5126319#M1188620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to display text right after the selection parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g.&lt;/P&gt;&lt;P&gt;P_MATNR TYPE VBAP-MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the user enters the materil number in the parameter and presses enter, the material description&lt;/P&gt;&lt;P&gt;should be display on to the right of the material number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MV1234  (Material Description) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate Help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2009 22:10:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-for-selection-parameter/m-p/5126319#M1188620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-26T22:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Text for Selection Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-for-selection-parameter/m-p/5126320#M1188621</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 line.
  parameters P_MATNR TYPE VBAP-MATNR.
  selection-screen comment +40(&amp;lt;size of your text&amp;gt;) text-001(This should contain the description)
 selection-screen end of line.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2009 22:24:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-for-selection-parameter/m-p/5126320#M1188621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-26T22:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Text for Selection Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-for-selection-parameter/m-p/5126321#M1188622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rao,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve the requirement by declaring two selection screen variables, one for material number and one for material description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you make material description as non-editable field.  Get help on parameters or select-options which gives all display options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ON SELECTION SCREEN &amp;lt;material&amp;gt;.  &lt;/P&gt;&lt;P&gt;   write program lines which populates your selection screen field &amp;lt;material description&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2009 22:37:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-for-selection-parameter/m-p/5126321#M1188622</guid>
      <dc:creator>nkr1shna</dc:creator>
      <dc:date>2009-01-26T22:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Text for Selection Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-for-selection-parameter/m-p/5126322#M1188623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT ztest LINE-SIZE 80 MESSAGE-ID 00.

TABLES: mara, makt.

PARAMETER: p_mat LIKE mara-matnr OBLIGATORY.

SELECTION-SCREEN COMMENT 54(40) comm01.

AT SELECTION-SCREEN.
  SELECT SINGLE maktx FROM makt
    INTO comm01
    WHERE matnr = p_mat
      AND spras = sy-langu.

  IF sy-subrc &amp;lt;&amp;gt; 0.
    comm01 = 'Invalid material'.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2009 22:50:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-for-selection-parameter/m-p/5126322#M1188623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-26T22:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Text for Selection Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-for-selection-parameter/m-p/5126323#M1188624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF LINE.
PARAMETER: p_matnr TYPE matnr MODIF ID b.
PARAMETER:p_desc TYPE maktx MODIF ID a.
SELECTION-SCREEN END OF LINE.

AT SELECTION-SCREEN OUTPUT.

  LOOP AT SCREEN.
    IF screen-group1 = 'A'.
      screen-input = 0.
      MODIFY SCREEN.
    ENDIF.
  ENDLOOP.

  SELECT SINGLE maktx
     INTO p_desc
     FROM makt
    WHERE matnr = p_matnr.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob got it right....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: J@Y on Jan 26, 2009 6:00 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2009 22:58:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-for-selection-parameter/m-p/5126323#M1188624</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-01-26T22:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Text for Selection Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-for-selection-parameter/m-p/5126324#M1188625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting the below message when i try to activate.&lt;/P&gt;&lt;P&gt;Error when generating the selection screen "1000" of report "ZTST&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2009 23:10:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-for-selection-parameter/m-p/5126324#M1188625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-26T23:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Text for Selection Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-for-selection-parameter/m-p/5126325#M1188626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your screen must be smaller. You can play with the position of the elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2009 23:14:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-for-selection-parameter/m-p/5126325#M1188626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-26T23:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Text for Selection Parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-for-selection-parameter/m-p/5126326#M1188627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joy / Rob.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works fine now . Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2009 23:26:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-for-selection-parameter/m-p/5126326#M1188627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-26T23:26:08Z</dc:date>
    </item>
  </channel>
</rss>

