on 2021 Feb 16 4:53 PM
How to use SAP ABAP HR on HANA.
What are the best practises of coding in ABAP HR on HANA ?
How to avoid FM like bapi_employee_enqueue, PYXX_READ_PAYROLL_RESULT .. etc... in reports of abap on hana.
I'd think that what goes for ABAP on HANA, remains valid for HR. So I would focus on ABAP best-practices. For ECC on HANA, code optimizations are related to how the code is written, as there are no simplifications involved.
A possible interesting part would be the logical databases though, as I believe these work like SELECT..ENDSELECT statements, which HANA dbases aren't a great fan off.
Then related to the function modules, if you want to lock an employee, then you'll have to use a function module to do so. So not sure how you're gonna avoid the corresponding function module (though there might be an alternative?).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
63 | |
10 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.