cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with ODS

Former Member
0 Kudos

Friends

I have the following requirement.

I have a crm standard cube implemented 0CRM_C04 - Opperunities Cube.

In the CRM system they are maintaining a Ztable maintained with some fields that are avaialble in the cube which will chainging once in every quarter.

The requirement is we need to use the ZTABLE as a look up table. I am bringing the data of that ztable into an ODS.How we can do that , Can any one please help me.

Regards

Sundaresan

Message was edited by: sundaresan chander

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sundaresan,

sorry, I have not understood:

1)How we can do that: what, transfer data from table in ODS or make a look-up ?

2)What are you referring to with a look-up ?

Sorry again.

Ciao.

Riccardo.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

please follow the steps in the How to paper to create a generic exctractor.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/84bf4d68-0601-0010-13b5-b06...

In the transformation you can look up to this DataStore by using a "normal" select on the DataStore table. The technical name is /BIC/AXYZ ... XYZ is the technical name of the DataStore or you use the official Data Mart Interface. Please have look in the documentation to get more information.

http://help.sap.com/saphelp_nw2004s/helpdata/en/44/be614c2424112de10000000a11466f/content.htm

Please implement the look up in the Start Routine of the Transformation. This saves time during the data load if you select the data only once per Datapackage.

Hope this helps.

Michael

ps. Please do not forget to delete the ChangeLog data of the DataStore if you do not update additional DataProvider.

udayabhanupattabhiram_cha
Active Contributor
0 Kudos

Hi:

In R/3:

Create a view on the Z-Table.

Create a DataSource on the View

Replicate Data SOurce into BW.

Create InfoSOurce in BW.

Create ODS in BW

Assign the datasource to InfoSOurce.

You should probably do a full load to ODS (deleting old load).

THis si hwo to laod Z-Table to ODS and you can use the A-Table of ODS as a look-up table.

Ram C.