cancel
Showing results for 
Search instead for 
Did you mean: 

Pull data from EKBE to BW

12-05-2014 10:17 AM
2795 views 3 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Hi all,

i need to get all the info about the history of a purchase order with all the goods receipts and material document data.

What is the best way to achieve the result? In the past i used a generic datasource using a view of EKBE and other tables but my guess is that I could use 2lis_02_sgr (although it seems to lack info like posting date and document date of the material document).

So my options seem to be:

  1. generic datasource on EKBE
  2. 2LIS_02_SGR and custom enhancement to add missing fields.
  3. anything else?

Thanks

Stefano

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

RafkeMagic
Active Contributor
0 Likes

3. could be a combination of both... go with the standard datasource for most of the fields and thus ensure you have a proper delta, then get the extra fields via a generic datasource and store them in a DSO (which you can use as lookup later up in your flow)

Answers (2)

Answers (2)

KodandaPani_KV
Active Contributor
0 Likes

Hi,

from the  EKBE table you will get all the History per Purchasing Document and it is very ralated to the delivary quantity and value with the goods delivary.

same data you find the 2LIS_02_SGR data source.

use the stadard data source and add the fields those fields into DATA SOURCE.

Thanks,

Phani.

RamanKorrapati
Active Contributor
0 Likes

Hi Stef,

Go with 2nd option.Rather than generic, standard data source is more useful.

If you need two more fields then you can enhance data source and design whole data flow at dev system.

do the loading and test it.

Thanks