FIWTIN_TAN_EXEM SAP (Table for mapping TAN and Exemption Number) Table details

Dictionary Type: Table
Description: Table for mapping TAN and Exemption Number




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




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

FIWTIN_TAN_EXEM is a standard SAP Table which is used to store Table for mapping TAN and Exemption Number data and is available within R/3 SAP systems depending on the version and release level.

The FIWTIN_TAN_EXEM table consists of various fields, each holding specific information or linking keys about Table for mapping TAN and Exemption Number data available in SAP. These include BUKRS (Company Code), KOART (Account Type), ACCNO (Vendor/customer account number), FIWTIN_TANEX_SUB (Indicator: Subject to TAN exemption?).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FIWTIN_TAN_EXEM table 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
MANDTClient MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
KOARTAccount Type KOARTCHAR1KOART
ACCNOVendor/customer account number WT_ACNOCHAR10CHAR10
FIWTIN_TANEX_SUBIndicator: Subject to TAN exemption? FIWTIN_TANEX_SUBCHAR1XFELD
SECCODESection Code SECCOCHAR4SECCODESECCOSECCO_ABA
WITHTIndicator for withholding tax type WITHTCHAR2T059PWITHT
WT_WITHCDWithholding tax code WT_WITHCDCHAR2T059ZWT_WITHCD
WT_EXNRExemption certificate number WT_EXNRCHAR15CHAR15
WT_EXRTExemption rate WT_EXRTDEC5(2) PRZ32
WT_EXDFDate on which exemption begins WT_EXDFDATS8WT_START
WT_EXDTDate on which exemption ends WT_EXDTDATS8WT_END
WT_WTEXRSReason for exemption WT_WTEXRSCHAR2Assigned to domainWT_WTEXRS
FIWTIN_EXEM_THRThreshold amount for Exemption (India) FIWTIN_EXEM_THRCURR15(2) WERTV8
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



How do I retrieve data from SAP table FIWTIN_TAN_EXEM using ABAP code

The following ABAP code Example will allow you to do a basic selection on FIWTIN_TAN_EXEM to SELECT all data from the table
DATA: WA_FIWTIN_TAN_EXEM TYPE FIWTIN_TAN_EXEM.

SELECT SINGLE *
FROM FIWTIN_TAN_EXEM
INTO CORRESPONDING FIELDS OF WA_FIWTIN_TAN_EXEM
WHERE...

How to access SAP table FIWTIN_TAN_EXEM

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