PAY_PERSON_RESULT_CE SAP (Person Payroll Result for CE) Structure details

Dictionary Type: Structure
Description: Person Payroll Result for CE




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




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

PAY_PERSON_RESULT_CE 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 "Person Payroll Result for CE" 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_PAY_PERSON_RESULT_CE TYPE PAY_PERSON_RESULT_CE.

The PAY_PERSON_RESULT_CE table consists of various fields, each holding specific information or linking keys about Person Payroll Result for CE data available in SAP. These include SAPRL (Release of SAP System), NUMBER (HR version number), UNAME (User Name), DATUM (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: Cannot Be Enhanced


SAP PAY_PERSON_RESULT_CE 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
VERSION_CE 0
SAPRLRelease of SAP System SYSAPRLCHAR4SYCHAR04
NUMBERHR version number RPVNRRAW1RAW1
UNAMEUser Name UNAMECHAR12UNAME
DATUMDate DATUMDATS8DATUM
UZEITTime UZEITTIMS6UZEIT
PGMIDABAP Program Name PROGNAMECHAR40PROGNAME
SCHEMPersonnel calculation schema SCHEMCHAR4CSCHMSCE
VERSC 0
MOLGACountry Grouping MOLGACHAR2MOLGAMOL
ABKRSPayroll Area ABKRSCHAR2ABKRSABK
JUPERLegal Person JUPERCHAR4JUPER
WAERSCurrency Key WAERSCUKY5WAERSFWS
GROSSPayroll performed for gross part BRUTTOCHAR1XFELD
GDATERetro.acct.for gross part as of BRDATDATS8DATUM
NETPayroll performed for net part NETTOCHAR1XFELD
NDATERetro.acct.for net part as of NDATEDATS8DATUM
FPBEGStart date of payroll period (FOR period) FPBEGDATS8DATUM
FPENDEnd of payroll period (for-period) FPENDDATS8DATUM
IPERMPeriod modifier IPERMCHAR2CHAR2
INPERIn-period for payroll IPERICHAR6CHAR6
BONDTOff-cycle payroll payment date BONDTDATS8DATUM
PAYTYPayroll type PAYTYCHAR1PAYTY
PAYIDPayroll Identifier PAYIDCHAR1CHAR1
VOIDReversal Indicator VOIDCHAR1XFELD
VOIDDVoid date for payroll results VOID_DATEDATS8DATUM
VOIDTVoid time for payroll results VOID_TIMETIMS6UZEIT
VOIDRCancellation reason for payroll results VOID_CODECHAR2VOID_CODE
PAYDTPay date for payroll result PAY_DATEDATS8DATUM
FPPERFor-period for payroll FAPERCHAR6CHAR6
PERMOPeriod Parameters PERMONUMC2PERMO
INPTYPayroll type PAYTYCHAR1PAYTY
INPIDPayroll Identifier PAYIDCHAR1CHAR1
IPENDEnd of payroll period (IN period) IPENDDATS8DATUM
RUNDTDate of payroll run RUNDTDATS8DATUM
RUNTMTime of payroll run RUNTMTIMS6UZEIT
IABKRSPayroll subunit IP IABKRCHAR2ABKRS
OCRSNReason for Off-Cycle Payroll PAY_OCRSNCHAR4PAY_OCRSNOCR
INOCRReason for Off-Cycle Payroll PAY_OCRSNCHAR4PAY_OCRSNOCR
OCCATCategory for off-cycle reason PAY_OCCATCHAR2PAY_OCCAT
INOCCCategory for off-cycle reason PAY_OCCATCHAR2PAY_OCCAT
REVERSALReversal Indicator VOIDCHAR1XFELD
OUTOFSEQOut-Of-Sequence-Check Indicator PAY_OUTOFSEQCHAR1PAY_OUTOFSEQ
OOSDATECreate Out-Of-Sequence Check (acc. to Payroll Control Rec.) PAY_OOSDATEDATS8DATUM
PERSONTechnical Person Number PERSONIDNUMC8PERSONID
PERSDATAPersonnel Number PERNR_DNUMC8PERNRPER
BRACKETBracket for a Period and its Supplementals PAY_BRACKETNUMC5NUMC5
RT_PERSON 0
CRT_PERSON 0
BT_PERSON 0
C1 0
V0 0
BENTAB 0
GROUPING 0
GROUPING_REASONGrouping Reason for Personnel Assignments PCCE_GPRSNCHAR4PCCE_GPRSN
GROUPING_VALUEGrouping Value for Personnel Assignments PCCE_GPVALCHAR4PCCE_GPVAL
PERNRPersonnel Assignment PCCE_PERNRNUMC8PERNR
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
MAIN_PERASMain Personnel Assignment (Payroll) MAIN_PERNRCHAR1XFLAG

Key field Non-key field



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

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

How to access SAP table PAY_PERSON_RESULT_CE

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