what is a cluster directory in abap hr.how can we read a
cluster directory
Answer Posted / 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 |
Post New Answer View All Answers
Difference between open sql and native sql? : abap data dictionary
What is search help exit? : sap abap data dictionary
Rp_provide_from_last contains how many parameters ? : abap hr
What are the domains and data elements?
How many ways can a sap system be accessed?
Did you create help views?
What are the Various Types of internal tables?
How do you read files from the application server ? : abap bdc
There is 1 person but it’s displaying that this person cannot be booked. He is not available for the business event. Can you tell me where is it going wrong? What can be the reasons? : sap abap hr
Reports: Event functionality.
How are the function code handles in flow logic?
visibility section for class level and attributes level
What are the types of parameters in the function modules?
What is meant by write lock? : sap abap data dictionary
Differentiate between abap memory and sap memory?