what is a cluster directory in abap hr.how can we read a
cluster directory
Answer / sudhakar
Finding Payroll Results for a Specific Query
Payroll results are stored in cluster Rx of the PCL2.
The cluster key is non-mnemonic. It contains the PERNR (personnel number) and SEQNO (sequential number) fields.
The internal table RGDIR contains a directory entry for each payroll result. This entry is a sequential number (RGDIR-SEQNR) which uniquely identifies the payroll result.
Payroll results can only be imported if the payroll cluster key contains the personnel number and sequential number.
Before you can import a payroll record, you must select the entry in the RGDIR on the basis of existing data such as for-period, for-payroll area, for-payroll category, in-period, in-payroll area, in-payroll category, and so on, in order to determine the sequential number.
You will probably always have the same queries when importing payroll records. For example, "Which payroll results (original and retroactively accounted records) were written for a specific payroll run (defined by in-payroll category, in-payroll area, in-period)"?
There are standard modules that can be used. It is advantageous to use the standard modules rather than self-programmed solutions because no program modifications will be required if the payroll directory changes. The modules are described in the following section
Is This Answer Correct ? | 0 Yes | 0 No |
Program for Prime numbers and Matrix plz explain me the procedural method with steps
in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.
What is the difference between a structure and an append structure?
Did you create any joins?
What is exception class and test class. How to use it?
how many types of idoc'c?
what is the difference between master, transactional and customised data
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
Where do you create indexes in abap?
how ro trigger a top of page in alv report?
What are the various events associated with screen programming?
How to transfer a smartform from Development to Quality Server?