T5M7D SAP (Status Line for Payroll Run) Table details

Dictionary Type: Table
Description: Status Line for Payroll Run




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




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

T5M7D is a standard SAP Table which is used to store Status Line for Payroll Run data and is available within R/3 SAP systems depending on the version and release level.

The T5M7D table consists of various fields, each holding specific information or linking keys about Status Line for Payroll Run data available in SAP. These include MOLGA (Country Grouping), ABRLAUF (Number of payroll run), ABKRS (Lower limit of payroll area interval), PABRJ (Payroll Year).. 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 T5M7D 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 MOLGACHAR2T500LMOLGAMOL
ABRLAUFNumber of payroll run RPDK_PRRUNNUMC6P09_PRRUNARL
ABKRSLower limit of payroll area interval P09_ABKRSLCHAR2T549AABKRS
PABRJPayroll Year PABRJNUMC4GJAHRGJAHR
PABRPPayroll Period PABRPNUMC2PABRP
SACHBEARBUser Name UNAMECHAR12UNAME
DATUMDate of last change made to payroll run RPDKDATUMDATS8DATUM
TIMECurrent time P09_TIMETIMS6TIME
RUECKABSpecify key date STAG_RPDATS8DATUM
PERNRALLTotal number of persons in a payroll run P09_NUMPERNUMC8NUM8
PERNRACCNumber of persons accepted in payroll run P09_NUMACCNUMC8NUM8
PERNRREJNumber of persons rejected in a payroll run P09_NUMREJNUMC8NUM8
STEPSingle step in payroll P09_STEPNUMC2T5M7IP09_PRSTEP
LAUFARTPayroll run type (0=payroll, 1=payout, 2=forced) P09_RUNTPECHAR1CHAR1
FIRMAHR_DK: PBS company used in the SAP system P09_COMP_SCHAR2T5M5HP09_FIRMA_SAPHR_DK_FIRMA_SAP
PROT1Activate log P09_PROTCHAR1CHAR1_X
PROT2Activate log P09_PROTCHAR1CHAR1_X
PROT3Activate log P09_PROTCHAR1CHAR1_X
PROT4Activate log P09_PROTCHAR1CHAR1_X
PROT5Activate log P09_PROTCHAR1CHAR1_X
PROT6Activate log P09_PROTCHAR1CHAR1_X
DATASETName of PBS file to which the entries are written. P09_FNAMECHAR8CHAR08
FIVASCompany variant set for defining report variant record P09_FIVASCHAR2T5M7BP09_FIVAS
USVASUser variant set P09_USVASCHAR2T5M7EP09_USVAS
FIVAXIndicator: Use company variant set P09_FIVAXCHAR1XFIELD
USVAXIndicator: Use user variant set P09_USVAXCHAR1XFIELD
STEP1Single step in payroll P09_STEPNUMC2Assigned to domainP09_PRSTEP
STEP2Single step in payroll P09_STEPNUMC2Assigned to domainP09_PRSTEP
STEP3Single step in payroll P09_STEPNUMC2Assigned to domainP09_PRSTEP
ACTPRIndicator: Use current period P09_AKTPRCHAR1XFELD
BONDTOff-cycle payroll payment date BONDTDATS8DATUM
PAYTYPayroll type PAYTYCHAR1PAYTY
PAYIDPayroll Identifier PAYIDCHAR1CHAR1
OCRSNReason for Off-Cycle Payroll PAY_OCRSNCHAR4Assigned to domainPAY_OCRSNOCR
MANPDManuelle Bestimmung des Überweisungsdatums für spez. Abrech. P09_PAYDTDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5M7D
INTO CORRESPONDING FIELDS OF WA_T5M7D
WHERE...

How to access SAP table T5M7D

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