IDWT_ADD_VARIANT SAP (Additional variant contents for WT generic tool) Table details

Dictionary Type: Table
Description: Additional variant contents for WT generic tool




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




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

IDWT_ADD_VARIANT is a standard SAP Table which is used to store Additional variant contents for WT generic tool data and is available within R/3 SAP systems depending on the version and release level.

The IDWT_ADD_VARIANT table consists of various fields, each holding specific information or linking keys about Additional variant contents for WT generic tool data available in SAP. These include REPORT (Program Name), VARID (ABAP: Name of variant (without program name)), FNAME (Field Name), FINDEX (ABAP: Current selection number).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP IDWT_ADD_VARIANT 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
REPORTProgram Name PROGNCHAR40PROGN
VARIDABAP: Name of variant (without program name) VARIANTCHAR14Assigned to domainVARIANT
FNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FINDEXABAP: Current selection number TVARV_NUMBNUMC4SYNUM04
SIGNABAP: ID: I/E (include/exclude values) TVARV_SIGNCHAR1SYCHAR01
OPTIABAP: Selection option (EQ/BT/CP/...) TVARV_OPTICHAR2SYCHAR02
LOWSelection variants: Field content (LOW/HIGH) RVARI_VALCHAR132RVARI_VAL
HIGHSelection variants: Field content (LOW/HIGH) RVARI_VALCHAR132RVARI_VAL
DSLOGOPLogical operation RSDSLOGOPCHAR3RSDSLOGOP

Key field Non-key field



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

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

SELECT SINGLE *
FROM IDWT_ADD_VARIANT
INTO CORRESPONDING FIELDS OF WA_IDWT_ADD_VARIANT
WHERE...

How to access SAP table IDWT_ADD_VARIANT

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