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
Can a filed occur in several field groups? : abap modularization
What are conversion routines? : abap data dictionary
Describe the data classes?
Explain the Inportance of pa40? : abap hr
What is the difference between call transaction method and the session method? : abap bdc
Explain get pernr concept when we use logical data base? : abap hr
What are the 2 other types of views, which are not allowed in release 3.0?
How many ways you can create table? : abap data dictionary
What is the differences between structure and table in data dictionary in abap?
What are the different types of data dictionary objects? : abap data dictionary
what comes in Timkein written test I hope some body can tell me at this id plz tell it before 9 pm 19 march
Type casting and error handling
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
What is the meaning of sap r/3?
What is the maximum number of structures that can be included in a table or structure : abap data dictionary