<?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: custom infotype creation-- problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-infotype-creation-problem/m-p/1408714#M197071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;For a table control on the infotype, the database structure (Pnnnn) should have as many fields as the table control.&lt;/P&gt;&lt;P&gt;Eg. If the table control has say 3 columns ColA,ColB and ColC.&lt;/P&gt;&lt;P&gt;For best performance SAP says that a max of 20 Rows should be allowed. so you will have to define fileds ColA1,ColB1,ColC1, ColA2,ColB2,ColC2...... till ColA20,ColB20,ColC20 in your Pnnnn structure.&lt;/P&gt;&lt;P&gt;Check the table the definition P0008 (the strucutre for infotype 0008 which has a table control).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then each cell of the table control has to be mapped to each of these fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Puneet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jul 2006 20:25:57 GMT</pubDate>
    <dc:creator>Puneet_Gupta</dc:creator>
    <dc:date>2006-07-05T20:25:57Z</dc:date>
    <item>
      <title>custom infotype creation-- problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-infotype-creation-problem/m-p/1408713#M197070</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 had created an infotype with two tabs by copying the standard infotype 0002.&lt;/P&gt;&lt;P&gt;on the second tab there is table control ....&lt;/P&gt;&lt;P&gt;can any one help me how to code this table control and how to save the data ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 18:40:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-infotype-creation-problem/m-p/1408713#M197070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T18:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: custom infotype creation-- problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-infotype-creation-problem/m-p/1408714#M197071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;For a table control on the infotype, the database structure (Pnnnn) should have as many fields as the table control.&lt;/P&gt;&lt;P&gt;Eg. If the table control has say 3 columns ColA,ColB and ColC.&lt;/P&gt;&lt;P&gt;For best performance SAP says that a max of 20 Rows should be allowed. so you will have to define fileds ColA1,ColB1,ColC1, ColA2,ColB2,ColC2...... till ColA20,ColB20,ColC20 in your Pnnnn structure.&lt;/P&gt;&lt;P&gt;Check the table the definition P0008 (the strucutre for infotype 0008 which has a table control).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then each cell of the table control has to be mapped to each of these fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Puneet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 20:25:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-infotype-creation-problem/m-p/1408714#M197071</guid>
      <dc:creator>Puneet_Gupta</dc:creator>
      <dc:date>2006-07-05T20:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: custom infotype creation-- problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-infotype-creation-problem/m-p/1408715#M197072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Puneet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot for ur help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but is there any code to be written by myself in the infotype creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perviously i had created an infotype with out subscreen and table control the i did nto write that much code.. &lt;/P&gt;&lt;P&gt; but here i am creating two more subscreens in that i an using table control.. &lt;/P&gt;&lt;P&gt;the screens which i am creating apart from standard 2000 screen is 2020 and 2040. &lt;/P&gt;&lt;P&gt;shall i have to include the standard modules from 2000 to 2020 and 2040..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance &lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 11:22:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-infotype-creation-problem/m-p/1408715#M197072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T11:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: custom infotype creation-- problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-infotype-creation-problem/m-p/1408716#M197073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;Here you will have to write create your own subscreens and write code to handle the data from your subscreens and map it back to the Pnnnn structure.&lt;/P&gt;&lt;P&gt;This kind of infotype requires a lot of custom coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Puneet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 20:40:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-infotype-creation-problem/m-p/1408716#M197073</guid>
      <dc:creator>Puneet_Gupta</dc:creator>
      <dc:date>2006-07-07T20:40:55Z</dc:date>
    </item>
  </channel>
</rss>

