P44_ATSRT SAP (Wage type structure for Finnish Annual Tax Statement) Structure details

Dictionary Type: Structure
Description: Wage type structure for Finnish Annual Tax Statement




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




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

P44_ATSRT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Wage type structure for Finnish Annual Tax Statement" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_P44_ATSRT TYPE P44_ATSRT.

The P44_ATSRT table consists of various fields, each holding specific information or linking keys about Wage type structure for Finnish Annual Tax Statement data available in SAP. These include ATSYR (Tax year for Annual Tax Statement Finland), LGART (Wage Type), ATRNO (Reference number to object for wagetype cumulation), TTYPE (Tax card types).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP P44_ATSRT structure 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
TXRNOTax reference number P44_TXRNOCHAR13P44_TXRNO
ATSYRTax year for Annual Tax Statement Finland P44_TAX_YEARNUMC4JAHR
LGARTWage Type LGARTCHAR4Assigned to domainLGART
ATRNOReference number to object for wagetype cumulation P44_ATRNORAW1PRSPL
TTYPETax card types P44_TTYPECHAR4P44_TTYPE
PAYIDPayment type for Annual Tax Statement Finland P44_TAX_PAYIDCHAR2Assigned to domainP44_TAX_PAYID
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
ANZHLCumulated number SANZLDEC15(2) PRANZHL
BETRGCumulated amount PRBTRCURR15(2) PRBETRG
TCURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
TXKEYInterface key HR Payroll <-> FI-Travel Mgmt. for tax codes P44_TAX_TRAVCHAR2Assigned to domainP44_TAX_TRAV
EXMCOFinnish tax county P44_TAUTHCHAR3Assigned to domainP44_TAUTH
ESTBMType of establishment P44_ESTBMCHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP structure P44_ATSRT using ABAP code?

As P44_ATSRT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on P44_ATSRT as there is no data to select.

How to access SAP table P44_ATSRT

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