T53GG SAP (Characteristics Model for the non exempt amount) Table details

Dictionary Type: Table
Description: Characteristics Model for the non exempt amount




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




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

T53GG is a standard SAP Table which is used to store Characteristics Model for the non exempt amount data and is available within R/3 SAP systems depending on the version and release level.

The T53GG table consists of various fields, each holding specific information or linking keys about Characteristics Model for the non exempt amount data available in SAP. These include MOLGA (Country Grouping), NXMOD (Code for the non-exempt amount model), NXIDE (Is result of exemption calculation the exempt amount?), NXIDN (Is result of exemption calculation the non-exempt amount?).. 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 T53GG 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
NXMODCode for the non-exempt amount model P_NXMODGCHAR6T53GEP_NXMODG
NXIDEIs result of exemption calculation the exempt amount? P_NXIDECHAR1XFELD
NXIDNIs result of exemption calculation the non-exempt amount? P_NXIDNCHAR1XFELD
NXLTPPercentage limit of non-exempt amount calculation P_NXLTPDEC5(2)
NXUNPUnit of percentage value in non-exempt calculation P_NXUNPCHAR1P_NXUNP
NXLTFFlat amount value in non-exempt calculation P_NXLTFCURR9(2)
NXLTDAmount per dependant value in non-exempt calculation P_NXLTDCURR9(2)
NXEXDNumber of excluded dependants in non-exempt calculation P_NXEXDNUMC2
NXUNAUnit of the non-exempt amount P_NXUNACHAR1P_NXUNA
NXRELRelation by which percentage and amount values are connected P_NXRELCHAR1P_NXREL
SRCODCode for special rule P_SRCODCHAR6T53GHP_SRCOD
LSCODCode for level systems P_LSCODCHAR6T53GKP_LSCOD
ROMODRounding model P_ROMODCHAR2T53GXP_ROMOD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T53GG
INTO CORRESPONDING FIELDS OF WA_T53GG
WHERE...

How to access SAP table T53GG

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