PSYST SAP (System Fields for HR Infotypes (PA/Recruitment)) Structure details

Dictionary Type: Structure
Description: System Fields for HR Infotypes (PA/Recruitment)




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




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

PSYST 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 "System Fields for HR Infotypes (PA/Recruitment)" 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_PSYST TYPE PSYST.

The PSYST table consists of various fields, each holding specific information or linking keys about System Fields for HR Infotypes (PA/Recruitment) data available in SAP. These include IINIT (Infotype initialized), NSELC (New selection of an infotype record), IOPER (Infotype operation), FSTAT (Function code status).. 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: Can be enhanced (character-type or numeric)


SAP PSYST 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
FIRSTFirst infotype record FIRSTCHAR1CHAR1
IINITInfotype initialized IINITCHAR1CHAR1
NSELCNew selection of an infotype record NSELCCHAR1CHAR1
IOPERInfotype operation IOPERCHAR20FCODE
FSTATFunction code status FCSTARAW2FCSTA
MSGSTIndicator: Display message MSGSTCHAR1CHAR1
MSGTPIndicator for Warning/Error or S Message MSGTPCHAR1CHAR1
INPSTInput status INPSTNUMC1NUM1
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
WERKSPersonnel Area PERSACHAR4T500PPERSAPBR
PERSGEmployee Group PERSGCHAR1T501PERSGPRG
PERSKEmployee Subgroup PERSKCHAR2T503KPERSKPKR
BTRTLPersonnel Subarea BTRTLCHAR4T001PBTRTLPBS
ABKRSPayroll Area ABKRSCHAR2T549AABKRSABK
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PLANSPosition PLANSNUMC8T528BPLANS
PROZTStaffing Percentage HR_PROZ_INDEC5(2) DEC3_2
STELLJob STELLNUMC8Assigned to domainSTELL
ORGEHOrganizational Unit ORGEHNUMC8Assigned to domainORGEH
MASSNCurrent actions MASSN_AKTCHAR2Assigned to domainMASSN
LANDCountry Key LAND1CHAR3T005LAND1LND
PSABPPayroll Past for Master Data PSABPCHAR1CHAR1
PSKOPCorrection period for master data PSKOPCHAR1CHAR1
BDEAPPayroll past for PDC BDEAPCHAR1CHAR1
PABRJPayroll Year PABRJNUMC4GJAHRGJAHR
PABRPPayroll Period PABRPNUMC2PABRP
APEXTIndicator: WP exists APEXTCHAR1CHAR1
ICONFInput confirmed by pressing SAVE key ICONFCHAR1CHAR1
EXCMDIndicator: EXIT command entered EXCMDCHAR1CHAR1
ERRORSingle-Character Indicator CHAR1CHAR1CHAR1
DYNNRScreen number DYNPRONRNUMC4DYNPRONR
DBILDScreen control BILD1CHAR50CHAR50
SOPERInfotype operation IOPERCHAR20FCODE
DDATEDate DATUMDATS8DATUM
DOPERInfotype operation IOPERCHAR20FCODE
DSUBTSubtype SUBTYCHAR4SUBTYSUB
DYMODSingle-Character Indicator CHAR1CHAR1CHAR1
DINITSingle-Character Indicator CHAR1CHAR1CHAR1
STACKNumber of preceding screens in infotype dialog STACKCHAR3CHAR3
MFLAGMarking function MFLAGCHAR1CHAR1
NALGAField name FFNAMCHAR11CHAR11
NAOPKField name FFNAMCHAR11CHAR11
NAEITField name FFNAMCHAR11CHAR11
NAEINField name FFNAMCHAR11CHAR11
NABETField name FFNAMCHAR11CHAR11
NAANZField name FFNAMCHAR11CHAR11
NADATField name FFNAMCHAR11CHAR11
NAIBWField name FFNAMCHAR11CHAR11

Key field Non-key field



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

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

How to access SAP table PSYST

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