FIWT_PARTNR_EXM SAP (Table for Vendor specific threshold amounts) Table details

Dictionary Type: Table
Description: Table for Vendor specific threshold amounts




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




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

FIWT_PARTNR_EXM is a standard SAP Table which is used to store Table for Vendor specific threshold amounts data and is available within R/3 SAP systems depending on the version and release level.

The FIWT_PARTNR_EXM table consists of various fields, each holding specific information or linking keys about Table for Vendor specific threshold amounts data available in SAP. These include LAND1 (Country Key), BUKRS (Company Code), LIFNR (Account Number of Vendor or Creditor), WT_BBASB ('To' base amount for withholding tax calculation).. 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: Cannot Be Enhanced


SAP FIWT_PARTNR_EXM 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 MANDTCLNT3Assigned to domainMANDT
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
WT_BBASB'To' base amount for withholding tax calculation WT_BBASBCURR15(2) WERT8
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM FIWT_PARTNR_EXM
INTO CORRESPONDING FIELDS OF WA_FIWT_PARTNR_EXM
WHERE...

How to access SAP table FIWT_PARTNR_EXM

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