PMMRCKFB SAP (IMG: Consumption Key Figures in PMIS: Function and Arguments) Table details

Dictionary Type: Table
Description: IMG: Consumption Key Figures in PMIS: Function and Arguments




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




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

PMMRCKFB is a standard SAP Table which is used to store IMG: Consumption Key Figures in PMIS: Function and Arguments data and is available within R/3 SAP systems depending on the version and release level.

The PMMRCKFB table consists of various fields, each holding specific information or linking keys about IMG: Consumption Key Figures in PMIS: Function and Arguments data available in SAP. These include UNSYS (Unit System), KEYFN (Name of the Key Figure), SRCFN1 (Name of the Source Field), SRCFN2 (Name of the Source Field).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP PMMRCKFB 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
UNSYSUnit System DUNSYSCHAR3CHAR3
KEYFNName of the Key Figure DKEYFNCHAR10CHAR10
SRCFN1Name of the Source Field DSRCFNCHAR10CHAR10
SRCFN2Name of the Source Field DSRCFNCHAR10CHAR10
SRCFN3Name of the Source Field DSRCFNCHAR10CHAR10
SRCFN4Name of the Source Field DSRCFNCHAR10CHAR10
FUNCNFunction Module Name for the Key Figure Calculation DFUNCNCHAR30Assigned to domainFUNCNAME
ENHMODPMIS: Indicator for Calc. Key Figure: Data/List Enhancement DENHMODCHAR1XDENHMOD

Key field Non-key field



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

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

SELECT SINGLE *
FROM PMMRCKFB
INTO CORRESPONDING FIELDS OF WA_PMMRCKFB
WHERE...

How to access SAP table PMMRCKFB

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