T5M7N SAP (Special Wage Type Definition Elements for Pensions (DK)) Table details

Dictionary Type: Table
Description: Special Wage Type Definition Elements for Pensions (DK)




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




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

T5M7N is a standard SAP Table which is used to store Special Wage Type Definition Elements for Pensions (DK) data and is available within R/3 SAP systems depending on the version and release level.

The T5M7N table consists of various fields, each holding specific information or linking keys about Special Wage Type Definition Elements for Pensions (DK) data available in SAP. These include PENSTYP (Pension Categories), ENDDA (End Date), BEGDA (Start Date), AMP (Is this an AMP pension?).. 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

Text table = T5M7R


SAP T5M7N 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
PENSTYPPension Categories P09_PTYPENUMC2P09_PTYPEHR_DK_PENSIONSTYP
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
AMPIs this an AMP pension? P09_AMPCHAR1CHAR1
AMP_INSTUnion Agreement Key P09_AMPINSCHAR5CHAR5
T5M7N_WEREmployer Wage Type P09_LGERCHAR4T512WLGART
T5M7N_WEEEmployee Wage Type P09_LGEECHAR4T512WLGART
POLICENRInsurance Policy Number POLNRCHAR15CHAR15
GRUNDLAGEWage Type LGARTCHAR4T512ZLGART
ABGPENSALLIs employer contribution permitted? P09_ALLOWPCHAR1CHAR1
KAPITALABGCapital (X) or Taxable Pension? P09_KAPITCHAR1CHAR1
PENSRZ_ABGInsurance return payment (X) or not ( ) P09_ABZUGCHAR1CHAR1
PROZ_ABGPayroll percentage rate P09_BRGPROZSDEC5(2) P09_PROZS
BETRAG_ABGAmount BETRGCURR9(2) WERTV5
BETRG_ABGWCurrency Key WAERSCUKY5TCURCWAERSFWS
ABNPENSALLDisplay if permitted to enter employee contribution P09_ALLOWACHAR1CHAR1
KAPITALABNCapital (X) or Taxable Pension? P09_KAPITCHAR1CHAR1
PENSRZ_ABNInsurance return payment (X) or not ( ) P09_ABZUGCHAR1CHAR1
PROZ_ABNPayroll percentage rate P09_BRGPROZSDEC5(2) P09_PROZS
BETRAG_ABNAmount BETRGCURR9(2) WERTV5
BETRG_ABNWCurrency Key WAERSCUKY5TCURCWAERSFWS
BMODTPayee key for bank transfers EMFSLCHAR8EMFSL
INSTPension institutions P09_INSTCHAR2T5M8OP09_INST
PENPRProcessing Type for Danish Pension Processing P09_PENPRCHAR1P09_PENPR
AFTLNAgreement Number P09_AFTNRCHAR8
PADWTAdditional Wage Type With Information Relevant to Pensions P09_PADWTCHAR4T512WLGART
PBSWTPBS wage type (DK) P09_PBSWTCHAR4CHAR4

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5M7N
INTO CORRESPONDING FIELDS OF WA_T5M7N
WHERE...

How to access SAP table T5M7N

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