<?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 Enhancing standard infotype in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-standard-infotype/m-p/8530957#M1656689</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'm a noob to ABAP and for my project I needed to use the SAP standard table, but I also need to append some custom fields to the table. For now I'm using the table pernr and infotypes 0001, 0002, and 0006 for my programs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I tried adding fields to the CI_p0002 include in the p0002 infotype, but when I tried activating it, an error pops up saying that I needed to convert the table if I wanted to do that. But the new fields are still created. &lt;/P&gt;&lt;P&gt;2) After than when I want to view the contents of the pa0002 table, I can't because of internal error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can only view the contents after deleting all the changes I made. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know for a fact you can't directly edit a standard table and needed to use the include provided. But I still can't. Converting the table using SE14 would effect other users' programs within the system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me on how I can append custom fields in the include or in the table without having to convert everything? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kazu_03 on Jan 19, 2012 10:23 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jan 2012 09:18:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-01-19T09:18:25Z</dc:date>
    <item>
      <title>Enhancing standard infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-standard-infotype/m-p/8530957#M1656689</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'm a noob to ABAP and for my project I needed to use the SAP standard table, but I also need to append some custom fields to the table. For now I'm using the table pernr and infotypes 0001, 0002, and 0006 for my programs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I tried adding fields to the CI_p0002 include in the p0002 infotype, but when I tried activating it, an error pops up saying that I needed to convert the table if I wanted to do that. But the new fields are still created. &lt;/P&gt;&lt;P&gt;2) After than when I want to view the contents of the pa0002 table, I can't because of internal error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can only view the contents after deleting all the changes I made. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know for a fact you can't directly edit a standard table and needed to use the include provided. But I still can't. Converting the table using SE14 would effect other users' programs within the system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me on how I can append custom fields in the include or in the table without having to convert everything? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kazu_03 on Jan 19, 2012 10:23 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 09:18:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-standard-infotype/m-p/8530957#M1656689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-19T09:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancing standard infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-standard-infotype/m-p/8530958#M1656690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Double click on CI include and enter the new felds and activate that structure&lt;/P&gt;&lt;P&gt;then go to PM01 tcode and generate objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 10:32:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-standard-infotype/m-p/8530958#M1656690</guid>
      <dc:creator>manubhutani</dc:creator>
      <dc:date>2012-01-19T10:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancing standard infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-standard-infotype/m-p/8530959#M1656691</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;Simply follow the below mentioned step&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Go to se11&lt;/P&gt;&lt;P&gt;2.Open the std table where fields to be added&lt;/P&gt;&lt;P&gt;3.Double click on the ci_XXXXX structure name included in the table&lt;/P&gt;&lt;P&gt;4.it will ask you to create the new structure is structure is not already created&lt;/P&gt;&lt;P&gt;5.click yes&lt;/P&gt;&lt;P&gt;6.add the custom fileds starting with Z and the corresponding data element to the Zfields&lt;/P&gt;&lt;P&gt;7.Simply save and activate the structure.&lt;/P&gt;&lt;P&gt;8.Now activate the table also.&lt;/P&gt;&lt;P&gt;9.go to se14 and adjust the standard table also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) Go to transation PM01.&lt;/P&gt;&lt;P&gt;2.) Go to the tab "Enhance Infotype"(The third tab)&lt;/P&gt;&lt;P&gt;3.) Give the Infotype No as '0002'.&lt;/P&gt;&lt;P&gt;4.) In SubObjects select CI Include and click Edit.&lt;/P&gt;&lt;P&gt;5.) Give the field you need to add in the CI_P0002 structure.&lt;/P&gt;&lt;P&gt;6.) Save the structure and activate it.&lt;/P&gt;&lt;P&gt;7.) Go back and in Subobjects select the Screen Radiobutton,then modify screens 200,300 accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now your structure is appended into the std table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just check this links you will get the idea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for append structure&lt;/P&gt;&lt;P&gt;&amp;lt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb61446011d189700000e8322d00/frameset.htm&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for include structure&lt;/P&gt;&lt;P&gt;&amp;lt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb54446011d189700000e8322d00/content.htm&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards&lt;/P&gt;&lt;P&gt; NZAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Zulfikhar Ali Bhutto.N on Jan 20, 2012 6:06 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2012 05:04:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-standard-infotype/m-p/8530959#M1656691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-20T05:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancing standard infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-standard-infotype/m-p/8530960#M1656692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kazu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The steps provided above is more than enough to resolve your issue.&lt;/P&gt;&lt;P&gt;If still face any issues in that, reply to the thread or close it please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raja.D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 06:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-standard-infotype/m-p/8530960#M1656692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-25T06:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancing standard infotype</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-standard-infotype/m-p/8530961#M1656693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the replies, &lt;/P&gt;&lt;P&gt;Zulfikhar's step by step is especially helpful, thanks a lot! &lt;/P&gt;&lt;P&gt;I needed to edit the subobjects to make it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot! &lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will be closing the thread now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 07:09:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-standard-infotype/m-p/8530961#M1656693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-25T07:09:54Z</dc:date>
    </item>
  </channel>
</rss>

