TWUF_TR SAP (Call-Up of a Transformation) Table details

Dictionary Type: Table
Description: Call-Up of a Transformation




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




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

TWUF_TR is a standard SAP Table which is used to store Call-Up of a Transformation data and is available within R/3 SAP systems depending on the version and release level.

The TWUF_TR table consists of various fields, each holding specific information or linking keys about Call-Up of a Transformation data available in SAP. These include EVENT (Event), TRANS_ORDER (Sequence of the Transformation Call-Up), COND_CLASS (Name of a Class That Contains Condition Methods), COND_METHOD (Condition Method).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TWUF_TR 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
APPLICATIONApplication WUF_APPLICATIONCHAR30TWUF_APPLWUF_APPLICATION
EVENTEvent WUF_EVENTCHAR30TWUF_EVENTWUF_EVENT
TRANS_ORDERSequence of the Transformation Call-Up WUF_TRANS_ORDERNUMC5WUF_ORDER
COND_CLASSName of a Class That Contains Condition Methods WUF_CONDITION_CLASSCHAR30WUF_CLASS
COND_METHODCondition Method WUF_CONDITION_METHODCHAR61WUF_CLASS_METHOD
TRANS_CLASSName of a Class That Contains Transformation Methods WUF_TRANSFORMATION_CLASSCHAR30WUF_CLASS
TRANS_METHODTransformation Method WUF_TRANSFORMATION_METHODCHAR61WUF_CLASS_METHOD
PREDPredecessor Transformation WUF_PRED_TRANS_ORDERNUMC5WUF_ORDER
IS_MAPPINGFlag: Simple Field Mapping WUF_IS_MAPPINGCHAR1WUF_BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM TWUF_TR
INTO CORRESPONDING FIELDS OF WA_TWUF_TR
WHERE...

How to access SAP table TWUF_TR

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