<?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: Types in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/types/m-p/3742544#M900511</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;DATA: it_header type standard table of it_head &lt;STRONG&gt;occurs 0&lt;/STRONG&gt; with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Nicole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Apr 2008 06:40:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-30T06:40:47Z</dc:date>
    <item>
      <title>Types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/types/m-p/3742543#M900510</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;YTAB is a database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types : begin  of it_head,&lt;/P&gt;&lt;P&gt;             YCRENOTE      like  YTAB-CRENOTE,&lt;/P&gt;&lt;P&gt;             CODE               like  YTAB-CODE,             &lt;/P&gt;&lt;P&gt;             YDOC               like  YTAB-YDOC,&lt;/P&gt;&lt;P&gt;           end of it_head.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: it_header       type standard table of it_head  with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT YTAB from table it_header accepting duplicate keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when insert command is used it gives error saying "it_header &lt;/P&gt;&lt;P&gt;is not long enough".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Netra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 06:39:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/types/m-p/3742543#M900510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T06:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/types/m-p/3742544#M900511</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;DATA: it_header type standard table of it_head &lt;STRONG&gt;occurs 0&lt;/STRONG&gt; with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Nicole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 06:40:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/types/m-p/3742544#M900511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T06:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/types/m-p/3742545#M900512</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 don't want to use "occurs 0" is there any other method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Netra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 06:45:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/types/m-p/3742545#M900512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T06:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/types/m-p/3742546#M900513</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;When you are using Insert from workarea, the table structure should match the workarea structure. Please check if the table structure and it_head are matching.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;S. Chandramouli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 06:48:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/types/m-p/3742546#M900513</guid>
      <dc:creator>former_member784222</dc:creator>
      <dc:date>2008-04-30T06:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/types/m-p/3742547#M900514</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;Thanks , it worked mandt was missing in the declaration.&lt;/P&gt;&lt;P&gt;types : begin of it_head,&lt;/P&gt;&lt;P&gt;             mandt like sy-mandt,&lt;/P&gt;&lt;P&gt;             -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;             -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;            end of it_head.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Netra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 06:56:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/types/m-p/3742547#M900514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T06:56:57Z</dc:date>
    </item>
  </channel>
</rss>

