IDWTPARTNERADD SAP (Partner level additional fields for Withholding Tax) Structure details

Dictionary Type: Structure
Description: Partner level additional fields for Withholding Tax




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




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

IDWTPARTNERADD 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 "Partner level additional fields for Withholding Tax" 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_IDWTPARTNERADD TYPE IDWTPARTNERADD.

The IDWTPARTNERADD table consists of various fields, each holding specific information or linking keys about Partner level additional fields for Withholding Tax data available in SAP. These include GB_CIS_SC_TRDNM (Subcontractor's Trading Name), GB_CIS_SC_FSNM (Subcontractor's First Name), GB_CIS_SC_SCNM (Subcontractor's Second Name), GB_CIS_SC_INTL (Subcontractor's Last Name).. 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 (Deep)


SAP IDWTPARTNERADD 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
GB_CIS_SC_TRDNMSubcontractor's Trading Name GB_CIS_SC_TRDNMCHAR64CHAR64
GB_CIS_SC_FSNMSubcontractor's First Name GB_CIS_SC_FSNMCHAR64CHAR64
GB_CIS_SC_SCNMSubcontractor's Second Name GB_CIS_SC_SCNMCHAR64CHAR64
GB_CIS_SC_INTLSubcontractor's Last Name GB_CIS_SC_INTLCHAR64CHAR64
GB_CIS_SC_VFNNUMVerification Number GB_CIS_SC_VFNNUMCHAR20CHAR20
GB_CIS_SC_UTRSubcontractor's Unique Tax Reference (UTR) GB_CIS_SC_UTRCHAR20CHAR20
GB_CIS_SC_VFNSTSSub contractor verification status GB_CIS_SC_VFNSTSCHAR1CHAR1
GB_CIS_SCNUMNumerical Character Field of Length 6 NUM6NUMC6NUM06
BE_BA_5060Minimum Base Amount BE_MINBASECURR13(2) BE_MINBASE
BE_BA_5061Minimum Base Amount BE_MINBASECURR13(2) BE_MINBASE
BE_BA_5062Minimum Base Amount BE_MINBASECURR13(2) BE_MINBASE
BE_BA_5063Minimum Base Amount BE_MINBASECURR13(2) BE_MINBASE
BE_CO_TOTALMinimum Base Amount BE_MINBASECURR13(2) BE_MINBASE
STENRTax Number at Responsible Tax Authority STENRCHAR18CHAR18
KVERMMemo KVERMCHAR30TEXT30
BE_NIHILPayment Indicator - Fiche- Belgium BE_NIHILCHAR1
KR_QSRECVendor Recipient Type KR_QSRECCHAR6KR_QSREC
IE_CONTRACT_IDContract identifier from Tax Authority IE_CONTRACT_IDINT410INT4
IE_AMNT_UNDECLAmount Undeclared IE_AMNT_UNDECLCURR13(2)
IE_LST_PRTNRLast Partner Flag IE_LST_PRTNRCHAR1
US_1099K_TRANSNumber of transactions-1099K US_1099K_TRANSINT410

Key field Non-key field



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

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

How to access SAP table IDWTPARTNERADD

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