<?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>Question Re: Header-data for item-level in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621708#M3436136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Macro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From header info how many fields information you want into item level dso(ods_hi)? only order date or need some more objects?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jul 2013 12:38:02 GMT</pubDate>
    <dc:creator>RamanKorrapati</dc:creator>
    <dc:date>2013-07-23T12:38:02Z</dc:date>
    <item>
      <title>Header-data for item-level</title>
      <link>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaq-p/9621692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;quite often we've got the requirement, that an item-level report shall contain&lt;BR /&gt;the header-information as well. For example the order-date (which is maintained&lt;BR /&gt;on the header level) shall be available in item-level-reports as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately the extractor does not support that scenario.&lt;/P&gt;&lt;P&gt;How do you handle such cases?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One option might be to extend the item-level export-structure and &lt;BR /&gt;filling the new field using the extraction-customer-exit.&lt;/P&gt;&lt;P&gt;But this has a hatch: If only the header-field is changed, no item-delta&lt;/P&gt;&lt;P&gt;will be triggered. Hence the item-records refering to this header won't&lt;BR /&gt;pass the exit (immedialtely) and won't be updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option might be a data-staging based solution:&lt;/P&gt;&lt;P&gt;After having loaded the header- and item-deltas, one could forward&lt;BR /&gt;the header-records to the item-infoprovider;&amp;nbsp; using a start-routine in&lt;BR /&gt;order to clone the header records for each item-level-record.&lt;/P&gt;&lt;P&gt;Futheron this could be used to update only those positions, where&lt;BR /&gt;the header changed recently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the best-practice? Or is there another option I didn't mind?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt; Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 16:34:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaq-p/9621692</guid>
      <dc:creator>marco_simon2</dc:creator>
      <dc:date>2013-07-22T16:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Header-data for item-level</title>
      <link>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621693#M3436121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rather than enhancing the extract structure, better to go with staging layer solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load header data and item data to Write optimized DSO's. While moving data from item dso to further target level, you may call required information from Header DSO level based on that doc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this at Dev system and check it.&amp;nbsp; do the all test cases and move further if its worked as you needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 16:42:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621693#M3436121</guid>
      <dc:creator>RamanKorrapati</dc:creator>
      <dc:date>2013-07-22T16:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Header-data for item-level</title>
      <link>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621694#M3436122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks raman.. You give me a clue how to do a modelling at write optimized dso.. Never think about that before.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 17:31:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621694#M3436122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-22T17:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Header-data for item-level</title>
      <link>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621695#M3436123</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;It has to be achieved in Modeling. Load header data and item data in to two standard DSOs.&lt;/P&gt;&lt;P&gt;Create another Standard DSO(which can hold item level data) from the item DSO. Do a lookup of header DSO for every Order in Item DSO and update Order Date in new DSO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally you can report on this third DSO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SUman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 04:43:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621695#M3436123</guid>
      <dc:creator>former_member182470</dc:creator>
      <dc:date>2013-07-23T04:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Header-data for item-level</title>
      <link>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621696#M3436124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your welcome Edi. &lt;/P&gt;&lt;P&gt;When we need dso for staging then write optimized DSO will be best use. data will be avaible immedaite once we loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 06:33:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621696#M3436124</guid>
      <dc:creator>RamanKorrapati</dc:creator>
      <dc:date>2013-07-23T06:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Header-data for item-level</title>
      <link>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621697#M3436125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For complete understanding about Write optimized DSO, please check the below link:--------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-11852"&gt;http://scn.sap.com/docs/DOC-11852&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 11:08:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621697#M3436125</guid>
      <dc:creator>former_member182470</dc:creator>
      <dc:date>2013-07-23T11:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Header-data for item-level</title>
      <link>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621698#M3436126</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 for your clear positioning for the staging-based solution.&lt;/P&gt;&lt;P&gt;I might be wrong, but could it be that the way (both of) you recommend contains a risk for inconsistent data? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say I loaded item Data to ODS_I and header-data to ODS_H.&lt;/P&gt;&lt;P&gt;The ODS_HI contains the union of both data-provider.&lt;/P&gt;&lt;P&gt;At the moment of forwarding the data from ODS_I --&amp;gt; ODS_HI you'd read the&lt;BR /&gt;header-information from ODS_H for enhancing the item-record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now generaly delta-loading should be prefered, because of the reduced data-loading-times:&lt;/P&gt;&lt;P&gt;Header and items have been loaded till ODS_HI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now a user chages a header-record. The source-system will trigger a delta-record, which will be forwared till the ODS_H-InfoProvider. The item-level won't take any note of this change. Neither ODS_I nor ODS_HI will get additonal records. Hence the unioned record in ODS_HI will still show&lt;BR /&gt;the outage header-information, while ODS_H contains the correct information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the end, this is exactly the same scenario again, as described in my opening-post - only difference is, that the scenario has moved from the source-system to the bw-system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 11:14:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621698#M3436126</guid>
      <dc:creator>marco_simon2</dc:creator>
      <dc:date>2013-07-23T11:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Header-data for item-level</title>
      <link>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621699#M3436127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have read my first reply claerly, i had mentioned to create a thired DSo which can store Item level info by looking up header DSO. Can you re-phrase your doubts with that to understand the procedure?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 11:18:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621699#M3436127</guid>
      <dc:creator>former_member182470</dc:creator>
      <dc:date>2013-07-23T11:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Header-data for item-level</title>
      <link>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621700#M3436128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yeah, i got that point.&lt;/P&gt;&lt;P&gt;This 3rd DSO is what I labled ODS_HI&amp;nbsp;&amp;nbsp; (=Header + Item).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's try some ascii-painting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DS:Header&amp;nbsp; -----------------&amp;gt;&amp;nbsp; ODS:Header&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /&amp;nbsp;&amp;nbsp; \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /&amp;nbsp;&amp;nbsp; enhance items&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \&amp;nbsp; &lt;/P&gt;&lt;P&gt;DS:Item --&amp;gt;ODS:Items-/&amp;nbsp; - - - -&amp;nbsp; -------&amp;gt;&amp;nbsp; ODS:Header+Items&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case&amp;nbsp; a header-record could find it's way to the ODS:Header,&lt;BR /&gt;without a corresponding item-record which makes it's way though the item-staging.&lt;/P&gt;&lt;P&gt;Hence the item (which already found it's way to ODS:Header+Item in the past) won't pass the enhancment-routine again. This will happen only, if a new delta for the item-record is triggered again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 11:27:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621700#M3436128</guid>
      <dc:creator>marco_simon2</dc:creator>
      <dc:date>2013-07-23T11:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Header-data for item-level</title>
      <link>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621701#M3436129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;I am not sure if it would cause any performance problem but an easier method would be getting the header data as the master data of the item level data. Then you could directly use the attributes in your query. Just an idea...&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Yasemin...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 11:32:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621701#M3436129</guid>
      <dc:creator>yasemin_kilinc</dc:creator>
      <dc:date>2013-07-23T11:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Header-data for item-level</title>
      <link>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621702#M3436130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I say to write an End routine by looking up header DSO and update the header info before the data is getting stored in 3rd DSO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do a fresh load from your sources and try to update all the data to 3rd DSO with that routine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 11:33:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621702#M3436130</guid>
      <dc:creator>former_member182470</dc:creator>
      <dc:date>2013-07-23T11:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Header-data for item-level</title>
      <link>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621703#M3436131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;Suman Chakravarthy K wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I say to write an End routine by looking up header DSO and update the header info before the data is getting stored in 3rd DSO.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Fully understood that point. But the hatch is, that the end-routine is triggered only if new/updated item-records are forwarded from ODS:Items to ODS:Header+Items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do a fresh load from your sources and try to update all the data to 3rd DSO with that routine.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;That would certainly work, but daily full-loading item-level data (which could be loaded using delta-method) seems not to be a really recommendable way, is it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 11:46:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621703#M3436131</guid>
      <dc:creator>marco_simon2</dc:creator>
      <dc:date>2013-07-23T11:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Header-data for item-level</title>
      <link>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621704#M3436132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that would be a nice option as well.&lt;/P&gt;&lt;P&gt;That would mean to create master-data-records based on transactional records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That might have the disadvantace that nav-attributes of the header-characteristics might not be available anymore, because the characteristics themselfe are already the attributes of the header-key (~doc-number). But it would be a nice an very general way to embed the all header-chars into the position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I crossed that option several times lately, but I'm not yet sure if this is really the best-practice way to solve the simple and imho very general issue described above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 11:52:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621704#M3436132</guid>
      <dc:creator>marco_simon2</dc:creator>
      <dc:date>2013-07-23T11:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Header-data for item-level</title>
      <link>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621705#M3436133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I appreciate you are understanding all points clearly. But one clarification here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My idea is to do a full load once with that routine. So that all historical data will be with your desired logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run your regular deltas as usual with that routine. So any changes to your old items will reflect with the routine logic. New records will anyway run through the rotuine. So all your data is with the logic in place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 11:55:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621705#M3436133</guid>
      <dc:creator>former_member182470</dc:creator>
      <dc:date>2013-07-23T11:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Header-data for item-level</title>
      <link>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621706#M3436134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;Suman Chakravarthy K wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run your regular deltas as usual with that routine. [..]. New records will anyway run through the rotuine. So all your data is with the logic in place.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;That's exactly the point i doubt...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I do a full-update (=Init) for my headers (one of them is doc-nr: 111222)&lt;/P&gt;&lt;P&gt;2) I do a full-update (=Init) for my items (one of them is doc-nr: 111222-010)&lt;/P&gt;&lt;P&gt;3) I forward the items to the 3rd DSO. Items are enhanced (in the end-routine), everything's great.&lt;/P&gt;&lt;P&gt;4) I perform a change to a header-field of doc 111222&lt;/P&gt;&lt;P&gt;5) I do a delta-load for the headers --&amp;gt; doc 111222 is tranfered and updated&lt;/P&gt;&lt;P&gt;6) I do a delta-load for the items --&amp;gt; Nothing is transfered, since no item has been changed.&lt;/P&gt;&lt;P&gt;---&amp;gt; End-Routine of items-transformation is not triggered. Record in 3rd DSO is outaged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you show me up my error in thinking?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 12:09:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621706#M3436134</guid>
      <dc:creator>marco_simon2</dc:creator>
      <dc:date>2013-07-23T12:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Header-data for item-level</title>
      <link>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621707#M3436135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To emphasize on your last point, I am thinking to suggest you to write a small ABAP program in SE38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The logic would be like below :---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As soon as you do a delta load to Header DSO, you have to select the records in the active table of header DSO(as per the today's date) and update the details to the respective records which are already in the active table of&amp;nbsp; third DSO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can include this ABAP program in your process chain right after the delta load to header DSO steps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 12:22:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621707#M3436135</guid>
      <dc:creator>former_member182470</dc:creator>
      <dc:date>2013-07-23T12:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Header-data for item-level</title>
      <link>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621708#M3436136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Macro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From header info how many fields information you want into item level dso(ods_hi)? only order date or need some more objects?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 12:38:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621708#M3436136</guid>
      <dc:creator>RamanKorrapati</dc:creator>
      <dc:date>2013-07-23T12:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Header-data for item-level</title>
      <link>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621709#M3436137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that would mean a manipulation to the active-data-table of the item-dso which bypasses the normal data-changing via the standard data-staging. Furtheron it does not take the changelog (which might be needed for data-forwarding to cube) into account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that really the best-practice for the general problem I described initally?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case I will stick to the 2nd method I described in my first post. It makes sure that only updated/delta header-items are used as a basis for the item-updating, and it uses the normal datastaging via transformation and activation of records, which makes sure that the changelog is consistent as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any disadvantages with this approach?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 12:39:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621709#M3436137</guid>
      <dc:creator>marco_simon2</dc:creator>
      <dc:date>2013-07-23T12:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Header-data for item-level</title>
      <link>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621710#M3436138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramanjaneyulu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;generally I'm searching for a best-practice way to get _all_ header information into the item-level DSO.&lt;/P&gt;&lt;P&gt;The quickliest (but as already described disadvantage-paved) way would certainly be the one Yasemin mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my very special case I need that only for the order date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 12:45:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621710#M3436138</guid>
      <dc:creator>marco_simon2</dc:creator>
      <dc:date>2013-07-23T12:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Header-data for item-level</title>
      <link>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621711#M3436139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you are so keen about 5th point, i thought about a workaround and gave you. That doesn't mean you literally do that. Whatever way you are confident about the data accuracy, you should go with that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't suggest you any more. It is up to you. I tried to give all my ideas to make you understand. I think i am not able to..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Suman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 12:46:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/header-data-for-item-level/qaa-p/9621711#M3436139</guid>
      <dc:creator>former_member182470</dc:creator>
      <dc:date>2013-07-23T12:46:33Z</dc:date>
    </item>
  </channel>
</rss>

