FMRPF_FIELDMAP SAP (Field Mapping: Reporting Structure x DB Table) Table details

Dictionary Type: Table
Description: Field Mapping: Reporting Structure x DB Table




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




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

FMRPF_FIELDMAP is a standard SAP Table which is used to store Field Mapping: Reporting Structure x DB Table data and is available within R/3 SAP systems depending on the version and release level.

The FMRPF_FIELDMAP table consists of various fields, each holding specific information or linking keys about Field Mapping: Reporting Structure x DB Table data available in SAP. These include REPT_STRUCTURE (FMRPF Reporting Structure), TABNAME (Table Name), SID (Character Field Length = 10), DB_NAME (Name of Field in DB Table).. 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 FMRPF_FIELDMAP 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
REPT_STRUCTUREFMRPF Reporting Structure FMRPF_REPORTING_STRUCTURECHAR30Assigned to domainFMRPF_REPORTING_STRUCTURE
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
SIDCharacter Field Length = 10 CHAR10CHAR10CHAR10
DB_NAMEName of Field in DB Table FMRPF_FIELD_DBNAMECHAR30Assigned to domainFDNAME
REPORTING_NAMEName of Field in Reporting Structure FMRPF_FIELD_REPORTNAMECHAR30Assigned to domainFDNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMRPF_FIELDMAP
INTO CORRESPONDING FIELDS OF WA_FMRPF_FIELDMAP
WHERE...

How to access SAP table FMRPF_FIELDMAP

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