<?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: Work with screen for IT0021 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-with-screen-for-it0021/m-p/5625962#M1281207</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;This is because internally in code SAP makes all field visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To achieve your requirement you assign the group to all the fields that you want to hide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in PBO in last module define under it, you write following code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;loop at screen.
if screen-&amp;lt;groupno&amp;gt; = &amp;lt;groupname&amp;gt;."there four group numbers in screen layout and it depends on the where you have placed your group name.
screen.invisible = '1'.
modify screen.
endif.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2009 03:40:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-21T03:40:05Z</dc:date>
    <item>
      <title>Work with screen for IT0021</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-with-screen-for-it0021/m-p/5625960#M1281205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on hiding some fields from IT0021, to do that I went to the particular screen related to IT0021 and made the required fields invisible. Now when I was testing it.. I went to PA30 and tried to display one record for infotype 21 and expected the fields which I hide didn't show up, but when I went to PA30 and tried to go into change mode i could see the structure/frame/box of the fields which I hide.... so I am not sure why this is happening..... can anyone guide me through with this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you ...&lt;/P&gt;&lt;P&gt;Rajat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 18:26:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-with-screen-for-it0021/m-p/5625960#M1281205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T18:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Work with screen for IT0021</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-with-screen-for-it0021/m-p/5625961#M1281206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The alternative way of doing it is by using Transaction Variant. Check out the documentation : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/67/232037ebf1cc09e10000009b38f889/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/67/232037ebf1cc09e10000009b38f889/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Hadiman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 00:50:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-with-screen-for-it0021/m-p/5625961#M1281206</guid>
      <dc:creator>hadiman_ngoei</dc:creator>
      <dc:date>2009-05-21T00:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Work with screen for IT0021</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-with-screen-for-it0021/m-p/5625962#M1281207</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;This is because internally in code SAP makes all field visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To achieve your requirement you assign the group to all the fields that you want to hide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in PBO in last module define under it, you write following code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;loop at screen.
if screen-&amp;lt;groupno&amp;gt; = &amp;lt;groupname&amp;gt;."there four group numbers in screen layout and it depends on the where you have placed your group name.
screen.invisible = '1'.
modify screen.
endif.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 03:40:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-with-screen-for-it0021/m-p/5625962#M1281207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T03:40:05Z</dc:date>
    </item>
  </channel>
</rss>

