<?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 comments in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comments/m-p/1548274#M249065</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 the demo &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;demo_at_selection_screen_pbo&lt;/P&gt;&lt;P&gt;demo_sel_screen_select_comment&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Aug 2006 12:26:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-10T12:26:50Z</dc:date>
    <item>
      <title>Selection screen comments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comments/m-p/1548273#M249064</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;My requirement is to put the description ( in blue colour ) of the input field on the selection screen on the right handside of the field after the user enters a certain value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i go abt it..Plz help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx nd regards,&lt;/P&gt;&lt;P&gt;Srestha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 12:21:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comments/m-p/1548273#M249064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T12:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen comments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comments/m-p/1548274#M249065</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 the demo &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;demo_at_selection_screen_pbo&lt;/P&gt;&lt;P&gt;demo_sel_screen_select_comment&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 12:26:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comments/m-p/1548274#M249065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T12:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen comments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comments/m-p/1548275#M249066</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 sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT demo_at_selection_screen_pbo.

PARAMETERS: test1(10) TYPE c MODIF ID sc1,
            test2(10) TYPE c MODIF ID sc2,
            test3(10) TYPE c MODIF ID sc1,
            test4(10) TYPE c MODIF ID sc2.

AT SELECTION-SCREEN OUTPUT.

  LOOP AT SCREEN.
    IF screen-group1 = 'SC1'.
      screen-intensified = '1'.
      MODIFY SCREEN.
      CONTINUE.
    ENDIF.
    IF screen-group1 = 'SC2'.
      screen-intensified = '0'.
      MODIFY SCREEN.
    ENDIF.
  ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 12:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comments/m-p/1548275#M249066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T12:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen comments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comments/m-p/1548276#M249067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx 4 da solutions..i m able 2 get da text in blue but still not able to display the description for the fields...cud u plz sggest some  way..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx nd regards,&lt;/P&gt;&lt;P&gt;srestha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 12:34:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comments/m-p/1548276#M249067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T12:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen comments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comments/m-p/1548277#M249068</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 example report it is doing the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;b&amp;gt;REPORT zwa_test1 line-size 132 line-count 60.
TABLES: fmfincode.

SELECTION-SCREEN BEGIN OF LINE.
selection-screen comment (11) text-004.
parameters : fcode type fmfincode-fincode .
parameters: fc_desc(50) MODIF ID FC  visible length 40 default 'abc'.
SELECTION-SCREEN END OF LINE.



AT selection-screen output.

LOOP at screen .

  IF screen-group1 = 'FC'.
    Screen-input = 0.
    SCREEN-INTENSIFIED = 1.
    Modify screen.
  endif.
ENDLOOP.



at selection-screen on fcode.
 SELECT SINGLE beschr FROM FMFINT INTO fc_desc
 WHERE FINCODE = fcode.&amp;lt;/b&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;HRA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: HRA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: HRA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 12:36:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comments/m-p/1548277#M249068</guid>
      <dc:creator>dani_mn</dc:creator>
      <dc:date>2006-08-10T12:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen comments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comments/m-p/1548278#M249069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you show your code, easy to fix the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 12:39:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comments/m-p/1548278#M249069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T12:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen comments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comments/m-p/1548279#M249070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sreshta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i guess you are missing the &amp;lt;b&amp;gt;MODIF ID ABC&amp;lt;/b&amp;gt; for the parameters. it is easy to identify if you can show the code.&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;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 12:48:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comments/m-p/1548279#M249070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T12:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen comments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comments/m-p/1548280#M249071</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;the code was very helpful but only issue now is dat the input/output box outlines should not b present..is dere any way of doin dat? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx nd regards,&lt;/P&gt;&lt;P&gt;srestha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 12:50:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comments/m-p/1548280#M249071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T12:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen comments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comments/m-p/1548281#M249072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what outlines. can you little more clear on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 12:55:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comments/m-p/1548281#M249072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T12:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen comments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comments/m-p/1548282#M249073</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;i have included the modif id....the requirement is to display the description of the field the user has entered..on the right handside of the input box...initially there shud not b any value there....after the user has entered somethin the corresponding desc shud come...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx and regards,&lt;/P&gt;&lt;P&gt;Srestha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 12:55:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comments/m-p/1548282#M249073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T12:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen comments</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comments/m-p/1548283#M249074</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 code.&lt;/P&gt;&lt;P&gt;the description of material gets displayed when you press enter after giving some input to material &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report ztest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: v_maktx like makt-maktx.&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(5) text-001.&lt;/P&gt;&lt;P&gt;parameters : matnr like mara-matnr.&lt;/P&gt;&lt;P&gt;selection-screen comment 30(10) v_maktx1 modif id sc1.&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;&lt;/P&gt;&lt;P&gt;  select single maktx&lt;/P&gt;&lt;P&gt;    from makt&lt;/P&gt;&lt;P&gt;    into v_maktx&lt;/P&gt;&lt;P&gt;   where matnr = matnr.&lt;/P&gt;&lt;P&gt; if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;   v_maktx1 = v_maktx.&lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt;  loop at screen.&lt;/P&gt;&lt;P&gt;    if screen-group1 = 'SC1'.&lt;/P&gt;&lt;P&gt;      screen-intensified = '1'.&lt;/P&gt;&lt;P&gt;      modify screen.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  endloop.&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;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 13:31:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comments/m-p/1548283#M249074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T13:31:50Z</dc:date>
    </item>
  </channel>
</rss>

