RPCKULD0_HEAD SAP (RHC/WC List: Header Data) Structure details

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




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




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

RPCKULD0_HEAD 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: Header 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_HEAD TYPE RPCKULD0_HEAD.

The RPCKULD0_HEAD table consists of various fields, each holding specific information or linking keys about RHC/WC List: Header Data data available in SAP. These include BUKRS (Company Code), BUTXT (Name of Company Code or Company), PAPRJ (Payroll year for determining time period), PAPRP (Payroll period for determining time period).. 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_HEAD 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
TITLECharacter field of length 40 CHAR40CHAR40CHAR40
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
PAPRJPayroll year for determining time period PNPPABRJNUMC4GJAHRGJAHR
PAPRPPayroll period for determining time period PNPPABRPNUMC2PABRP
PERIOFor-period for payroll FAPERCHAR6CHAR6
KURFNReference Number for Reduced Hours/Seasonal Reduced Hours KURFNCHAR4Assigned to domainKURFN
BTRNRCompany Number BTRNRCHAR8BTRNR
KUGNRApproval Number for Reduced Hours/Seasonal Reduced Hours KUGNRCHAR15CHAR15
DATUMDate DATUMDATS8DATUM
GEBEGStart Date BEGDADATS8DATUM
GEENDEnd Date ENDDADATS8DATUM
WAERSABAP Program Name REPIDCHAR40PROGNAME
UZEITTime UZEITTIMS6UZEIT
REPIDABAP Program Name REPIDCHAR40PROGNAME
SAPRLSAP Release SAPRELEASECHAR10CHAR10
KKTXTText for HI Fund P011_KKTXTCHAR30TEXT30
TDIFFField of length 16 CHAR16CHAR16CHAR16
TDIFKField of length 16 CHAR16CHAR16CHAR16
SVERS 0
TRKUGReference Number for Transfer RHC P01_KUG_TRANSFER_KUGCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RPCKULD0_HEAD

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