<?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: Dynamically change the comments on selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-change-the-comments-on-selection-screen/m-p/1231517#M139489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set up a text field like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
parameters:
  p_ccgrp like grpdynp-name_coall obligatory  "CCTR Group Name
          memory id hna.
selection-screen comment 53(40) comm01.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Then populate comm01 at selection-screen output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Mar 2006 15:08:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-02T15:08:06Z</dc:date>
    <item>
      <title>Dynamically change the comments on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-change-the-comments-on-selection-screen/m-p/1231515#M139487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand that, this can be done by 'loop at screen ' at 'At selection-screen output'.&lt;/P&gt;&lt;P&gt;But i have to toggle the status description as i change the status code which is a parameter on selection -screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some coding logic for input validation for the status field at the selection screen (AT SELECTION-SCREEN on p_stat, and if the input is valid then i have to pouulate its description on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest the approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Alok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 14:53:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-change-the-comments-on-selection-screen/m-p/1231515#M139487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T14:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically change the comments on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-change-the-comments-on-selection-screen/m-p/1231516#M139488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;use AT SELECTION-SCREEN OUTPUT event&lt;/P&gt;&lt;P&gt;write code in this event. and also try to USER-Command&lt;/P&gt;&lt;P&gt;this may be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 15:03:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-change-the-comments-on-selection-screen/m-p/1231516#M139488</guid>
      <dc:creator>vinod_gunaware2</dc:creator>
      <dc:date>2006-03-02T15:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically change the comments on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-change-the-comments-on-selection-screen/m-p/1231517#M139489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set up a text field like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
parameters:
  p_ccgrp like grpdynp-name_coall obligatory  "CCTR Group Name
          memory id hna.
selection-screen comment 53(40) comm01.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Then populate comm01 at selection-screen output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 15:08:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-change-the-comments-on-selection-screen/m-p/1231517#M139489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T15:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically change the comments on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-change-the-comments-on-selection-screen/m-p/1231518#M139490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;validate ur field AT SELECTION-SCREEN OUTPUT andchange ur status description (if valid)there using screen table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 15:14:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-change-the-comments-on-selection-screen/m-p/1231518#M139490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T15:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically change the comments on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-change-the-comments-on-selection-screen/m-p/1231519#M139491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi alok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this code.,..&lt;/P&gt;&lt;P&gt;(Copy+paste) first it will display Sales Order, after you choose the other radio button it will show material number.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
REPORT  ZTEST_SEL_TEXT.
tables: vbak,mara.

selection-screen begin of block b1.
selection-screen begin of line.
SELECTION-SCREEN COMMENT 1(31) v_text.
select-options: matnr for mara-matnr.
selection-screen end of line.
parameters: r1 radiobutton group g1  default 'X' user-command ABC,
            r2 radiobutton group g1.
selection-screen end of block b1.

at selection-screen output.

  if r1 = 'X'.
    V_TEXT = 'Sales Order Number'.
  endif.
  if r2 = 'X'.
    V_TEXT = 'Material Number'.
  endif.&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, 02 Mar 2006 15:35:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-change-the-comments-on-selection-screen/m-p/1231519#M139491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T15:35:25Z</dc:date>
    </item>
  </channel>
</rss>

