P0631 SAP (HR Master Record for Infotype 0631) Structure details

Dictionary Type: Structure
Description: HR Master Record for Infotype 0631




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




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

P0631 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 Master Record for Infotype 0631" 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_P0631 TYPE P0631.

The P0631 table consists of various fields, each holding specific information or linking keys about HR Master Record for Infotype 0631 data available in SAP. These include PERNR (Personnel Number), INFTY (Infotype), SUBTY (Subtype), OBJPS (Object Identification).. 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 P0631 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
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
P1506PAISY: Wage Type P01Y_LGARTCHAR3CHAR3
P1507PAISY: Amount Field (5,2) P01Y_BETRGCURR7(2) WERT5N2PAISY
P1508PAISY: Wage Type P01Y_LGARTCHAR3CHAR3
P1509PAISY: Amount Field (5,2) P01Y_BETRGCURR7(2) WERT5N2PAISY
P1510PAISY: Wage Type P01Y_LGARTCHAR3CHAR3
P1511PAISY: Amount Field (5,2) P01Y_BETRGCURR7(2) WERT5N2PAISY
P1512PAISY: 1512 Percentage for Garnishments P01Y_SPROZDEC4(2) DEC2_2
P1522PAISY: 1522 Retroactive Accounting Limit (Garnishment) P01Y_RRSTPCHAR1P01Y_RRSTP
P1560PAISY: 1560 Notification Date P01Y_PFDATDATS8DATS
P1561PAISY: 1561 Total Amount (Limit) P01Y_LIMITCURR9(2) WERT7N2PAISY
P1562PAISY: Amount Field (7,2) P01Y_BETR2CURR9(2) WERT7N2PAISY
P1563PAISY: Amount Field (5,2) P01Y_BETRGCURR7(2) WERT5N2PAISY
P1564PAISY: Amount Field (7,2) P01Y_BETR2CURR9(2) WERT7N2PAISY
P1565PAISY: 1565 Maintenance Beneficiaries P01Y_UNBERNUMC1NUMC1
P1570PAISY: Control of Gross Garnishment P01Y_STRBRCHAR1P01Y_STRBR
P1571PAISY: 1571 Symbolic Time P01Y_PFUHRNUMC1NUMC1
P1572PAISY: 1572 Indicator for Garnishable Overtime P01Y_MARKZCHAR1PAISY_KZPFB
P1573PAISY: 1573 Indicator for Holiday Bonus Garnishment P01Y_WEIKZCHAR1PAISY_KZPFB
P1574PAISY: 1574 Garnishment for Employment Tax Card P01Y_LSTKTCHAR1PAISY_KZPFB
P1502PAISY: 1502 Bank Number P01Y_BNKLZNUMC8NUMC08
P1503PAISY: 1503 Account Number P01Y_BNKNTCHAR10CHAR10
P1505PAISY: 1505 Investment Institution/Payment Creditor P01Y_AINSTCHAR25TEXT25
P1519PAISY: 1519 Reversal Indicator P01Y_STORNCHAR1P01Y_STORNO
P1520PAISY: 1520 Text Indicator for Transfer P01Y_UEBKZCHAR2CHAR2
P1521PAISY: 1521 Contract No./Reference No./Resolution No. P01Y_VTGNRCHAR25TEXT25
P1584PAISY: 1584 Indicator for Printing Transfer Amounts P01Y_KZDUWCHAR1P01Y_KZDUW
P1529PAISY: 1529 Selection Indicator P01Y_AUSWKCHAR1CHAR1
P1555PAISY: 155x Additional Amount P01Y_ZSBTGNUMC2P01Y_ZSBTG
P1556PAISY: 155x Additional Amount P01Y_ZSBTGNUMC2P01Y_ZSBTG
P1557PAISY: 155x Additional Amount P01Y_ZSBTGNUMC2P01Y_ZSBTG
P1558PAISY: 155x Additional Amount P01Y_ZSBTGNUMC2P01Y_ZSBTG
P1559PAISY: 155x Additional Amount P01Y_ZSBTGNUMC2P01Y_ZSBTG
P1567PAISY: 1567 Control of Remaining Net P01Y_VBLNTCHAR1P01Y_VBLNT

Key field Non-key field



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

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

How to access SAP table P0631

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