<?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: explain in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain/m-p/2881198#M676645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Header table contains Header related data and Item table contains Item related data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To give as an example - EKKO is Purchase Order Header table which contains details like Purchase Order No, Order creation date, Purchasing Org, Vendor etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EKPO is Purchase Order Item table which contains PO Item related data like, Item No, Material No, Account Assignment Category, Quantity, Unit of Measure etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly you have VBAK and VBAP for Sales Order Header and Item tables and so on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Sep 2007 05:55:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-26T05:55:40Z</dc:date>
    <item>
      <title>explain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain/m-p/2881197#M676644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus &lt;/P&gt;&lt;P&gt;  what is header table?&lt;/P&gt;&lt;P&gt; what is item table?&lt;/P&gt;&lt;P&gt;pls explain....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 05:51:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explain/m-p/2881197#M676644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T05:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: explain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain/m-p/2881198#M676645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Header table contains Header related data and Item table contains Item related data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To give as an example - EKKO is Purchase Order Header table which contains details like Purchase Order No, Order creation date, Purchasing Org, Vendor etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EKPO is Purchase Order Item table which contains PO Item related data like, Item No, Material No, Account Assignment Category, Quantity, Unit of Measure etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly you have VBAK and VBAP for Sales Order Header and Item tables and so on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 05:55:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explain/m-p/2881198#M676645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T05:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: explain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain/m-p/2881199#M676646</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;Header will be always a single time data in a transaction&lt;/P&gt;&lt;P&gt;where as Item data is Multiple lines of data&lt;/P&gt;&lt;P&gt;Item data in most of the times consists of more number of lines.&lt;/P&gt;&lt;P&gt;see the header and Item related tables for some Tcodes&lt;/P&gt;&lt;P&gt;Tcode Header Item &lt;/P&gt;&lt;P&gt;VA01 VBAK VBAP Sales order&lt;/P&gt;&lt;P&gt;VL01N LIKP LIPS Delivery&lt;/P&gt;&lt;P&gt;VF01 VBRk VBRP Invoice/Billing Doc&lt;/P&gt;&lt;P&gt;ME21N EKKO EKPO Pur order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Reward If helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 05:56:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explain/m-p/2881199#M676646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T05:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: explain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain/m-p/2881200#M676647</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;for example in case of purchase order it will have details like pur org,comp code,materials,their qty,price,etc...&lt;/P&gt;&lt;P&gt;so the common things like pur ord,comp code,etc..are treated as header data and they will stored in one table(header table).eg:ekko for purchase order&lt;/P&gt;&lt;P&gt;the individual details of each item(material in case of pur ord.)will be treated as item data and will be stored in another table(item table)eg:ekpo for purchase order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 05:58:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explain/m-p/2881200#M676647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T05:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: explain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain/m-p/2881201#M676648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sankar , &lt;/P&gt;&lt;P&gt;  Header table is the table which stores the data is common throught the document , while the item table stores the data specific to the item of the document.&lt;/P&gt;&lt;P&gt;Here is an e.g. , consider a sales order , it will have the follwoting details &lt;/P&gt;&lt;P&gt;1. Person to whom it was sold , &lt;/P&gt;&lt;P&gt;2. Who Sold it &lt;/P&gt;&lt;P&gt;3. Address to which bill is to be send&lt;/P&gt;&lt;P&gt;4. What all items are there in the SO &lt;/P&gt;&lt;P&gt;5 Price of each item and other specifications.&lt;/P&gt;&lt;P&gt;assume there are 2 items in the SO with diff quantity and hence prices ,&lt;/P&gt;&lt;P&gt;Now in this case 1,2,3 will be common to both the items , but 4 and 5 are specific to the material.&lt;/P&gt;&lt;P&gt;Now if we store all the data in the same table then we will have to store the same data (point 1,2,3) for all the items thus increasing the space required by table and resulting in data redundancy which is not a good practise , hence what is done is the data that is common to all items in the doc are stored in the header table and data specific to each item is  stored in the item table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps , feel free to revert back in case of any further queries.&lt;/P&gt;&lt;P&gt;Assign points for helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 05:59:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explain/m-p/2881201#M676648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T05:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: explain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain/m-p/2881202#M676649</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;    Whenever any buisness document generate on that time its divided into two part one is document identification and second is item identification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;document identification is same for all item for one document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in header table all values of  document identification inserted and in item table all item identification entries are stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.G.&lt;/P&gt;&lt;P&gt;EKKO-Header&lt;/P&gt;&lt;P&gt;EKPO-Item&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MKPF&lt;/P&gt;&lt;P&gt;MSEG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BKPF&lt;/P&gt;&lt;P&gt;BSEG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 06:03:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explain/m-p/2881202#M676649</guid>
      <dc:creator>former_member194152</dc:creator>
      <dc:date>2007-09-26T06:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: explain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explain/m-p/2881203#M676650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HEADER TABLE-The table which stores the header data or the main data of the particular business&lt;/P&gt;&lt;P&gt;ITEM TABLE-The table which stores the item data for those particular header data stores in the header table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 06:04:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explain/m-p/2881203#M676650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T06:04:09Z</dc:date>
    </item>
  </channel>
</rss>

