T72P0 SAP (HR-PF: Determination of Payroll Values for PF Value Types) Table details

Dictionary Type: Table
Description: HR-PF: Determination of Payroll Values for PF Value Types




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




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

T72P0 is a standard SAP Table which is used to store HR-PF: Determination of Payroll Values for PF Value Types data and is available within R/3 SAP systems depending on the version and release level.

The T72P0 table consists of various fields, each holding specific information or linking keys about HR-PF: Determination of Payroll Values for PF Value Types data available in SAP. These include MOLGA (Country Grouping), APPLI (Subapplication code), VALTY (PC Value Type), KASSE (Pension fund).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP T72P0 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
MOLGACountry Grouping MOLGACHAR2Assigned to domainMOLGAMOL
APPLISubapplication code P02_APPLICHAR2Assigned to domainP02_APPLITEA
VALTYPC Value Type P02_VALTYCHAR4T5CA2P02_VALTY
KASSEPension fund P02K_KASSECHAR4T5CP0P02K_KASSEKAS
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
LGARTWage Type LGARTCHAR4T512WLGART
PYTABTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
PYFLDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
ACCTYPF: Account type P02K_ACCTYNUMC2T72A0P02K_ACCTY
LATYPHR-PF: Wage Type Category for Pension Fund HRPFD00_LATYPCHAR1T72P1HRPFD00_LATYP
NOCURHR-CH: Ind: Value without currency P02K_NOCURCHAR1XFELD
PPLANProcessing schedule HRPFD00_EXEC_PPLANCHAR2T5CA4P02_PPLAN
VTYBDHR-PF: Value Type for Posting Date HRPFD00_VTYBDCHAR4T5CA2P02_VALTY
VTYVDHR-PF: Value Type for Value Date HRPFD00_VTYVDCHAR4T5CA2P02_VALTY

Key field Non-key field



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

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

SELECT SINGLE *
FROM T72P0
INTO CORRESPONDING FIELDS OF WA_T72P0
WHERE...

How to access SAP table T72P0

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