cancel
Showing results for 
Search instead for 
Did you mean: 

Transformation Issue: HR - PA

mr_v
Active Contributor
0 Kudos

Hi,

I'm working on SAP HR-PA stuff.

In standard data flow, 0HR_PA_0 & 0HR_PA_1 datasources feeding data to 0PA_C01 Cube.

Our detailed reporting requirements demands me to insert a DSO in between. I created a DSO with same fields as cube, and copied all the routines in the update rules and loaded data and everything is working fine.

Now, I wanted to use BI 7.0 functionality, So, i selected update rules -> Additional functions -> Create Transformation. .

This will convert all 3.5 routines into BI 7.0 routines, I guess.

But, after the data loads, surprisingly these transformation populating wrong data into DSO.

Is this the right way to create transformation from update rules?

Thanks,

V

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

As already answered - Migrate the routines accordingly to OO ABAP . Like Replace COMM_STRUCTURE with SOURCE_FIELDS.

Manually create/edit routines.

Migrate the datasource later.

mr_v
Active Contributor
0 Kudos

Hi,

Thanks for the iinput.

I have few INCLUDE programs in 3.5 routines. Someone can pls give me idea how to change these INCLUDE programs in BI 7.0 transformation ???

Thanks,

Mr V

Former Member
0 Kudos

Hi Vas,

I just read your thread on sdn for 0PA_C01 cube.

I need a small help from you.

I am also working on the same cube, same like you I am migraitng the data flow from 3.5 to 7.0. I have few routines in the update rules which i need to convert it to oops abap in bi7. You have this cube in 7.0 already. So, can you please send me the routine code you have. Actually i am not a abaper and my client also dont have any bw-abap person. I need to do some manual changes in the code. My data flow is exactly same as your data flow. I am unable to solve this problem from long time.

And also I need to put dso inbetween the flow as per our clients requirements. So where did yu out the start routines and infoobject routines in update rules of 3.5 to 7.0, i mean at what stage?, before dso or after dso? Also I have the INCLUDE in my routines that I am worried about.

If you provide me the code, i will really appreciate it. And in future we can share the knowledge as well.

Thanks.

Regards,

--

Harshal Panchal

Former Member
0 Kudos

Hi,

I think you should manually change the routines which are written in the update rules.While creating transformations just copy the routine which is in standard update rules an modify according to the requirement.System will not automatically convert 3.5 routines to 7.0. We should manually do that.

Regards

Karthik