<?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: Hide a Text field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-text-field/m-p/4658809#M1096144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My infotype have many fields .&lt;/P&gt;&lt;P&gt;P9003-PURCHASE is text field&lt;/P&gt;&lt;P&gt;So I want to hide this text field and just want to display the input/output field of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whereas I want to display other text field of the screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Oct 2008 11:13:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-24T11:13:28Z</dc:date>
    <item>
      <title>Hide a Text field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-text-field/m-p/4658802#M1096137</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 created a custom infotype. I want to hide one text field.&lt;/P&gt;&lt;P&gt;In PBO i wrote the following code to hide the screen but when I am checkng my infotype in PA30 the text field is not still visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name = P9003-PURCHASE.&lt;/P&gt;&lt;P&gt;SCREEN-INVISIBLE = '1'.&lt;/P&gt;&lt;P&gt;screen-active = '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;Kindly Assist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 10:38:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-text-field/m-p/4658802#M1096137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T10:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a Text field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-text-field/m-p/4658803#M1096138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you mean screen text still visible..?&lt;/P&gt;&lt;P&gt;do like this.. Use &lt;STRONG&gt;CS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Loop at screen.
if screen-name CS P9003-PURCHASE.
SCREEN-INVISIBLE = '1'.
screen-active = '0'.
MODIFY SCREEN.
ENDIF.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 10:41:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-text-field/m-p/4658803#M1096138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T10:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a Text field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-text-field/m-p/4658804#M1096139</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 replaced '=' with 'CS' and activated the screen .&lt;/P&gt;&lt;P&gt;But now entire screen of my infotype becomes invisible.I can just see my infotype header rest all below screen is blank.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 11:06:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-text-field/m-p/4658804#M1096139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T11:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a Text field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-text-field/m-p/4658805#M1096140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is there in this field P9003-PURCHASE..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and do you have any other fields on the screen or only one field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 11:09:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-text-field/m-p/4658805#M1096140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T11:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a Text field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-text-field/m-p/4658806#M1096141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Palak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CS will hide teh whole screen but if you find out the screen-name for the text element you want to hide , you can specify that and it will hide teh same .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name = 'Text name'.&lt;/P&gt;&lt;P&gt;SCREEN-INVISIBLE = '1'.&lt;/P&gt;&lt;P&gt;screen-active = '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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 11:10:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-text-field/m-p/4658806#M1096141</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2008-10-24T11:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a Text field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-text-field/m-p/4658807#M1096142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use: &lt;EM&gt;if screen-name = 'P9003-PURCHASE'.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 11:10:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-text-field/m-p/4658807#M1096142</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-10-24T11:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a Text field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-text-field/m-p/4658808#M1096143</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;write like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name = 'P9003-PURCHASE'.&lt;/P&gt;&lt;P&gt;SCREEN-INVISIBLE = '1'.&lt;/P&gt;&lt;P&gt;screen-active = '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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 11:12:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-text-field/m-p/4658808#M1096143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T11:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a Text field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-text-field/m-p/4658809#M1096144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My infotype have many fields .&lt;/P&gt;&lt;P&gt;P9003-PURCHASE is text field&lt;/P&gt;&lt;P&gt;So I want to hide this text field and just want to display the input/output field of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whereas I want to display other text field of the screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 11:13:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-text-field/m-p/4658809#M1096144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T11:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a Text field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-text-field/m-p/4658810#M1096145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,Valter and Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried all of your options but the text field is still visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if screen-name = P9003-PURCHASE''.&lt;/P&gt;&lt;P&gt;SCREEN-INVISIBLE = '1'.&lt;/P&gt;&lt;P&gt;SCREEN-ACTIVE = 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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 11:20:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-text-field/m-p/4658810#M1096145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T11:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a Text field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-text-field/m-p/4658811#M1096146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
Loop at screen.
  CHECK screen-name = 'P9003-PURCHASE'.
  screen-active = '0'.
  MODIFY SCREEN.
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 11:24:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-text-field/m-p/4658811#M1096146</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-10-24T11:24:14Z</dc:date>
    </item>
  </channel>
</rss>

