<?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 hiding std infotype fields in coding. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hiding-std-infotype-fields-in-coding/m-p/7074716#M1505098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have enhanced a standard infotype. I want to hide all the std fields when a particular subtype is selected. Instead, a new set of fields (fields added in the customer include structure) need to be shown. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added logic to hide the standard fields in the module pool pgm ZP000600. But the std fields are still displayed when i view the infotype in PA30. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;  if screen-name = 'P0006-ZLOCAT1'.&lt;/P&gt;&lt;P&gt;     screen-active = 0.&lt;/P&gt;&lt;P&gt;     modify scren.&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;But the same coding is working for custom fields..I.e. Custom fields are hidden.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls tell me how to hide the std fields through coding?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jul 2010 07:19:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-15T07:19:11Z</dc:date>
    <item>
      <title>hiding std infotype fields in coding.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hiding-std-infotype-fields-in-coding/m-p/7074716#M1505098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have enhanced a standard infotype. I want to hide all the std fields when a particular subtype is selected. Instead, a new set of fields (fields added in the customer include structure) need to be shown. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added logic to hide the standard fields in the module pool pgm ZP000600. But the std fields are still displayed when i view the infotype in PA30. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;  if screen-name = 'P0006-ZLOCAT1'.&lt;/P&gt;&lt;P&gt;     screen-active = 0.&lt;/P&gt;&lt;P&gt;     modify scren.&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;But the same coding is working for custom fields..I.e. Custom fields are hidden.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls tell me how to hide the std fields through coding?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 07:19:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hiding-std-infotype-fields-in-coding/m-p/7074716#M1505098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-15T07:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: hiding std infotype fields in coding.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hiding-std-infotype-fields-in-coding/m-p/7074717#M1505099</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 the logic in userexit. ( include ZXPADU01)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 07:38:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hiding-std-infotype-fields-in-coding/m-p/7074717#M1505099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-15T07:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: hiding std infotype fields in coding.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hiding-std-infotype-fields-in-coding/m-p/7074718#M1505100</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;If i write the coding in user exit, then the std fields are hidden only while i click 'CREATE' button and while clicking 'Change' or 'Display' button, again the standard fields are displayed again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i tried writing the coding in the PBO of BADI (HRPAD00INFTY) implementation and the standard fields are hidden even in display and change more. But still i have some problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is, while i click create and enter the infotype start date, its ginving me some warning messages like 'This entry delimits the record'. 'This entry deletes a record'.. When i press enter after all these warning,  again the standard fields are getting displayed in the screen. At this time, none of the coding in exit and badi is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls advice me how to solve this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 05:58:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hiding-std-infotype-fields-in-coding/m-p/7074718#M1505100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-21T05:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: hiding std infotype fields in coding.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hiding-std-infotype-fields-in-coding/m-p/7074719#M1505101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shanthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a same requirement like this and I am facing the same problem as your above post. when I press enter the std fields are displayed again. Can you please tell me in what way you overcome this? It would be very helpful for me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;July&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 May 2011 12:51:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hiding-std-infotype-fields-in-coding/m-p/7074719#M1505101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-23T12:51:46Z</dc:date>
    </item>
  </channel>
</rss>

