FMRPF_FIELD SAP (Characteristics of Reporting Structure Field) Table details

Dictionary Type: Table
Description: Characteristics of Reporting Structure Field




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




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

FMRPF_FIELD is a standard SAP Table which is used to store Characteristics of Reporting Structure Field data and is available within R/3 SAP systems depending on the version and release level.

The FMRPF_FIELD table consists of various fields, each holding specific information or linking keys about Characteristics of Reporting Structure Field data available in SAP. These include REPT_STRUCTURE (FMRPF Reporting Structure), FIELDNAME (Field Name), FIELDTYPE (Type of Field in Reporting 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: 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 FMRPF_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
MANDTClient MANDTCLNT3Assigned to domainMANDT
REPT_STRUCTUREFMRPF Reporting Structure FMRPF_REPORTING_STRUCTURECHAR30Assigned to domainFMRPF_REPORTING_STRUCTURE
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FIELDTYPEType of Field in Reporting Structure FMRPF_FIELD_TYPECHAR4FMRPF_FIELD_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMRPF_FIELD
INTO CORRESPONDING FIELDS OF WA_FMRPF_FIELD
WHERE...

How to access SAP table FMRPF_FIELD

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