T520N SAP (Salary Statement in the Purpose: Formatting Options) Table details

Dictionary Type: Table
Description: Salary Statement in the Purpose: Formatting Options




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




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

T520N is a standard SAP Table which is used to store Salary Statement in the Purpose: Formatting Options data and is available within R/3 SAP systems depending on the version and release level.

The T520N table consists of various fields, each holding specific information or linking keys about Salary Statement in the Purpose: Formatting Options data available in SAP. These include FRMAT (Preliminary Program DME: Salary Statement Format in Purpose), APPL (Preliminary Program DME: Subapplication for Purpose), ROWNM (Preliminary Program DME: Max. Line Number for Sal. Statement), COLNM (Preliminary Program DME: Column Number for Salary Statement).. 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 T520N 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
FRMATPreliminary Program DME: Salary Statement Format in Purpose PAY_DME_RSFORMATCHAR2CHAR2
APPLPreliminary Program DME: Subapplication for Purpose PAY_DME_RSAPPLCHAR4T596AP_APPL
ROWNMPreliminary Program DME: Max. Line Number for Sal. Statement PAY_DME_RSROWNMNUMC2NUMC2
COLNMPreliminary Program DME: Column Number for Salary Statement PAY_DME_RSCOLNMNUMC1NUMC1
COLLNPreliminary Program DME: Column Length in Salary Statement PAY_DME_RSCOLLNNUMC2NUMC2
TXPOSPreliminary Program DME: Start Position for WT Description PAY_DME_RSTXPOSNUMC2NUMC2
AMPOSPreliminary Program DME: Start Position for Wage Type Value PAY_DME_RSAMPOSNUMC2NUMC2
AMLENPreliminary Program DME: Length of Wage Type Amount PAY_DME_RSAMLENNUMC2NUMC2
VZPOSPreliminary Program DME: Start Position for Plus/Minus Sign PAY_DME_RSVZPOSNUMC2NUMC2

Key field Non-key field



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

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

SELECT SINGLE *
FROM T520N
INTO CORRESPONDING FIELDS OF WA_T520N
WHERE...

How to access SAP table T520N

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