HRDK_RPCDIFM8 SAP (Structure for Displaying Data in Report RPCDIFM8) Structure details

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




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




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

HRDK_RPCDIFM8 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 RPCDIFM8" 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_RPCDIFM8 TYPE HRDK_RPCDIFM8.

The HRDK_RPCDIFM8 table consists of various fields, each holding specific information or linking keys about Structure for Displaying Data in Report RPCDIFM8 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_RPCDIFM8 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
RLFRMSymbolic company that payroll results apply for P09_RLFRMCHAR2P09_FIRMA
RLFRTPBS FIRMA Name Denmark P09_FITXTCHAR60TEXT60
RLSENTax employer number, which the wage types accrued under P09_RLSENNUMC8NUM8
RLSETSE# designation DK P09_SETXTCHAR60TEXT60
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
DIFBTPayroll accounting: Difference between old and new amount P09_DIFBTCURR15(2) PRBETRG

Key field Non-key field



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

As HRDK_RPCDIFM8 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_RPCDIFM8 as there is no data to select.

How to access SAP table HRDK_RPCDIFM8

Within an ECC or HANA version of SAP you can also view further information about HRDK_RPCDIFM8 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!