HRDK_RPCDIFM0 SAP (Structure for Displaying Data in Report RPCDIFM0) Structure details

Dictionary Type: Structure
Description: Structure for Displaying Data in Report RPCDIFM0




ABAP Code to SELECT data from HRDK_RPCDIFM0
Related tables to HRDK_RPCDIFM0
Access table HRDK_RPCDIFM0




Structure field list including key, data, relationships and ABAP select examples

HRDK_RPCDIFM0 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for Displaying Data in Report RPCDIFM0" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_HRDK_RPCDIFM0 TYPE HRDK_RPCDIFM0.

The HRDK_RPCDIFM0 table consists of various fields, each holding specific information or linking keys about Structure for Displaying Data in Report RPCDIFM0 data available in SAP. These include PERNR (Personnel number), PERNR_TXT (Formatted Name of Employee or Applicant), CPRNR (HR_DK: Danish person ID), BEGDA (Start Date).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP HRDK_RPCDIFM0 structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
PERNR_TXTFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
CPRNRHR_DK: Danish person ID HRDK_CPRNRCHAR11CHAR11
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUKRS_TXTName of Company Code or Company BUTXTCHAR25TEXT25
WERKSPersonnel Area PERSACHAR4Assigned to domainPERSAPBR
WERKS_TXTPersonnel Area Text PBTXTCHAR30TEXT30
BTRTLPersonnel Subarea BTRTLCHAR4Assigned to domainBTRTLPBS
BTRTL_TXTPersonnel Subarea Text BTRTXCHAR15TEXT15
PERSGEmployee Group PERSGCHAR1Assigned to domainPERSGPRG
PERSG_TXTName of Employee Group PGTXTCHAR20TEXT20
PERSKEmployee Subgroup PERSKCHAR2Assigned to domainPERSKPKR
PERSK_TXTName of Employee Subgroup PKTXTCHAR20TEXT20
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
KOSTL_TXTGeneral Name KTEXTCHAR20TEXT20
COMP_INSAPHR_DK: PBS company used in the SAP system P09_COMP_SCHAR2Assigned to domainP09_FIRMA_SAPHR_DK_FIRMA_SAP
COMP_INSAP_TXTPBS FIRMA Name Denmark P09_FITXTCHAR60TEXT60
SENUMSE number SENUMNUMC8NUM8HRDK_SE_NUMBERS
SENUM_TXTSE# designation DK P09_SETXTCHAR60TEXT60
AGRPEHR-DK PBS key field PGROUP Denmark P09_AGRPECHAR1Assigned to domainP09_AGRPE
AGRPE_TXTSAP-PBS interface: Group A designations Denmark P09_AGRTXCHAR60TEXT60
OFKODLeave schema Denmark P09_OFKODCHAR2Assigned to domainP09_OFKODHRDK_OFKOD
OFKOD_TXTLeave schema description OF-KODE Denmark P09_OFTXTCHAR60TEXT60
ABKRSPayroll Area ABKRSCHAR2Assigned to domainABKRSABK
ABKRS_TXTPayroll Area Text ABKTXCHAR20TEXT20
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
GSBER_TXTBusiness area description GTEXTCHAR30TEXT30
COUNTERHR-DK: Numerator for Evaluating No. of Data Records in ALV P09_COUNTERDEC8(2) DEC6_2
OLDLGOld wage type P09_OLDLGCHAR4Assigned to domainLGART
OLDLTLong text for old wage type P09_OLDLTCHAR25TEXT25
NEWLGNew wage type P09_NEWLGCHAR4Assigned to domainLGART
NEWLTLong text for new wage type P09_NEWLTCHAR25TEXT25
OLDBTPayroll: Previous amount P09_OLDBTCURR15(2) PRBETRG
NEWBTPayroll: New amount P09_NEWBTCURR15(2) PRBETRG
OLDBEPayroll: Old rate P09_OLDBECURR15(2) PRBETPE
NEWBEPayroll: New rate P09_NEWBECURR15(2) PRBETPE
OLDRTPayroll: Old number P09_OLDRTDEC15(2) PRANZHL
NEWRTPayroll: New number P09_NEWRTDEC15(2) PRANZHL
DIFBTPayroll accounting: Difference between old and new amount P09_DIFBTCURR15(2) PRBETRG
DIFRTPayroll accounting: Difference between new and old number P09_DIFRTDEC15(2) PRANZHL

Key field Non-key field



How do I retrieve data from SAP structure HRDK_RPCDIFM0 using ABAP code?

As HRDK_RPCDIFM0 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on HRDK_RPCDIFM0 as there is no data to select.

How to access SAP table HRDK_RPCDIFM0

Within an ECC or HANA version of SAP you can also view further information about HRDK_RPCDIFM0 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!