T5M5B SAP (SAP-PBS Interface: Definition of Wage Type Intervals DK) Table details

Dictionary Type: Table
Description: SAP-PBS Interface: Definition of Wage Type Intervals DK




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




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

T5M5B is a standard SAP Table which is used to store SAP-PBS Interface: Definition of Wage Type Intervals DK data and is available within R/3 SAP systems depending on the version and release level.

The T5M5B table consists of various fields, each holding specific information or linking keys about SAP-PBS Interface: Definition of Wage Type Intervals DK data available in SAP. These include V_LGART (Interval wage type DK), B_LGART (Wage type to interval DK), R_LGART (Import wage type), ENDDA (End Date).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = T5M5C

Text table = T5M5X


SAP T5M5B 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
V_LGARTInterval wage type DK P09_VLGRTCHAR4CHAR4
B_LGARTWage type to interval DK P09_BLGRTCHAR4CHAR4
R_LGARTImport wage type P09_RLGRTCHAR4CHAR4
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
ACCUMIndicator: Wage type cumulation (DK) P09_ACCUMCHAR1XFELD
ISPLTIndicator: Import Relevant for Split P09_ISPLTCHAR1XFELD
DEFDefinition of wage type +/- sign in PBS DK P09_DEFCHAR1P09_DEF
FORM2Indicator: Send FORM2 for Wage Type Definition DK P09_FORM2CHAR1XFELD
FMCODKey for PBS Forms (DK) P09_FMCODCHAR2T5M5EP09_FMCOD
FORMXIndicator: FORM X - Special Payout Days DK P09_FORMXCHAR1XFELD
S_LGARTBalance wage type P09_SLGRTCHAR4CHAR4
D_LGARTDeduction wage type DK P09_DLGRTCHAR4CHAR4
ANTALIndicator: Entry in FORM 22A, field: Antal (DK) P09_ANTALCHAR1XFELD
TIMERIndicator: Entry for 'Timer' field FORM 22A (DK) P09_TIMERCHAR1XFELD
P09_PBSBETPBS wage type definition: Transfer amount/rate/number values P09_PBSBETCHAR3P09_PBSBET
P09_PBSREGPBS wage type must be activated P09_PBSREGCHAR1XFELD
VTNUMValue transfer type for SAP field number P09_VLTRNCHAR1P09_VALTR
VTRTEValue transfer type for SAP rate field P09_VLTRRCHAR1P09_VALTR
VTAMTValue transfer type for SAP field amount P09_VLTRACHAR1P09_VALTR
WONCEIndicator: Wage type is only sent once per payroll period P09_ONCECHAR1XFELD
CUSTOWage Type Can Be Modified to Customer Needs at PBS P09_CUSTOCHAR1XFELD
FAILTFA Statistics: IL Type of Wage Type in PBS P09_FAILTCHAR4CHAR4
DAILTDA Statistics: IL Type in PBS P09_DAILTCHAR4CHAR4
FAAPTFA Statistics: Key for Bonus Type P09_FAAPTCHAR2T5MFIP09_FAAPT
LGREGWage Type Applied in Original Payroll Period P09_LGREGCHAR4CHAR4
LGSPCWage Type Applied in Retroactive Periods P09_LGSPCCHAR4CHAR4
CTTAXWage Type Contributes to Tax Basis P09_CTTAXCHAR1XFELD
CTAMBWage Type Contributes to LMC Basis P09_CTAMBCHAR1XFELD
CTLONWage Type Contributes to Basis for Total Wages Deduction P09_CTLONCHAR1XFELD
CTVC1Wage Type Contributes to Leave Savings (Accumulator 37) P09_CTVC1CHAR1XFELD
CTVC2Wage Type Contributes to Leave Saving 2 (accumulator 38) P09_CTVC2CHAR1XFELD
CTVC3Wage Type Contributes to Leave Saving 3 (Accumulator 36) P09_CTVC3CHAR1XFELD
CTBTXWage Type Contributes to B Tax Basis P09_CTBTXCHAR1XFELD
CTATPWage Type Contributes to ATP Basis/is Used as ATP Hour P09_CTATPCHAR1P09_CTATP
TAXFDField for Tax Return P09_TAXFDCHAR2P09_TAXFD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5M5B
INTO CORRESPONDING FIELDS OF WA_T5M5B
WHERE...

How to access SAP table T5M5B

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