T5UG3 SAP (Model for Calculation of the Non-Exempt Amount) Table details

Dictionary Type: Table
Description: Model for Calculation of the Non-Exempt Amount




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




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

T5UG3 is a standard SAP Table which is used to store Model for Calculation of the Non-Exempt Amount data and is available within R/3 SAP systems depending on the version and release level.

The T5UG3 table consists of various fields, each holding specific information or linking keys about Model for Calculation of the Non-Exempt Amount data available in SAP. These include NEMOD (Model for calculating the nonexempt amount), CTEXT (Description of model non-exempt amount), NEIN1 (Indicator 1 for exemption), NVAL1 (Value 1 for exemption).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T5UG3 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
NEMODModel for calculating the nonexempt amount PB10_NEMODCHAR4PB10_NEMOD
CTEXTDescription of model non-exempt amount PB10_CTEXTCHAR40TEXT40
NEIN1Indicator 1 for exemption PB10_NEIN1CHAR1PB10_NEIND
NVAL1Value 1 for exemption PB10_NVAL1CURR7(2) PB10_AMOU7
NUNI1Unit 1 for exemption PB10_NUNI1CHAR1PB10_GUNIT
NEIN2Indicator 2 for exemption PB10_NEIN2CHAR1PB10_NEIND
NVAL2Value 2 for exemption PB10_NVAL2CURR7(2) PB10_AMOU7
NUNI2Unit 2 for exemption PB10_NUNI2CHAR1PB10_GUNIT
MIHPWMinimum hours per week PB10_MIHPWNUMC2NUMC2
WEWPHHourly wage PB10_WEWPHCURR4(2) PB10_AMOU4
SPRULSpecial rule for calculation of non-exempt amount P106_SPRULCHAR2T5UGAP106_SPRUL
LEMODModel for levy statement P106_LEMODCHAR4T5UGHP106_LEMOD
ADDINIndicator for additional exemption PB10_ADDINCHAR1PB10_NEIND
ADDVLValue for additional exemption PB10_ADDVLCURR7(2) PB10_AMOU7
ADDUNUnit for additional exemption PB10_ADDUNCHAR1PB10_GUNIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5UG3
INTO CORRESPONDING FIELDS OF WA_T5UG3
WHERE...

How to access SAP table T5UG3

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