HRPAYDECI_T5DBMU SAP (T5DBM and T5DBU (Reimbursement of Expenses)) Structure details

Dictionary Type: Structure
Description: T5DBM and T5DBU (Reimbursement of Expenses)




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




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

HRPAYDECI_T5DBMU 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 "T5DBM and T5DBU (Reimbursement of Expenses)" 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_HRPAYDECI_T5DBMU TYPE HRPAYDECI_T5DBMU.

The HRPAYDECI_T5DBMU table consists of various fields, each holding specific information or linking keys about T5DBM and T5DBU (Reimbursement of Expenses) data available in SAP. These include MANDT (Client), MOLGA (Country Grouping), SPART (Type of Flat-Rate Tax Amount), SFABR (Type of Tax Processing).. 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: Cannot Be Enhanced


SAP HRPAYDECI_T5DBMU 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
MANDTClient MANDTCLNT3T000MANDT
MOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL
SPARTType of Flat-Rate Tax Amount P01B_SPARTCHAR1P01B_SPART
SFABRType of Tax Processing P01B_SFABRCHAR1P01B_SFABR
FAHRTType of Trip (Daily or Weekend Trip Home) P01B_FAHRTCHAR1P01B_FAHRT
SSTVEInternal Key for Means of Transport P01B_SSTVECHAR1P01B_SSTVE
STDAZNumber of hours P01B_STDAZNUMC2ANSTD
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
SPWRTValue of First Tax-Exempt Flat-Rate Amount P01B_SPWRTCURR9(2) BETRG
MNWRTValue of 2nd Tax-Exempt Lump Sum P01B_MNWRTCURR9(2) BETRG
SFLG11st Tax-Exempt Wage Type P01B_SFLG1CHAR4T512WLGART
SFLG22nd Tax-Exempt Wage Type P01B_SFLG2CHAR4T512WLGART
SPLGATaxable Wage Type P01B_SPLGACHAR4T512WLGART
PVLGAWage Type with Flat-Rate Tax P01B_PVLGACHAR4T512WLGART
SONREConstruction Pay Special Rule P01B_SONRECHAR1CHAR1
STFRZTax-Exempt Wage Type (Grouped View) P01B_STFRZCHAR4Assigned to domainLGART

Key field Non-key field



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

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

How to access SAP table HRPAYDECI_T5DBMU

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