<?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: Load master data from differents datasource BW/4 in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292959#M4606741</link>
    <description>&lt;P&gt;Hello David,&lt;/P&gt;&lt;P&gt;You may try this note. We had similar issue and this note resolved it for us.&lt;/P&gt;&lt;P&gt;&lt;A href="https://launchpad.support.sap.com/#/notes/0002923327"&gt;2923327&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anish&lt;/P&gt;</description>
    <pubDate>Wed, 23 Dec 2020 05:13:20 GMT</pubDate>
    <dc:creator>anishjmenon</dc:creator>
    <dc:date>2020-12-23T05:13:20Z</dc:date>
    <item>
      <title>Load master data from differents datasource BW/4</title>
      <link>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaq-p/12292947</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I have a BW/4 infoobject time dependant with 2 differents datasources from R/3 in order to load attributes.&lt;/P&gt;
  &lt;P&gt;The first datasource load all attributes except one (in example field X, not mapped in this transformation), the second datasource load only the field X and the rest of the fields are not mapped in the transformation. &lt;/P&gt;
  &lt;P&gt;I execute the first load and all fields except field X are successfully populated, but after when I execute the DTP full for second datasource all fields populated by the first datasource are empty.&lt;/P&gt;
  &lt;P&gt;How can I control this situation?&lt;/P&gt;
  &lt;P&gt;thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 13:50:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaq-p/12292947</guid>
      <dc:creator>former_member726451</dc:creator>
      <dc:date>2020-12-15T13:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Load master data from differents datasource BW/4</title>
      <link>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292948#M4606730</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;This is not normal. If every attributes is time-dependant, some attributes may become blank on specific period depending on the periods you're loading in both data flows (that are not necessarily the same). But the attributes loaded in the first dataflow should stay filled &lt;STRONG&gt;on the validity period loaded in the first dataflow &lt;/STRONG&gt;(though periods may be split after the 2nd dataflow depending on the periods loaded).&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;1st dataSource : 01/01/2020 - 15/01/2020    X       NA
InfoObject :     
                 01/01/2020 - 15/01/2020    X       BLANK
2nd dataSource : 07/01/2020 - 20/01/2020    NA      A     
InfoObject :                               
                 01/01/2020 - 06/01/2020    X        BLANK
                 07/01/2020 - 15/01/2020    X        A     
                 16/01/2020 - 20/01/2020    BLANK    A&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;FCI&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 14:32:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292948#M4606730</guid>
      <dc:creator>FCI</dc:creator>
      <dc:date>2020-12-15T14:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Load master data from differents datasource BW/4</title>
      <link>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292949#M4606731</link>
      <description>&lt;P&gt;Hello David,&lt;/P&gt;&lt;P&gt;in theory, several error cases are possible:&lt;/P&gt;&lt;P&gt;1) do you use a start- or endroutine and you have selected all fields but eventually don't use them? I did not find an appropriate link, but with incorrect selection, you will clear fields, unwantedly.&lt;/P&gt;&lt;P&gt;2) is it possible the date-from/date-to values don't match, and the one attribute is available in a different time span than the others?&lt;/P&gt;&lt;P&gt;3) Have you tried activating the first request, before loading the second source? I'm not sure but might be there is only one M version of a record available and the 2nd with only one attribute overwrites the first M version with all other attributes filled.&lt;/P&gt;&lt;P&gt;To really find the solution you need to check this or provide more details and screenshots.&lt;/P&gt;&lt;P&gt;Thanks, Martin&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 14:48:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292949#M4606731</guid>
      <dc:creator>MKreitlein</dc:creator>
      <dc:date>2020-12-15T14:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Load master data from differents datasource BW/4</title>
      <link>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292950#M4606732</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I'm agree with you Frederic, I think that is not normal.&lt;/P&gt;&lt;P&gt;This is the transformation of first datasource, with the field ZNIF no update:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1868884-1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;After of execute this DTP for example record, you can see that the all fields are populated:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1868887-3.jpg" /&gt;&lt;/P&gt;&lt;P&gt;the second transformation only update key fields and the infoobject ZNIF (with a simple mapping routine, get a substring... this is not the problem):&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1868886-2.jpg" /&gt;&lt;/P&gt;&lt;P&gt;but after executed the second DTP, all fields are empty except ZNIF:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1868888-4.jpg" /&gt;&lt;/P&gt;&lt;P&gt;This same logic in BW 7.3 working because between loads I activated master data, but in BW/4 is not neccesary. is there any option in BW/4 for solve it ?&lt;/P&gt;&lt;P&gt;thanks for your time!&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 18:30:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292950#M4606732</guid>
      <dc:creator>former_member726451</dc:creator>
      <dc:date>2020-12-15T18:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Load master data from differents datasource BW/4</title>
      <link>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292951#M4606733</link>
      <description>&lt;P&gt;You lost the attribute values of the previous flow and the associated period of times ?!?!? Interesting &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 08:47:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292951#M4606733</guid>
      <dc:creator>FCI</dc:creator>
      <dc:date>2020-12-17T08:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Load master data from differents datasource BW/4</title>
      <link>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292952#M4606734</link>
      <description>&lt;P&gt;I don't see the link with the disappearance of the activation in BW4. In 7.5, it was also working with an activation between the 2 loads (same configuration as yours).&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 09:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292952#M4606734</guid>
      <dc:creator>FCI</dc:creator>
      <dc:date>2020-12-17T09:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Load master data from differents datasource BW/4</title>
      <link>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292953#M4606735</link>
      <description>&lt;A href="https://answers.sap.com/users/67812/debjit.singha.html"&gt;Debjit Singha&lt;/A&gt; Hmm, I must admit I didn't understand why you would assume ZNIF is a composite key.From the screen shots, I'm only seeing 0EMPLOYEE, 0OBJVERS and 0DATETO. Though I'm puzzled by the position of the target keys in the transformation (at the end).</description>
      <pubDate>Thu, 17 Dec 2020 09:39:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292953#M4606735</guid>
      <dc:creator>FCI</dc:creator>
      <dc:date>2020-12-17T09:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Load master data from differents datasource BW/4</title>
      <link>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292954#M4606736</link>
      <description>&lt;P&gt;Hi Debjit Singha,&lt;/P&gt;&lt;P&gt;Thank you for your help in this matter.&lt;/P&gt;&lt;P&gt;I know the load mater data process with time dependant infoobjects. &lt;/P&gt;&lt;P&gt;About your solutions, I prefer don´t create a intermediate DSO and add ZNIF as field of first datasource (0EMPLOYEE_ATTR) and avoid the second load, but your proposition is ok. In any case, I want to understand this problem in BW/4 because en my old system BW 7.3 this logic with the same datasources working. In BW 7.3 I can activate master data between loads (using process chains) but in BW/4 I can´t activate manually infobect (the infoobject activation in auto)&lt;/P&gt;&lt;P&gt;thanks you very much again.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 13:16:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292954#M4606736</guid>
      <dc:creator>former_member726451</dc:creator>
      <dc:date>2020-12-17T13:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Load master data from differents datasource BW/4</title>
      <link>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292955#M4606737</link>
      <description>&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;About your comments:&lt;/P&gt;&lt;P&gt;1) I haven't start/end routines in the
transformation, but yesterday I did a test adding end routines empty in each
transformation but with the fields marked respectively, not worked...&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1874467-4.jpg" /&gt;&lt;/P&gt;&lt;P&gt;2) I think that interval dates are
correct. In my old BW 7.3 these logic working whitout problems (activating
master data between loads)&lt;/P&gt;&lt;P&gt;3) In my BW 7.3 yes, but in my current
BW/4 I can´t activate 0EMPLOYEE master data before second load, in BW/4 the
infoobject are activating automatically.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1874466-3.jpg" /&gt;&lt;/P&gt;&lt;P&gt;In BW/4, are there any option but I
don´t know?&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 13:58:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292955#M4606737</guid>
      <dc:creator>former_member726451</dc:creator>
      <dc:date>2020-12-17T13:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Load master data from differents datasource BW/4</title>
      <link>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292956#M4606738</link>
      <description>&lt;P&gt;Hello David,&lt;/P&gt;&lt;P&gt;I still work in BW 7.5x, so did not know that BW4 is differently.&lt;/P&gt;&lt;P&gt;A short lookup in the SAP Support Portal showed this note: &lt;A href="https://launchpad.support.sap.com/#/notes/2753882"&gt;https://launchpad.support.sap.com/#/notes/2753882&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Obviously it describes a solution of activating the data via a Function Module.&lt;/P&gt;&lt;P&gt;You could try this once...&lt;/P&gt;&lt;P&gt;Regards, Martin&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 14:08:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292956#M4606738</guid>
      <dc:creator>MKreitlein</dc:creator>
      <dc:date>2020-12-17T14:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Load master data from differents datasource BW/4</title>
      <link>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292957#M4606739</link>
      <description>&lt;A href="https://answers.sap.com/users/67812/debjit.singha.html"&gt;Debjit Singha&lt;/A&gt; I'm pretty sure but it was few years back. David seems to still have a 7.3 where it is working though.</description>
      <pubDate>Thu, 17 Dec 2020 15:56:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292957#M4606739</guid>
      <dc:creator>FCI</dc:creator>
      <dc:date>2020-12-17T15:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Load master data from differents datasource BW/4</title>
      <link>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292958#M4606740</link>
      <description>&lt;P&gt;Not exactly. This program reorganizes the time dependant attributes. It merges the time periods for which all the attributes are identical. &lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 15:59:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292958#M4606740</guid>
      <dc:creator>FCI</dc:creator>
      <dc:date>2020-12-17T15:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Load master data from differents datasource BW/4</title>
      <link>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292959#M4606741</link>
      <description>&lt;P&gt;Hello David,&lt;/P&gt;&lt;P&gt;You may try this note. We had similar issue and this note resolved it for us.&lt;/P&gt;&lt;P&gt;&lt;A href="https://launchpad.support.sap.com/#/notes/0002923327"&gt;2923327&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anish&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 05:13:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292959#M4606741</guid>
      <dc:creator>anishjmenon</dc:creator>
      <dc:date>2020-12-23T05:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Load master data from differents datasource BW/4</title>
      <link>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292960#M4606742</link>
      <description>&lt;P&gt;Hello, I have the same problem and I couldn't find the solution. How did you solve it?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 11:36:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/load-master-data-from-differents-datasource-bw-4/qaa-p/12292960#M4606742</guid>
      <dc:creator>former_member821494</dc:creator>
      <dc:date>2023-01-04T11:36:54Z</dc:date>
    </item>
  </channel>
</rss>

