TCORFTS_MAP_RULE SAP (Mapping Rules) Table details

Dictionary Type: Table
Description: Mapping Rules




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




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

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

The TCORFTS_MAP_RULE table consists of various fields, each holding specific information or linking keys about Mapping Rules data available in SAP. These include MAP_FORMAT (Format), POS (Position of the Mapping Line), SEQUENCE (Path of Sequence), FIELD (Field in the Target Object).. 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: Can be enhanced (character-type or numeric)


SAP TCORFTS_MAP_RULE 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
DIRECTIONMapping Direction FTR_DIRECTIONNUMC1FTR_DIRECTION
MAP_FORMATFormat FTR_FORMATCHAR15Assigned to domainFTR_FORMAT
POSPosition of the Mapping Line FTR_MAP_POSITIONINT25
SEQUENCEPath of Sequence FTR_SEQ_PATHCHAR60
FIELDField in the Target Object FTR_TARGET_FIELDCHAR30FTR_OBJECT
OPERATIONMapping Operation FTR_MAP_OPERATIONCHAR10FTR_OPERATION
PREFIXPrefix for a Mapping Field FTR_MAP_PREFIXCHAR30
MAP_OBJECTSource Object of a Mapping Operation FTR_SOURCE_OBJECTCHAR60
PARAMParameter of a Mapping Operation FTR_PARAMETERCHAR30FTR_OBJECT
CONDCondition of a Mapping Operation FTR_CONDITIONCHAR15FTR_CONDITION
OFFSOffset of mapping move FTR_MAP_OFFSETINT13
LENGTHLength of mapped field FTR_MAP_LENGTHINT13
INITCheck if Result is Initial FTR_CHECK_INITIALCHAR1XFELD
VALIDATORValidator Field in Mapping Sequence FTR_VALIDATORCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCORFTS_MAP_RULE
INTO CORRESPONDING FIELDS OF WA_TCORFTS_MAP_RULE
WHERE...

How to access SAP table TCORFTS_MAP_RULE

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