HRDK_RPCSNDM1 SAP (Structure for Displaying Data in Report RPCSNDM1) Structure details

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




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




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

HRDK_RPCSNDM1 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 RPCSNDM1" 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_RPCSNDM1 TYPE HRDK_RPCSNDM1.

The HRDK_RPCSNDM1 table consists of various fields, each holding specific information or linking keys about Structure for Displaying Data in Report RPCSNDM1 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_RPCSNDM1 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
DESCRDescription P09_DESCRCHAR60CHAR60

Key field Non-key field



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

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

How to access SAP table HRDK_RPCSNDM1

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