<?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: Screen Field Text Modification in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-text-modification/m-p/4256100#M1015958</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 the code given below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wajid Hussain P.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;* * * * &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;DATA:   g_atwrt TYPE atwrt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: p_text(15).&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(15) g_text FOR FIELD s_vbcod .&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_vbcod FOR g_atwrt.&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;  g_text = p_text.&lt;/P&gt;&lt;P&gt;  s_vbcod = g_text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt; " Do the following when your condition is satisfied&lt;/P&gt;&lt;P&gt;    IF screen-name CS 'S_VBCOD'.&lt;/P&gt;&lt;P&gt;      screen-name = g_text.&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Aug 2008 05:07:19 GMT</pubDate>
    <dc:creator>former_member200872</dc:creator>
    <dc:date>2008-08-07T05:07:19Z</dc:date>
    <item>
      <title>Screen Field Text Modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-text-modification/m-p/4256096#M1015954</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;     How can I change the Screen Field Text dynamically? Is there any attribute like Name for Text in the SCREEN table?&lt;/P&gt;&lt;P&gt;ex: on certain condition, the text should be "Override Assignment" and another the text of the field should be "Manual Assignment"&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;         Please help me in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;V.Nagaraju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 06:38:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-text-modification/m-p/4256096#M1015954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-06T06:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Field Text Modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-text-modification/m-p/4256097#M1015955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can define two text fields and use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen-invisible = 1 or screen-invisible = 0, to display them as per requirement based on the condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rudra Prasanna Mohapatra on Aug 6, 2008 8:42 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 06:42:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-text-modification/m-p/4256097#M1015955</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-08-06T06:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Field Text Modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-text-modification/m-p/4256098#M1015956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to thread&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="message" id="5688519"&gt;&lt;/SPAN&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please ref Paul Chapman's answer .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 06:45:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-text-modification/m-p/4256098#M1015956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-06T06:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Field Text Modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-text-modification/m-p/4256099#M1015957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead take an input field make it output only field, and Reference it to some variable in the program . and modify the Text value dynamically.This will work. (i hope you want this only for Custom programs).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2008 06:55:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-text-modification/m-p/4256099#M1015957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-06T06:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Field Text Modification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-text-modification/m-p/4256100#M1015958</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 the code given below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wajid Hussain P.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;* * * * &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;DATA:   g_atwrt TYPE atwrt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: p_text(15).&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(15) g_text FOR FIELD s_vbcod .&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_vbcod FOR g_atwrt.&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;  g_text = p_text.&lt;/P&gt;&lt;P&gt;  s_vbcod = g_text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt; " Do the following when your condition is satisfied&lt;/P&gt;&lt;P&gt;    IF screen-name CS 'S_VBCOD'.&lt;/P&gt;&lt;P&gt;      screen-name = g_text.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2008 05:07:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-text-modification/m-p/4256100#M1015958</guid>
      <dc:creator>former_member200872</dc:creator>
      <dc:date>2008-08-07T05:07:19Z</dc:date>
    </item>
  </channel>
</rss>

