PSPAR SAP (Transfer String for HR Infotype Dialog Modules) Structure details

Dictionary Type: Structure
Description: Transfer String for HR Infotype Dialog Modules




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




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

PSPAR 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 "Transfer String for HR Infotype Dialog Modules" 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_PSPAR TYPE PSPAR.

The PSPAR table consists of various fields, each holding specific information or linking keys about Transfer String for HR Infotype Dialog Modules data available in SAP. These include INFTY (Infotype), SUBTY (Subtype), OBJPS (Object Identification), ITTXT (Infotype Text).. 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 PSPAR 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
INFTYInfotype INFTYCHAR4T582AINFOTYPITP
SUBTYSubtype SUBTYCHAR4SUBTYSUB
OBJPSObject Identification OBJPSCHAR2OBJPSOPS
ITTXTInfotype Text INTXTCHAR35TEXT35
ITBLDInfotype Screen Control ITBLDCHAR2CHAR2
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
WERKSPersonnel Area PERSACHAR4T500PPERSAPBR
PERSGEmployee Group PERSGCHAR1T501PERSGPRG
PERSKEmployee Subgroup PERSKCHAR2T503KPERSKPKR
MASSNAction Type MASSNCHAR2T529AMASSN
TCLASTransaction Class for Data Retention TCLASCHAR1TCLAS
AKTYPActivity Type for Transactions ACTYPCHAR1CHAR1
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
BEGSTStart Date BEGDADATS8DATUM
ENDSTEnd Date ENDDADATS8DATUM
SPRPSLock Indicator for HR Master Data Record SPRPSCHAR1SPRPS
SEQNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
ASKEYRP50G-Start+End dates as key (not as selection interval) ASKEYCHAR1XFELD
BEGUZStart Time BEGUZTIMS6UZEIT
ENDUZEnd Time ENDUZTIMS6UZEIT
ACTIOInfotype operation ACTIOCHAR20ACTIO
ENQUELock Flag ENQUENUMC1NUM1_01
REPNAModule Pool Name MODULPOOLCHAR40MODULPOOL
RCODEInfotype return code INFRCCHAR4CHAR4
ITCHNInfotype chain ITCHNRAW1HEX01
DMSNRNumber of 'dynamic action' DMSNRDEC3DEC03
SUPDGIndicator: 'Suppress Dialog' SUPDGCHAR1CHAR1
MSGSTIndicator: Display message MSGSTCHAR1CHAR1
MSGNRMessage number MSGNRCHAR3Assigned to domainMSGNR
ZDLIMSingle-Character Indicator CHAR1CHAR1CHAR1
VINFTName of view for infotypes VINFTCHAR4CHAR4
NPRNRPersonnel Number PERNR_DNUMC8PERNRPER
NFUNCInfotype operation ACTIOCHAR20ACTIO
NINFTInfotype INFTYCHAR4T582AINFOTYPITP
NSUBTSubtype SUBTYCHAR4SUBTYSUB
NOBJPObject Identification OBJPSCHAR2OBJPSOPS
NBEGDStart Date BEGDADATS8DATUM
NENDDEnd Date ENDDADATS8DATUM
NITBLInfotype Screen Control ITBLDCHAR2CHAR2
NEINDEntry Date EINDADATS8DATUM
NAUSDLeaving Date AUSTRDATS8DATUM
ANZINNumber of infotypes ANZINDEC2DEC2
RFPNRReference Personnel Number RFPNRNUMC8PERNR
BLDTPScreen type BLDTPNUMC1NUM1
BINPTCreate batch input session BINPTCHAR1XFELD
ONENQFast data entry: Select locked records only ONENQCHAR1XFELD
CBWFLHR: Called by workflow CBWFLCHAR1XFELDCWF
DOKARDocument type SAEOBJARTCHAR10TOADVSADC10_DVDOK
PLANSPosition PLANSNUMC8Assigned to domainPLANS
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
AWTYPExternal Application HR_AWTYPCHAR5TPTEXTAPPHR_AWTYP
AWREFReference Document Number AWREFCHAR10ALPHAAWREF
AWORGReference Organizational Units AWORGCHAR10AWORG
PPVFLAction with default values PPVFLCHAR1XFELD
PBPFLInfotype call from a BAPI PBPFLCHAR1XFELD
MASSGReason for Action MASSGCHAR2Assigned to domainMASSG
NAVFLNavigation Control is active NAVFLCHAR1XFELD
NAVIDPersonnel Number PERNR_DNUMC8PERNRPER
CP_IDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
NEWITFNew Infotype Framework NEWITFCHAR1XFELD
LISTALLCE: Records of All Personnel Assignments in List Screen PADCE_LISTALLCHAR1CHAR1
PERSONID_EXTExternal Person ID PERSONID_EXTCHAR20ALPHAPERSONID_EXT
DABCLHR Administrative Services (DAB) DABCLCHAR1XFELD
TMP_ENDEnd Date ENDDADATS8DATUM
ABGRDDelimitation date ABGRDDATS8DATUM

Key field Non-key field



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

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

How to access SAP table PSPAR

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