PAYSE_PERSON_RESULT SAP (HR-PAY-SE: Definition of payroll result (Person)) Structure details

Dictionary Type: Structure
Description: HR-PAY-SE: Definition of payroll result (Person)




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




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

PAYSE_PERSON_RESULT 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 "HR-PAY-SE: Definition of payroll result (Person)" 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_PAYSE_PERSON_RESULT TYPE PAYSE_PERSON_RESULT.

The PAYSE_PERSON_RESULT table consists of various fields, each holding specific information or linking keys about HR-PAY-SE: Definition of payroll result (Person) data available in SAP. These include SEQNR (Sequence Number), ABKRS (Payroll Area), FPPER (For-period for payroll), FPBEG (Start date of payroll period (FOR 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 PAYSE_PERSON_RESULT 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
EVP 0
SEQNRSequence Number CDSEQNUMC5NUM5
ABKRSPayroll Area ABKRSCHAR2ABKRSABK
FPPERFor-period for payroll FAPERCHAR6CHAR6
FPBEGStart date of payroll period (FOR period) FPBEGDATS8DATUM
FPENDEnd of payroll period (for-period) FPENDDATS8DATUM
IABKRSPayroll Area ABKRSCHAR2ABKRSABK
IPERMPeriod Parameters PERMONUMC2PERMO
INPERIn-period for payroll IPERICHAR6CHAR6
IPENDEnd of payroll period (IN period) IPENDDATS8DATUM
JUPERLegal Person JUPERCHAR4JUPER
SRTZAIndicator: Status of record SRTZACHAR1SRTZA
PAYTYPayroll type PAYTYCHAR1PAYTY
PAYIDPayroll Identifier PAYIDCHAR1CHAR1
VOIDReversal Indicator VOIDCHAR1XFELD
BONDTOff-cycle payroll payment date BONDTDATS8DATUM
RUNDTDate of payroll run RUNDTDATS8DATUM
RUNTMTime of payroll run RUNTMTIMS6UZEIT
PERMOPeriod Parameters PERMONUMC2PERMO
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
DUMMYIndicator: Dummy result RP_DUMMYCHAR1XFELD
INPTYPayroll type PAYTYCHAR1PAYTY
INPIDPayroll Identifier PAYIDCHAR1CHAR1
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
ARC_GROUPArchiving Group ARC_GROUPNUMC6NUM06
CALCDPayroll Already Run for Indicator Period CALCDCHAR1CALCD
PERSONTechnical Person Number PERSONIDNUMC8PERSONID
PERSDATAPersonnel Number PERNR_DNUMC8PERNRPER
BRACKETBracket for a Period and its Supplementals PAY_BRACKETNUMC5NUMC5
PERAS 0
PERAS_NONatural Number INT4INT410INT4
INTER 0
RT_PERSON 0
CRT_PERSON 0
BT_PERSON 0
GROUPING 0
CODIST 0
C1 0
V0 0
BENTAB 0
NATIO 0
ABSE_PERSON 0
CUMUL 0
CRT_PERSON 0

Key field Non-key field



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

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

How to access SAP table PAYSE_PERSON_RESULT

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