IDWTADD_BE SAP (Country Specific Structure for Belgium WT Reporting) Structure details

Dictionary Type: Structure
Description: Country Specific Structure for Belgium WT Reporting




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




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

IDWTADD_BE 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 "Country Specific Structure for Belgium WT Reporting" 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_IDWTADD_BE TYPE IDWTADD_BE.

The IDWTADD_BE table consists of various fields, each holding specific information or linking keys about Country Specific Structure for Belgium WT Reporting data available in SAP. These include BE_CONTACT_EM (Email Address of the Contact Person), BE_MINBASE (Minimum Base Amount), BE_REPORTYEAR (Reporting Year in the Withholding Tax Return), BE_REPORTDATE (Date of Report - Fiche (Belgium)).. 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 IDWTADD_BE 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
BE_CONTACT_IDContact Person Name BE_CONTACT_IDCHAR34BE_CONTACT_ID
BE_CONTACT_EMEmail Address of the Contact Person BE_CONTACT_EMCHAR44BE_CONTACT_EM
BE_MINBASEMinimum Base Amount BE_MINBASECURR13(2) BE_MINBASE
BE_REPORTYEARReporting Year in the Withholding Tax Return BE_REPORTYEARNUMC4BE_REPORTYEAR
BE_REPORTDATEDate of Report - Fiche (Belgium) BE_REPORTDATEDATS8DATUM
BE_SEQ_NUMSequential Number for Fiche - Belgium BE_SEQ_NUMCHAR4
BE_CORR_INDICATORCorrection Indicator for Withholding Tax Return BE_CORR_INDICATORCHAR1BE_CORR_INDICATOR
BE_TEST_RUNTest Run Indicator - Belgium BE_TEST_RUNCHAR1
BE_CORR_REFERENCEReference Number for the Correction BE_CORR_REFERENCECHAR6BE_CORR_REFERENCE
BE_NIHILPayment Indicator - Fiche- Belgium BE_NIHILCHAR1
BE_HWAERReporting currency ( local or alternative ) WT_HWAERCUKY5Assigned to domainWAERS
BE_INFO_MULTILong Field Label SCRTEXT_LCHAR40SCRTEXT_L
BE_CONT_MULTIMultiple Company Codes XFELD_BECHAR1XFELD
BE_CONT_COMPANYLeading Company Code BUKRS_BECHAR4Assigned to domainBUKRS

Key field Non-key field



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

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

How to access SAP table IDWTADD_BE

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