FMRCN_MAPP_FIELD SAP (Field mapping) Table details

Dictionary Type: Table
Description: Field mapping




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




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

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

The FMRCN_MAPP_FIELD table consists of various fields, each holding specific information or linking keys about Field mapping data available in SAP. These include RECON_NAME (Fieldname in Reconciliation Tool Structure), PROV_NAME (Provider Fieldname), MANDATORY (Field is mandatory).. 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)


SAP FMRCN_MAPP_FIELD 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
MAPPINGField mapping for FlexGL data provider reconciliation tool FMRECON_MAPPINGCHAR10FMRCN_MAPPING
RECON_NAMEFieldname in Reconciliation Tool Structure FMRECON_RECON_FIELDNAMECHAR30Assigned to domainFDNAME
PROV_NAMEProvider Fieldname FMRECON_PROV_FIELDNAMECHAR30Assigned to domainFDNAME
MANDATORYField is mandatory FMRECON_FLG_REQ_FIELDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMRCN_MAPP_FIELD
INTO CORRESPONDING FIELDS OF WA_FMRCN_MAPP_FIELD
WHERE...

How to access SAP table FMRCN_MAPP_FIELD

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