<?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 Screen fields active and inactive in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-active-and-inactive/m-p/3155001#M750397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In tcode TZ10,is 'Fligh data' displayed using tabstrip? Which control is it?It looks like frame.How to make text box active and inactive in the run time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any good link for screen painter tutorials where I can see all the controls will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Dec 2007 11:15:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-14T11:15:45Z</dc:date>
    <item>
      <title>Screen fields active and inactive</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-active-and-inactive/m-p/3155001#M750397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In tcode TZ10,is 'Fligh data' displayed using tabstrip? Which control is it?It looks like frame.How to make text box active and inactive in the run time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any good link for screen painter tutorials where I can see all the controls will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 11:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-active-and-inactive/m-p/3155001#M750397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T11:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Screen fields active and inactive</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-active-and-inactive/m-p/3155002#M750398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;it is not tab strip. those all are input/output fields. but framed by box. in program &lt;/P&gt;&lt;P&gt;SAPMTZ10, created all fields as an input/output fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to make text box active or inactive in run time, we need to write one separate module in scree flow logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MODULE modify_screen. &lt;/P&gt;&lt;P&gt;Inside the module write below code and make a note that u have to give some group name for particual field which you want to active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;      IF screen-group2 EQ 'bbb'.&lt;/P&gt;&lt;P&gt;        screen-input = 0.&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;you can find below link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/d1/801b50454211d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/d1/801b50454211d189710000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.thespot4sap.com/articles/SAP_Design_Screen_Elements.asp" target="test_blank"&gt;http://www.thespot4sap.com/articles/SAP_Design_Screen_Elements.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Siva kuamr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 11:41:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-active-and-inactive/m-p/3155002#M750398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T11:41:38Z</dc:date>
    </item>
  </channel>
</rss>

