WUF_MAPPING_DISP SAP (List Display of All Mappings) Structure details

Dictionary Type: Structure
Description: List Display of All Mappings




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




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

WUF_MAPPING_DISP 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 "List Display of All Mappings" 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_WUF_MAPPING_DISP TYPE WUF_MAPPING_DISP.

The WUF_MAPPING_DISP table consists of various fields, each holding specific information or linking keys about List Display of All Mappings data available in SAP. These include CONTEXT (Context), TRANS_ORDER (Sequence of the Transformation Call-Up), COUNTER (Counter), TARGET_STRUCTURE (Name of Target Structure).. 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)


SAP WUF_MAPPING_DISP 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
EVENTEvent WUF_EVENTCHAR30WUF_EVENT
CONTEXTContext WUF_CONTEXTCHAR10WUF_CONTEXT
TRANS_ORDERSequence of the Transformation Call-Up WUF_TRANS_ORDERNUMC5WUF_ORDER
COUNTERCounter WUF_COUNTNUMC5WUF_COUNT
TARGET_STRUCTUREName of Target Structure WUF_TARGET_STRUCTURECHAR30WUF_TABLE_NAME
TO_FIELDField of Target Structure WUF_TARGET_FIELDCHAR255WUF_FIELD
EXPORTINGExporting Parameter WUF_EXPORTINGCHAR30WUF_PARAMETER
TRANS_CLASSName of a Class That Contains Transformation Methods WUF_TRANSFORMATION_CLASSCHAR30WUF_CLASS
TRANS_METHODTransformation Method WUF_TRANSFORMATION_METHODCHAR61WUF_CLASS_METHOD
IMPORTINGImporting parameter WUF_IMPORTINGCHAR30WUF_PARAMETER
FROM_STRUCTUREStructure WUF_STRUCTURECHAR30WUF_TABLE_NAME
FROM_FIELDField of Source Structure WUF_SOURCE_FIELDCHAR255WUF_FIELD
FIXED_VALUEGeneric Fixed Value WUF_FIXED_VALUECHAR255WUF_FIXED_VALUE
CONVERSIONName of a Class for Simple Field Transformations WUF_CONVERSION_CLASSCHAR30WUF_CLASS
COND_CLASSName of a Class That Contains Condition Methods WUF_CONDITION_CLASSCHAR30WUF_CLASS
COND_METHODCondition Method WUF_CONDITION_METHODCHAR61WUF_CLASS_METHOD
PREDPredecessor Transformation WUF_PRED_TRANS_ORDERNUMC5WUF_ORDER

Key field Non-key field



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

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

How to access SAP table WUF_MAPPING_DISP

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