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

View Entire Topic
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 ?