cancel
Showing results for 
Search instead for 
Did you mean: 

how to create hr abap report without using LDB on HANA DB

hemant_patel7
Explorer
0 Kudos

Hi,

Need to create a Report for HR on HANA database and dont want to use LDB's as LDB's are obsolete.. means cant fetch data from infotype using LDB ..how to deal with this ?

Kindly suggest

Accepted Solutions (1)

Accepted Solutions (1)

former_member235395
Contributor
0 Kudos

Hi Hem,

Is important take note of the changes on HCM solutions working on Hana Platform, please, check this link:

Check this other link too:

Respect of programming, you don't need to use LDB, now you will working on BD layer, that means knowledge about T-SQL, check concepts like CDS, AMDP, SAPUI5,  External Views and other concepts refer to ABAP on Hana.

Regards.

hemant_patel7
Explorer
0 Kudos

Hi,

Thanks for reply!

I have a report , created by using LDB's .. but now platform becomes HANA..

so, do i need to rework on this and make use of AMDP instead of LDB's for best SAP practice ??

and one more , we have any alternative for standard FM's like PYXX_READ_PAYROLL_RESULT ( reads cluster table) in HANA HCM ?

Answers (1)

Answers (1)

former_member235395
Contributor
0 Kudos

Hi Hem,

If your needs rework Custom HCM Report on Hana and take advantage of HANA, first, you should be install SAP Hana Studio or Eclipse Studio and then you can take your Z programs and convert it.

Now, i think not is just Best Practices, basically, you will use the power of HANA.

In reference to FM's, you will figured out what is the better FM for your scenario.

Regards,

hemant_patel7
Explorer
0 Kudos

Hi David,

Could you help us out with any documents if you have for Payroll operation in HANA studio ?