P44_FORM_ATS_NR SAP (Capital Tax for Non Residence) Structure details

Dictionary Type: Structure
Description: Capital Tax for Non Residence




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




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

P44_FORM_ATS_NR 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 "Capital Tax for Non Residence" 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_FORM_ATS_NR TYPE P44_FORM_ATS_NR.

The P44_FORM_ATS_NR table consists of various fields, each holding specific information or linking keys about Capital Tax for Non Residence data available in SAP. These include EENAME (Character field of length 40), GROSS (HR Payroll: Amount), TAXWH (HR Payroll: Amount), WHSSC (HR Payroll: 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP P44_FORM_ATS_NR 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
ATSYRTax year for Annual Tax Statement Finland P44_TAX_YEARNUMC4JAHR
EENAMECharacter field of length 40 CHAR40CHAR40CHAR40
GROSSHR Payroll: Amount MAXBTCURR15(2) PRBETRG
TAXWHHR Payroll: Amount MAXBTCURR15(2) PRBETRG
WHSSCHR Payroll: Amount MAXBTCURR15(2) PRBETRG
EXEUPHR Payroll: Amount MAXBTCURR15(2) PRBETRG
ERNAMECharacter field of length 40 CHAR40CHAR40CHAR40
SALARYSingle-Character Indicator CHAR1CHAR1CHAR1
ARTISTSingle-Character Indicator CHAR1CHAR1CHAR1
INDPTSingle-Character Indicator CHAR1CHAR1CHAR1
SALARHR Payroll: Amount MAXBTCURR15(2) PRBETRG
BENFRHR Payroll: Amount MAXBTCURR15(2) PRBETRG
OTHERHR Payroll: Amount MAXBTCURR15(2) PRBETRG
EXEMPHR Payroll: Amount MAXBTCURR15(2) PRBETRG
GOVT_PENHR Payroll: Amount MAXBTCURR15(2) PRBETRG
EMPL_PENHR Payroll: Amount MAXBTCURR15(2) PRBETRG
SS_PAYHR Payroll: Amount MAXBTCURR15(2) PRBETRG
OTH_PENHR Payroll: Amount MAXBTCURR15(2) PRBETRG
DIVIDENDHR Payroll: Amount MAXBTCURR15(2) PRBETRG
INTERESTHR Payroll: Amount MAXBTCURR15(2) PRBETRG
ROYALTYHR Payroll: Amount MAXBTCURR15(2) PRBETRG
OTHR_INCHR Payroll: Amount MAXBTCURR15(2) PRBETRG
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

As P44_FORM_ATS_NR 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_FORM_ATS_NR as there is no data to select.

How to access SAP table P44_FORM_ATS_NR

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