PFI_TCDU_AUTH SAP (Structure of tax card down- and upload) Structure details

Dictionary Type: Structure
Description: Structure of tax card down- and upload




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




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

PFI_TCDU_AUTH 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 "Structure of tax card down- and upload" 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_PFI_TCDU_AUTH TYPE PFI_TCDU_AUTH.

The PFI_TCDU_AUTH table consists of various fields, each holding specific information or linking keys about Structure of tax card down- and upload data available in SAP. These include TYEAR (Tax year), PERID (Social insurance number), TRQID (Identification of electronic tax card transfer requester), TXRNO (Tax reference number).. 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 (Deep)


SAP PFI_TCDU_AUTH 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
VKESSRecord Identification for the tax card file P44_VKESSCHAR8P44_VKESS
TYEARTax year P44_TYEARNUMC4
PERIDSocial insurance number P44_PERIDCHAR11
TRQIDIdentification of electronic tax card transfer requester P44_TRQIDCHAR13P44_TRQID
TXRNOTax reference number P44_TXRNOCHAR13P44_TXRNO
TPERSTax employee groups P44_TPERSNUMC1P44_TPERS
RQTYPTax card request type P44_RQTYPNUMC1P44_RQTYP
ITNFGIndividual Tax Number Request Flag P44_ITNFGCHAR1CHAR1
NUSE1Currently not used - reservartion (in ALV show pernr) P44_NUSEDCHAR9
TXMA4Yearly tax limit for Annual Incomes, number P44_TXMA4NUMC10
TSPECSpecification of tax card type / error code P44_TSPECNUMC1P44_TSPEC
RAT01Tax percentage for base tax card P44_RAT01NUMC3
TXM01Annual taxable amount P44_TXM01NUMC10
RAT02Additonal percentage P44_RAT02NUMC3
RATP1Pensioner/frelancer tax percent P44_RATP1NUMC3
RATA1Side job tax percentage P44_RATA1NUMC3
TXMA1Side job taxable limit P44_TXMA1NUMC10
RATA2Additonal tax percentage (side job) P44_RATA2NUMC3
RAT13Percentages for staircase tax card P44_RAT13NUMC9
TAUTHFinnish tax county P44_TAUTHCHAR3Assigned to domainP44_TAUTH
ITXNOIndividual Tax Number P44_ITXNONUMC12P44_ITXNO
NUSE2Not used field - future reservation P44_NUSED2CHAR8
ICODEInformation to code system P44_ICODENUMC1P44_ICODE

Key field Non-key field



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

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

How to access SAP table PFI_TCDU_AUTH

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