<?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: header data and item data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-data-and-item-data/m-p/1735767#M319953</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For every doument, you will have a header table, which stores the common information for that document and then you will have item table, which will store the details of the individual lines of the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example : Details of the customer who is purchasing will be stored at header level of the purchase order (EKKO). The details of the individual line items will be stored in the item details (EKPO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the table details, the following document should help you.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e944e133-0b01-0010-caa2-be2cb240f657" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e944e133-0b01-0010-caa2-be2cb240f657&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Nov 2006 06:27:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-29T06:27:31Z</dc:date>
    <item>
      <title>header data and item data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-data-and-item-data/m-p/1735766#M319952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;      i am a novice in ABAP. in tables can someone tell me what is header data, item data. how do u recognise the tables from their name? like someone told me that if the table name start with B the table is related to FICO and if it ends with K it is  header data. can some one give me an in-depth explanation of how  to identify these and what actually are these?&lt;/P&gt;&lt;P&gt;thanx in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 06:24:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-data-and-item-data/m-p/1735766#M319952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T06:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: header data and item data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-data-and-item-data/m-p/1735767#M319953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For every doument, you will have a header table, which stores the common information for that document and then you will have item table, which will store the details of the individual lines of the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example : Details of the customer who is purchasing will be stored at header level of the purchase order (EKKO). The details of the individual line items will be stored in the item details (EKPO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the table details, the following document should help you.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e944e133-0b01-0010-caa2-be2cb240f657" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e944e133-0b01-0010-caa2-be2cb240f657&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 06:27:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-data-and-item-data/m-p/1735767#M319953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T06:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: header data and item data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-data-and-item-data/m-p/1735768#M319954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;While adding or retrieving records to / from internal table we have to keep the record temporarily. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The area where this record is kept is called as work area for the internal table.  The area must have the same structure as that of internal table. An internal table consists of a body and an optional header line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Header line is a implicit work area for the internal table.  It depends on how the internal table is declared that the itab will have the header line or not. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. &lt;/P&gt;&lt;P&gt;data: begin of itab occurs 10, &lt;/P&gt;&lt;P&gt;           ab type c, &lt;/P&gt;&lt;P&gt;           cd type i, &lt;/P&gt;&lt;P&gt;        end of itab.  " this table will have the header line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: wa_itab like itab. " explicit work area for itab &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: itab1 like itab occurs 10. " table is without header line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The header line is a field string with the same structure as a row of the body, but it can only hold a single row. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a buffer used to hold each record before it is added or each record as it is retrieved from the internal table.  It is the default work area for the internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) The difference between &lt;/P&gt;&lt;P&gt;whih header line and with out heater line of internal table.&lt;/P&gt;&lt;P&gt;ex:-&lt;/P&gt;&lt;P&gt;a) Data : itab like mara occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) Data: itab like mara occurs 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-While adding or retrieving records to / from internal table we have to keep the record temporarily. &lt;/P&gt;&lt;P&gt;-The area where this record is kept is called as work area for the internal table. &lt;/P&gt;&lt;P&gt;-The area must have the same structure as that of internal table. An internal table consists of a body and an optional header line. &lt;/P&gt;&lt;P&gt;-Header line is a implicit work area for the internal table. It depends on how the internal table is declared that the itab will have the header line or not. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) Data : itab like mara occurs 0 with header line.&lt;/P&gt;&lt;P&gt;table is with header line&lt;/P&gt;&lt;P&gt;b) Data: itab like mara occurs 0. &lt;/P&gt;&lt;P&gt;table is without header line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Laxmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 06:30:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-data-and-item-data/m-p/1735768#M319954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T06:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: header data and item data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/header-data-and-item-data/m-p/1735769#M319955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mam,&lt;/P&gt;&lt;P&gt;       i need info of hewader data of the database tables . may be u mistook it for the header line of the internal table.&lt;/P&gt;&lt;P&gt;anyway thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2006 06:34:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/header-data-and-item-data/m-p/1735769#M319955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-29T06:34:16Z</dc:date>
    </item>
  </channel>
</rss>

