IDFIAR205 SAP (Structure for Selection Parameters: Daily VAT Report) Structure details

Dictionary Type: Structure
Description: Structure for Selection Parameters: Daily VAT Report




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




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

IDFIAR205 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 for Selection Parameters: Daily VAT Report" 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_IDFIAR205 TYPE IDFIAR205.

The IDFIAR205 table consists of various fields, each holding specific information or linking keys about Structure for Selection Parameters: Daily VAT Report data available in SAP. These include FIARCORRTYP (Correspondence Type), FIARPACFLAG (Read Vendor PAC from MM Text Field), HISTTABDEL (Delete Data in Historical Table), HISTTABUPD (Update Data in Historical Table).. 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)


SAP IDFIAR205 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
PRKEYPRINProcessing Key PRKEYPRINCHAR3Assigned to domainKVSCHL
FIARCORRTYPCorrespondence Type FIARCORRTYPCHAR5Assigned to domainEVENT_KORR
FIARPACFLAGRead Vendor PAC from MM Text Field FIARPACFLAGCHAR1XFELD
HISTTABDELDelete Data in Historical Table HISTTABDELCHAR1XFELD
HISTTABUPDUpdate Data in Historical Table HISTTABUPDCHAR1XFELD
COMPRESSFLAGCompress Data in Output List COMPRESSFLAGCHAR1XFELD
FIAR205SORTSorting Procedure FIAR205SORTNUMC1FIAR205SORT
PRKEYSDRTProcessing Key for SD Tax Rate PRKEYSDRTCHAR3Assigned to domainKVSCHL
SURCHSUMDisplay Sum of R.R. VAT and R.n.R. VAT SURCHSUMCHAR1XFELD
LISTBOXOutput List Formatted with Lines LISTBOX205CHAR1XFELD
DSPLVF03Display Billing Document DSPLVF03CHAR1XFELD
DSPLMTAXDisplay Tax Base Amount for Manual Taxes DSPLMTAXCHAR1XFELD
NEWREPIDUse New Report ID for Historical Table NEWREPIDCHAR1XFELD
COLTITLEText for Column Title COLTITLECHAR18TEXT18
COLPROCKEYTax ID for Column COLPROCKEYCHAR4J_1ATAXID
FIAR205RADIORun with Magnetic Output FIAR205RADIOCHAR1XFELD
FIARLOCFILESave as Local File FIARLOCFILECHAR1XFELD
FIARDELFILEDelete File on Application Server FIARDELFILECHAR1XFELD
ID205CANCDisplay Reversed Documents in Special Format ID205CANCCHAR1XFELD
FIAR205ACCTPAccount Type FIAR205ACCTPCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table IDFIAR205

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