PA0467 SAP (HR Master Record: Infotype 0467 (Add'l SI Notif. f.Comp A)) Table details

Dictionary Type: Table
Description: HR Master Record: Infotype 0467 (Add'l SI Notif. f.Comp A)




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




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

PA0467 is a standard SAP Table which is used to store HR Master Record: Infotype 0467 (Add'l SI Notif. f.Comp A) data and is available within R/3 SAP systems depending on the version and release level.

The PA0467 table consists of various fields, each holding specific information or linking keys about HR Master Record: Infotype 0467 (Add'l SI Notif. f.Comp A) data available in SAP. These include PERNR (Personnel number), SUBTY (Subtype), OBJPS (Object Identification), SPRPS (Lock Indicator for HR Master Data Record).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP PA0467 table 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
MANDTClient MANDTCLNT3T000MANDT
PERNRPersonnel number PERSNONUMC8PA0003PERSNOPER
SUBTYSubtype SUBTYCHAR4SUBTYSUB
OBJPSObject Identification OBJPSCHAR2OBJPSOPS
SPRPSLock Indicator for HR Master Data Record SPRPSCHAR1SPRPS
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
SEQNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
AEDTMChanged On AEDATDATS8DATUM
UNAMEName of Person Who Changed Object AENAMCHAR12USNAM
HISTOHistorical Record Flag HISTOCHAR1CHAR1
ITXEXText Exists for Infotype ITXEXCHAR1XFELD
REFEXReference Fields Exist (Primary/Secondary Costs) PRFEXCHAR1XFELD
ORDEXConfirmation Fields Exist ORDEXCHAR1XFELD
ITBLDInfotype Screen Control ITBLDCHAR2CHAR2
PREASReason for Changing Master Data PREASCHAR2T530EPREAS
FLAG1Reserved Field/Unused Field NUSEDCHAR1NUSED
FLAG2Reserved Field/Unused Field NUSEDCHAR1NUSED
FLAG3Reserved Field/Unused Field NUSEDCHAR1NUSED
FLAG4Reserved Field/Unused Field NUSEDCHAR1NUSED
RESE1Reserved Field/Unused Field of Length 2 NUSED2CHAR2NUSED2
RESE2Reserved Field/Unused Field of Length 2 NUSED2CHAR2NUSED2
GRPVLGrouping Value for Personnel Assignments PCCE_GPVALCHAR4PCCE_GPVAL
SART0ELDA Record Type (Electronic Data Transfer) PB03_SART0CHAR4SUBTY
SVAENOther SI Change Notifications PB03_SVAENCHAR20CHAR20
STATUStatus Information for ELDA PB03_STATUCHAR1PB03_STATU
ADAT0Registration/Deregistration Date PB03_ADAT0DATS8DATS
RDAT0Correct Registration/Deregistration Date PB03_RDAT0DATS8DATS
AVER0Type of Insurance PB03_AVER0CHAR2CHAR2
TAET0Job PB03_TAET0CHAR30TEXT30
VABD0Conclusion of Contract PB03_VABD0DATS8DATS
VLFN0Contract Sequence Number PB03_VFLN0NUMC2NUMC2
VANZ0Number of Contracts PB03_VANZ0NUMC2NUMC2
VDA10Contract Date 1 PB03_VDA10DATS8DATS
VDA20Contract Date 2 PB03_VDA20DATS8DATS
ENTM0Agreed Monthly Remuneration Without Special Payment PB03_ENTM0CURR9(2) WERTV5
ENTV0Agreed Remuneration for Duration of Contract PB03_ENTV0CURR9(2) WERTV5
ENTS0Special Payment Amount, If Agreed PB03_ENTS0CURR9(2) WERTV5
ENTA0Remuneration: Other Agreement? PB03_ENTA0CHAR30TEXT30
ZATE0Agreed Payment Dates PB03_ZATE0CHAR30TEXT30
PTVGRSI group ASVGRCHAR1T5A1AASVGR
PTVS0Insurance Agency with Compulsory Insurance PB03_PTVS0CHAR2T5A1TAUSVA
PSVGRSI group ASVGRCHAR1T5A1AASVGR
PSVS0Insurance Agency with Other Compulsory Insurance PB03_PSVS0CHAR2T5A1TAUSVA
VPAN0Number of Contract Partners PB03_VPAN0NUMC2NUMC2
BKFZ0Place of Employment, International License Plate Number PB03_BKFZ0CHAR3CHAR3
BPLZ0Place of Employment, Postal Code PB03_BPLZ0CHAR7TEXT7
BORT0Place of Employment, City PB03_BORT0CHAR20TEXT20
VEEN0Actual Remuneration Without Special Payment PB03_VEEN0CURR9(2) WERTV5
AUFW0Expense, Expense Reimbursement PB03_AUFW0CURR9(2) WERTV5
BGEN0Remuneration Liable to Contributions (Without Spec. Payment) PB03_BGEN0CURR9(2) WERTV5
BPFV0Start of Other Compulsory Insurance PB03_BPFV0DATS8DATS

Key field Non-key field



How do I retrieve data from SAP table PA0467 using ABAP code

The following ABAP code Example will allow you to do a basic selection on PA0467 to SELECT all data from the table
DATA: WA_PA0467 TYPE PA0467.

SELECT SINGLE *
FROM PA0467
INTO CORRESPONDING FIELDS OF WA_PA0467
WHERE...

How to access SAP table PA0467

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