FIQAWT_S_HEADER SAP (Line type for PDF for Qatar tax return) Structure details

Dictionary Type: Structure
Description: Line type for PDF for Qatar tax return




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




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

FIQAWT_S_HEADER 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 "Line type for PDF for Qatar tax return" 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_FIQAWT_S_HEADER TYPE FIQAWT_S_HEADER.

The FIQAWT_S_HEADER table consists of various fields, each holding specific information or linking keys about Line type for PDF for Qatar tax return data available in SAP. These include SYEAR (Not More Closely Defined Area, Possibly Used for Patchlevels), NAME_TAX_PAYER (Character 100), FILE_NUMBER (User field for cluster PC (national)), ADDRESS (Text field length 200).. 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 FIQAWT_S_HEADER 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
SMONTHCharacter Field of Length 12 CHAR12CHAR12CHAR12
SYEARNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
NAME_TAX_PAYERCharacter 100 CHAR100CHAR100CHAR100
FILE_NUMBERUser field for cluster PC (national) CHAR25CHAR25CHAR25
ADDRESSText field length 200 CHAR200CHAR200CHAR200
ACTIVITYUser field for cluster PC (national) CHAR25CHAR25CHAR25
TOTAL_AMOUNT 0
AMOUNT_IN_WORDAmount in words IN_WORDSCHAR255CHAR255
AMNT_IN_WORDAmount in words IN_WORDSCHAR255CHAR255
HALALASDecimal places in words DECWORDCHAR128CHAR128
PAYMENT_DATEPosting Date in the Document BUDATDATS8DATUM
NAME_SCREENComment CHAR50CHAR50TEXT50
TITLE_SCREENComment CHAR50CHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table FIQAWT_S_HEADER

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