<?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: dynamic screen field label in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-field-label/m-p/4435937#M1052889</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;1. What is WA_LC_BG_HDR_ELBCNOT, how u defined it?&lt;/P&gt;&lt;P&gt;    This is screen field name in screen painter layout.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;2. what is &lt;STRONG&gt;g_security&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;This  is the condition.( g_security is the input parameter in screen.)&lt;/P&gt;&lt;P&gt;Based on the value entered in g_security the field name is updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Do I have to define text label field or I/O field for dynamic  text display?&lt;/P&gt;&lt;P&gt;Define  I/O field for dynamic  text display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Sep 2008 09:52:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-15T09:52:27Z</dc:date>
    <item>
      <title>dynamic screen field label</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-field-label/m-p/4435932#M1052884</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;                How can I change the screen fields label name on basis of some conditions. Lets say for 1 condition it shows &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------" /&gt;&lt;P&gt;:Code       :&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------" /&gt;&lt;P&gt;for condition 2, it wil show&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------" /&gt;&lt;P&gt;:Company :&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean it should be dinamic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Khan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2008 10:47:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-field-label/m-p/4435932#M1052884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-10T10:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic screen field label</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-field-label/m-p/4435933#M1052885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi khan ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can do based on the codition in the screen &lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;PARAMETERS:p_cov   RADIOBUTTON GROUP rad1 DEFAULT 'X' USER-COMMAND rusr,&lt;/P&gt;&lt;P&gt;           p_covid TYPE  char7 MODIF ID bl1  , "----&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;           p_tab  RADIOBUTTON GROUP rad1. &lt;/P&gt;&lt;P&gt;TRANSLATE p_covid TO UPPER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS :  s_tabn FOR wa_tabn-tabn MODIF ID bl2"---- NO INTERVALS.&lt;/P&gt;&lt;P&gt;" Table Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS:  p_deltab  TYPE char2 DEFAULT '^' OBLIGATORY .&lt;/P&gt;&lt;P&gt;"Delimiter&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN SKIP 1.&lt;/P&gt;&lt;P&gt;PARAMETERS:p_loc TYPE rlgrap-filename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b1.&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;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2008 12:06:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-field-label/m-p/4435933#M1052885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-10T12:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic screen field label</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-field-label/m-p/4435934#M1052886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Amit,&lt;/P&gt;&lt;P&gt;           I am looking the clue for module pool not for selection screen. Is that be possible to change the field labels of module pool screen on condition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;khan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2008 13:43:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-field-label/m-p/4435934#M1052886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-10T13:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic screen field label</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-field-label/m-p/4435935#M1052887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;See the following code.&lt;/P&gt;&lt;P&gt;write this  module FIELD_STAUS_9010  in PBO of the screen number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  FIELD_STAUS_9010  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE field_staus_9010 OUTPUT.&lt;/P&gt;&lt;P&gt;  LOOP AT SCREEN.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; field name&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CASE screen-name.&lt;/P&gt;&lt;P&gt;      WHEN 'WA_LC_BG_HDR_ELBCNOT'.&lt;/P&gt;&lt;P&gt;        CASE g_security.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Set the title&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          WHEN 'LC'.&lt;/P&gt;&lt;P&gt;            wa_lc_bg_hdr_elbcnot = 'External LC number'.&lt;/P&gt;&lt;P&gt;          WHEN 'BG'.&lt;/P&gt;&lt;P&gt;            wa_lc_bg_hdr_elbcnot = 'External BG number'.&lt;/P&gt;&lt;P&gt;        ENDCASE.&lt;/P&gt;&lt;P&gt;    ENDCASE.                      " CASE wa_LC_BG_HDR-suity.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " FIELD_STAUS_9010  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 09:13:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-field-label/m-p/4435935#M1052887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T09:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic screen field label</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-field-label/m-p/4435936#M1052888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi S Raju,&lt;/P&gt;&lt;P&gt;              thanks for ur reply, I have few douts, can u plz clearify that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is &lt;STRONG&gt;WA_LC_BG_HDR_ELBCNOT&lt;/STRONG&gt;, how u defined it?&lt;/P&gt;&lt;P&gt;what is &lt;STRONG&gt;g_security&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I have to define text label field or I/O field for dynamic text display?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 09:33:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-field-label/m-p/4435936#M1052888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T09:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic screen field label</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-field-label/m-p/4435937#M1052889</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;1. What is WA_LC_BG_HDR_ELBCNOT, how u defined it?&lt;/P&gt;&lt;P&gt;    This is screen field name in screen painter layout.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;2. what is &lt;STRONG&gt;g_security&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;This  is the condition.( g_security is the input parameter in screen.)&lt;/P&gt;&lt;P&gt;Based on the value entered in g_security the field name is updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Do I have to define text label field or I/O field for dynamic  text display?&lt;/P&gt;&lt;P&gt;Define  I/O field for dynamic  text display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 09:52:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-field-label/m-p/4435937#M1052889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T09:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic screen field label</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-field-label/m-p/4435938#M1052890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Self answred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 14:44:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-field-label/m-p/4435938#M1052890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T14:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic screen field label</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-field-label/m-p/4435939#M1052891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi khan,&lt;/P&gt;&lt;P&gt;                   I have the same issue, if u tell me the solution it will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Prasanthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 04:42:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-screen-field-label/m-p/4435939#M1052891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-16T04:42:48Z</dc:date>
    </item>
  </channel>
</rss>

