<?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: Problem on Generic Extraction from table MBEW in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/problem-on-generic-extraction-from-table-mbew/qaa-p/12457070#M4665663</link>
    <description>&lt;P&gt;If you're on S4/HANA, MBEW should not be used directly.&lt;BR /&gt;There is a replacement view:&lt;/P&gt;&lt;P&gt;MBV_MBEW&lt;/P&gt;&lt;P&gt;If you use this view, you'll get the correct results.&lt;BR /&gt;When you would use eclipse to see what is inside the CDS, you'll understand why certain columns remain blank, due to the way the data is now stored in the database.&lt;/P&gt;&lt;P&gt;Replacement views can be found, by opening the "old" table in SE11, go in Display -&amp;gt; More -&amp;gt; Extras -&amp;gt; Replacement Object&lt;/P&gt;</description>
    <pubDate>Wed, 31 Aug 2022 12:18:16 GMT</pubDate>
    <dc:creator>sdebaerd</dc:creator>
    <dc:date>2022-08-31T12:18:16Z</dc:date>
    <item>
      <title>Problem on Generic Extraction from table MBEW</title>
      <link>https://community.sap.com/t5/technology-q-a/problem-on-generic-extraction-from-table-mbew/qaq-p/12457069</link>
      <description>&lt;P&gt;I create the view for MBEW (ZMBEW) for extraction from DB view.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1961544-qnj0x.png" /&gt;&lt;/P&gt;
  &lt;P&gt;However, i found current period getting wrong.&lt;/P&gt;
  &lt;P&gt;MBEW selection:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1961561-8qhe7.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Results:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1961560-ihoga.png" /&gt;&lt;/P&gt;
  &lt;P&gt;ZMBEW Article = 0464148 results:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1961563-ek58u.png" /&gt;&lt;/P&gt;
  &lt;P&gt;I don't understand why my view table getting wrong value from MBEW.&lt;/P&gt;
  &lt;P&gt;Here is my join conditions on ZMBEW.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1961562-rhnom.png" /&gt;&lt;/P&gt;
  &lt;P&gt;I try to find another way to get MBEW data from bw,&lt;/P&gt;
  &lt;P&gt;I found that &lt;/P&gt;
  &lt;P&gt;0CO_PC_ACT_02 can get LBKUM,SALK 3&lt;/P&gt;
  &lt;P&gt;from MBEW and MBEWH. But i found some issues on there.&lt;/P&gt;
  &lt;P&gt;The MBEWH results seems miss match the results from data source 0CO_PC_ACT_02. &lt;IMG alt="" /&gt;&lt;/P&gt;
  &lt;P&gt;0CO_PC_ACT_02:&lt;/P&gt;
  &lt;P&gt;&lt;IMG alt="" /&gt;&lt;IMG alt="" /&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1961567-datasource2.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;MBEW:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1961566-mbew2.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;
  &lt;P&gt;MBEWH&lt;/P&gt;
  &lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1961565-mbewh2.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;
  &lt;P&gt;Is anyone have solution/faced this problem before? Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Aug 2021 14:38:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/problem-on-generic-extraction-from-table-mbew/qaq-p/12457069</guid>
      <dc:creator>former_member746094</dc:creator>
      <dc:date>2021-08-02T14:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on Generic Extraction from table MBEW</title>
      <link>https://community.sap.com/t5/technology-q-a/problem-on-generic-extraction-from-table-mbew/qaa-p/12457070#M4665663</link>
      <description>&lt;P&gt;If you're on S4/HANA, MBEW should not be used directly.&lt;BR /&gt;There is a replacement view:&lt;/P&gt;&lt;P&gt;MBV_MBEW&lt;/P&gt;&lt;P&gt;If you use this view, you'll get the correct results.&lt;BR /&gt;When you would use eclipse to see what is inside the CDS, you'll understand why certain columns remain blank, due to the way the data is now stored in the database.&lt;/P&gt;&lt;P&gt;Replacement views can be found, by opening the "old" table in SE11, go in Display -&amp;gt; More -&amp;gt; Extras -&amp;gt; Replacement Object&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 12:18:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/problem-on-generic-extraction-from-table-mbew/qaa-p/12457070#M4665663</guid>
      <dc:creator>sdebaerd</dc:creator>
      <dc:date>2022-08-31T12:18:16Z</dc:date>
    </item>
  </channel>
</rss>

