RPCKULD0_DATA SAP (RHC/WC List: Data) Structure details

Dictionary Type: Structure
Description: RHC/WC List: Data




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




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

RPCKULD0_DATA 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 "RHC/WC List: Data" 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_RPCKULD0_DATA TYPE RPCKULD0_DATA.

The RPCKULD0_DATA table consists of various fields, each holding specific information or linking keys about RHC/WC List: Data data available in SAP. These include KURFN (Reference Number for Reduced Hours/Seasonal Reduced Hours), NAME (Character field length 26), NACHN (Text length 25), VORNA (Char 20).. 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: Cannot Be Enhanced


SAP RPCKULD0_DATA 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
LFDNR Sequence Number0
KURFNReference Number for Reduced Hours/Seasonal Reduced Hours KURFNCHAR4Assigned to domainKURFN
NAMECharacter field length 26 CHAR26CHAR26CHAR26
NACHNText length 25 TEXT25CHAR25TEXT25
VORNAChar 20 CHAR20CHAR20CHAR20
PERNRPersonnel Number P_PERNRNUMC8PERNR
PAPERFor-period for payroll FAPERCHAR6CHAR6
PERIOFor-period for payroll FAPERCHAR6CHAR6
RVNUMPension Insurance Number RVNUMCHAR12RVNUM
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
REGSTHR payroll: Number PRANZDEC15(2) PRANZHL
ZWGSTHR payroll: Number PRANZDEC15(2) PRANZHL
ZWGLGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
MWGSTHR payroll: Number PRANZDEC15(2) PRANZHL
MWGLGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
GAUSTHR payroll: Number PRANZDEC15(2) PRANZHL
DGAUSHR payroll: Number PRANZDEC15(2) PRANZHL
SOLEGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
ISTEGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
STRKL3-Byte field CHAR3CHAR3CHAR3
KULGRRHC Activity Group KULGRCHAR2CHAR2
SOLNEHR Payroll: Amount MAXBTCURR15(2) PRBETRG
ISTNEHR Payroll: Amount MAXBTCURR15(2) PRBETRG
LEISTHR Payroll: Amount MAXBTCURR15(2) PRBETRG
WAGSTHR payroll: Number PRANZDEC15(2) PRANZHL
WAUSTHR payroll: Number PRANZDEC15(2) PRANZHL
WAGLGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
WAULGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
LEPSTHR Payroll: Amount MAXBTCURR15(2) PRBETRG
RVBRUHR Payroll: Amount MAXBTCURR15(2) PRBETRG
KVBRUHR Payroll: Amount MAXBTCURR15(2) PRBETRG
PVBRUHR Payroll: Amount MAXBTCURR15(2) PRBETRG
RVBEIHR Payroll: Amount MAXBTCURR15(2) PRBETRG
KVBEIHR Payroll: Amount MAXBTCURR15(2) PRBETRG
PVBEIHR Payroll: Amount MAXBTCURR15(2) PRBETRG
SVBEIHR Payroll: Amount MAXBTCURR15(2) PRBETRG
DRVBRHR Payroll: Amount MAXBTCURR15(2) PRBETRG
DKVBRHR Payroll: Amount MAXBTCURR15(2) PRBETRG
DPVBRHR Payroll: Amount MAXBTCURR15(2) PRBETRG
DRVBEHR Payroll: Amount MAXBTCURR15(2) PRBETRG
DKVBEHR Payroll: Amount MAXBTCURR15(2) PRBETRG
DPVBEHR Payroll: Amount MAXBTCURR15(2) PRBETRG
GLKUGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
GSKUGHR payroll: Number PRANZDEC15(2) PRANZHL
GSWAGHR payroll: Number PRANZDEC15(2) PRANZHL
GLKRGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
GSKRGHR payroll: Number PRANZDEC15(2) PRANZHL
DSOLEHR Payroll: Amount MAXBTCURR15(2) PRBETRG
DISTEHR Payroll: Amount MAXBTCURR15(2) PRBETRG
DSOLNHR Payroll: Amount MAXBTCURR15(2) PRBETRG
DISTNHR Payroll: Amount MAXBTCURR15(2) PRBETRG
GMWGLHR Payroll: Amount MAXBTCURR15(2) PRBETRG
GZWGLHR Payroll: Amount MAXBTCURR15(2) PRBETRG
GWAGLHR Payroll: Amount MAXBTCURR15(2) PRBETRG
GWAULHR Payroll: Amount MAXBTCURR15(2) PRBETRG
GSVBTHR Payroll: Amount MAXBTCURR15(2) PRBETRG
GLEISHR Payroll: Amount MAXBTCURR15(2) PRBETRG
PAUSVHR Payroll: Amount MAXBTCURR15(2) PRBETRG
KKTXTText for HI Fund P011_KKTXTCHAR30TEXT30
ZEROHR Payroll: Amount MAXBTCURR15(2) PRBETRG
DIFFCharacter field of length 6 CHAR6CHAR6CHAR6
KEINE_UMLAGESingle-Character Indicator CHAR1CHAR1CHAR1
OBEGDOld start date OBEGDDATS8DATUM
OENDDOld end date OENDDDATS8DATUM
FAKTRFactor for Factor Procedure P01_TX_FDEC4(3)

Key field Non-key field



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

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

How to access SAP table RPCKULD0_DATA

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