SAP Cluster Tables

Hello!

I need to get data from SAP Cluster Tables of Human Resorces. It´s payrroll and the data is encrypted.

There are functions to get this information but we can´t execute because are no signed to execute by RFC.

There is another option to get data in block? Which is the efficient way to get data from SAP HR payrroll?

thanks in advance! :wave:


bucanero8 :es: (BOB member since 2006-10-02)

The SAP HR RapidMart we provide (a pre-built DWH for SAP HR data) does use Custom ABAP Transforms to decode the PCL2 varchar fields into something meaningful.

But there are also BAPIs to do that.

And if you have a function that suits you, I would simply write an RFC enabled function which just calls your function and us that in the DataFlow.


Werner Daehn :de: (BOB member since 2004-12-17)