TMTR SAP (AB: Transfer Rules) Table details

Dictionary Type: Table
Description: AB: Transfer Rules




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




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

TMTR is a standard SAP Table which is used to store AB: Transfer Rules data and is available within R/3 SAP systems depending on the version and release level.

The TMTR table consists of various fields, each holding specific information or linking keys about AB: Transfer Rules data available in SAP. These include TRANSFER_EVENT (AB: Transfer Event), TRANSFER_GROUP (AB: Transfer Group), RULE_NUMBER (AB: Number of Rule), SOURCE_STRUCTURE (AB: Source 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TMTR 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 MANDTCLNT3Assigned to domainMANDT
TRANSFER_EVENTAB: Transfer Event WLF_TRANSFER_EVENTCHAR2TMTEWLF_TRANSFER_EVENT
TRANSFER_GROUPAB: Transfer Group WLF_TRANSFER_GROUPCHAR4TMTGWLF_TRANSFER_GROUP
RULE_NUMBERAB: Number of Rule WLF_RULE_NUMBERNUMC2WLF_RULE_NUMBER
SOURCE_STRUCTUREAB: Source Structure WLF_TR_SOURCE_STRUCTURECHAR30TMTSSAS4TAB
SOURCE_FIELDAB: Source Field WLF_TR_SOURCE_FIELDCHAR30DD03LFDNAME
TARGET_STRUCTUREAB: Target Structure WLF_TR_TARGET_STRUCTURECHAR30TMTTSAS4TAB
TARGET_FIELDAB: Target Field WLF_TR_TARGET_FIELDCHAR30DD03LFDNAME
FIXED_VALUEAB: Fixed Value WLF_TR_FIXED_VALUECHAR50WLF_TR_FIXED_VALUE
COPY_REQAB: Copy Requirement Transfer Manager WLF_TR_COPY_REQUIREMENTCHAR1WLF_TR_COPY_REQUIREMENT
COPY_MODEAB: Transfer Manager Copy Mode WLF_TR_COPY_MODECHAR1WLF_TR_COPY_MODE
OFFSET_SOURCEAB: Offset Source Field in Transfer Manager WLF_TR_OFFSET_SOURCE_FIELDINT13INT1
LENGTH_SOURCEAB: Length Source Field in Transfer Manager WLF_TR_LENGTH_SOURCE_FIELDINT13INT1
SOURCE_VAL_CLASSAB: Class for Source Value in Transfer Manager WLF_TR_TRANSFER_CLASSCHAR30SEOCLSNAME
REQUIREMNT_CLASSAB: Class for Requirement in Transfer Manager WLF_TR_REQUIREMENT_CLASSCHAR30SEOCLSNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM TMTR
INTO CORRESPONDING FIELDS OF WA_TMTR
WHERE...

How to access SAP table TMTR

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