PC2FI_ST SAP (Tax result structure for Finland) Structure details

Dictionary Type: Structure
Description: Tax result structure for Finland




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




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

PC2FI_ST 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 "Tax result structure for Finland" 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_PC2FI_ST TYPE PC2FI_ST.

The PC2FI_ST table consists of various fields, each holding specific information or linking keys about Tax result structure for Finland data available in SAP. These include BEGDA (Start Date), ENDDA (End Date), RATE1 (Base tax rate), RATE2 (Second tax rate).. 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: Cannot Be Enhanced


SAP PC2FI_ST 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
CNTR2Tax split CNTR2RAW1RAW1
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
RATE1Base tax rate P44_RATE1DEC3(1)
RATE2Second tax rate P44_RATE2DEC3(1)
RATE3Third tax rate P44_RATE3DEC3(1)
TXAM1First limit amount P44_TXAM1CURR15(2) P44_TXAMT
TXAM2Second limit amount P44_TXAM2CURR15(2) P44_TXAMT
TXAM3Third Limit amount for Finnish tax calculation P44_TXAM3CURR15(2) PRBETRG
TAUTHFinnish tax county P44_TAUTHCHAR3Assigned to domainP44_TAUTH
TTYPETax card types P44_TTYPECHAR4P44_TTYPE
TXMTHTax calculation method P44_TXMTHCHAR1P44_TXMTH
TXRNOTax reference number P44_TXRNOCHAR13P44_TXRNO
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
AINFOReset tax cumulation P44_AINFOCHAR1XFELD
TBGDAIdentifier for taxation validity P44_TBGDADATS8DATE
EARFEFormer earnings P44_EARFECURR15(2) P44_TXAMT
TEXAMTax-exempt amount P44_TEXAMCURR15(2) P44_TXAMT
PAYIDPayer identification for bank transfer file P44_PAYIDNUMC9NUM9
SUBTYSubtype SUBTYCHAR4SUBTYSUB
SICEXER Soc Ins Contr for EE from TEL/TaEL P44_SICEXCHAR1XFELD
TXAM4Yearly tax limit for Annual Incomes P44_TXAM4CURR15(2) P44_TXAMT
TXCHECheck box for Yearly tax limit for Annual Incomes P44_TXCHECHAR1XFELD
ITXNOIndividual Tax Number P44_ITXNONUMC12P44_ITXNO

Key field Non-key field



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

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

How to access SAP table PC2FI_ST

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