T541N SAP (Guaranteed Net Amounts) Pooled Table details

Dictionary Type: Pooled Table
Description: Guaranteed Net Amounts




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




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

T541N is a standard SAP Pooled Table which is used to store Guaranteed Net Amounts data and is available within R/3 SAP systems depending on the version and release level.

The T541N table consists of various fields, each holding specific information or linking keys about Guaranteed Net Amounts data available in SAP. These include MOLGA (Country Grouping), LGART (Wage Type), ENDDA (End Date), BEGDA (Start 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T541N pooled 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
LGARTWage Type LGARTCHAR4T512WLGART
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
NPARTType of guaranteed net amount NPARTCHAR2T541ANPART
NPSRTSort field for guaranteed net amounts NPSRTCHAR2CHAR2
NPED1End of iteration: Number of steps NPED1INT25QANZAHL2
NPED2End of iteration: Number of steps NPED1INT25QANZAHL2
NPED3End of iteration: Number of steps NPED1INT25QANZAHL2
NPED4End of iteration: Amount NPED4CURR6(2) P_99D_WERT3
NPED5End of iteration: Percentage NPED5DEC5(2) PRZ32
NPRNAProcessing routine for guaranteed net amounts NPRNACHAR5CHAR5
LGA01Wage type for guaranteed net amount NPLA1CHAR4T512WLGART
LGA02Deduction wage type for guaranteed net amount NPLA2CHAR4T512WLGART
LGA03Wage type NPLA3CHAR4T512WLGART
LGA04Wage type NPLA4CHAR4T512WLGART
LGA05Wage type NPLA5CHAR4T512WLGART

Key field Non-key field



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

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

SELECT SINGLE *
FROM T541N
INTO CORRESPONDING FIELDS OF WA_T541N
WHERE...

How to access SAP table T541N

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