FIWTQA_S_RFND SAP (Withholding Tax Refund output data) Structure details

Dictionary Type: Structure
Description: Withholding Tax Refund output data




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




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

FIWTQA_S_RFND 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 "Withholding Tax Refund output data" 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_FIWTQA_S_RFND TYPE FIWTQA_S_RFND.

The FIWTQA_S_RFND table consists of various fields, each holding specific information or linking keys about Withholding Tax Refund output data data available in SAP. These include BUTXT (Name of Company Code or Company), TAXFILENO (Parameter value), ADRNR (Address), ADDRESS (Address).. 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 FIWTQA_S_RFND 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
TAXFILENOParameter value PAVALCHAR48TEXT48
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
ADDRESS Address0
RES_ADDRESS Address in Residance state0
ARTICLE_DET 0
MANDTClient MANDTCLNT3MANDT
COUNTRYCountry Key LAND1CHAR3LAND1LND
ARTICLEArticle Number FIWTQA_ARTCLCHAR128
SIGN_DATEAgreement Date FIWTQA_SIGNDTDATS8DATS
ENFORCE_DATEAgreement Start Date FIWTQA_ENFRCEDTDATS8DATS
SERV_CATService Category ASTYPCHAR4Assigned to domainASTYPASY
SERV_CAT_TXTDescription of service category ASTYP_TXTCHAR25TEXT25
ACT_RATEActual Tax Rate FIWTQA_A_TRATEDEC7(4)
CUSTOMERCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
CUSTOMER_NAMEName 1 NAME1_GPCHAR35NAME
CUST_TAXFILE_NOParameter value PAVALCHAR48TEXT48
DED_RATEDeducted Tax Rate FIWTQA_D_TRATEDEC7(4)
SERVICE_PERIOD_FROMField of type DATS DATSDATS8DATS
SERVICE_PERIOD_TOField of type DATS DATSDATS8DATS
WHT_AMOUNTWithholding tax amount (in local currency) WT_WTCURR15(2) WERTV8
AMOUNT_IN_WORDSAmount in words IN_WORDSCHAR255CHAR255
NAME Name0
TITLE Title0

Key field Non-key field



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

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

How to access SAP table FIWTQA_S_RFND

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