<?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 Issue modifying Infotype 0002 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-modifying-infotype-0002/m-p/2185775#M465399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, I'm modifying infotype 0002, by creating a new field called P0002-GBDAT, just the same as the standard field. &lt;/P&gt;&lt;P&gt;I need to hide the standard field and use mine.&lt;/P&gt;&lt;P&gt;But when i do that, and i try to create a new record, i've got the error "Invalid gbdat"&lt;/P&gt;&lt;P&gt;I debugged it and the standard field p0002-gbdat is empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the only thing i do is set the invisible flag to '1'.  It seems to be that when i hide it, its value is cleared, but i don't want this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 May 2007 14:24:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-02T14:24:12Z</dc:date>
    <item>
      <title>Issue modifying Infotype 0002</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-modifying-infotype-0002/m-p/2185775#M465399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, I'm modifying infotype 0002, by creating a new field called P0002-GBDAT, just the same as the standard field. &lt;/P&gt;&lt;P&gt;I need to hide the standard field and use mine.&lt;/P&gt;&lt;P&gt;But when i do that, and i try to create a new record, i've got the error "Invalid gbdat"&lt;/P&gt;&lt;P&gt;I debugged it and the standard field p0002-gbdat is empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the only thing i do is set the invisible flag to '1'.  It seems to be that when i hide it, its value is cleared, but i don't want this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 14:24:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-modifying-infotype-0002/m-p/2185775#M465399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T14:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue modifying Infotype 0002</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-modifying-infotype-0002/m-p/2185776#M465400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your actual reqt? why did you create a custom field with the same name as a Std field? I am curious..&lt;/P&gt;&lt;P&gt;If your reqt is to hide the date of birth from the User, there is no need for an extra field. You can do it by maintaining the View V_T588M via SM30/31 for screen 2000 of the program MP000200. Once in, you can select the 'hide' radiobutton for the screen field P0002-GBDAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 15:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-modifying-infotype-0002/m-p/2185776#M465400</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-05-02T15:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issue modifying Infotype 0002</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-modifying-infotype-0002/m-p/2185777#M465401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hide all fields of this block because i need to create an extra-field for this block, so i create a copy of all fields of this block, and i hide the original block.&lt;/P&gt;&lt;P&gt;But when i set the invisible flag of the STANDARD field GBDAT, and i try to create a new record, this field is empy. &lt;/P&gt;&lt;P&gt;so the only thing i need is to know how to hide GBDAT and avoiding this behaviour.&lt;/P&gt;&lt;P&gt;Can u help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 15:41:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-modifying-infotype-0002/m-p/2185777#M465401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T15:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue modifying Infotype 0002</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-modifying-infotype-0002/m-p/2185778#M465402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I understand what you are trying to do.. honestly, I wouldn't take that approach.. as it will get too complicated once you start the Module Pool Program changes..I would go the normal route of adding a custom field using Tcode PM01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 15:47:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-modifying-infotype-0002/m-p/2185778#M465402</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2007-05-02T15:47:07Z</dc:date>
    </item>
  </channel>
</rss>

