MMRP_LCC_D_MODEL SAP (Master Data and Transaction Data Models for RPM LC Test) Table details

Dictionary Type: Table
Description: Master Data and Transaction Data Models for RPM LC Test




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




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

MMRP_LCC_D_MODEL is a standard SAP Table which is used to store Master Data and Transaction Data Models for RPM LC Test data and is available within R/3 SAP systems depending on the version and release level.

The MMRP_LCC_D_MODEL table consists of various fields, each holding specific information or linking keys about Master Data and Transaction Data Models for RPM LC Test data available in SAP. These include MASTER_DATA (Checkbox).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP MMRP_LCC_D_MODEL 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
DATA_MODELTest Tool MMRP_LCC_COMROUTINECHAR40CHAR40
MASTER_DATACheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM MMRP_LCC_D_MODEL
INTO CORRESPONDING FIELDS OF WA_MMRP_LCC_D_MODEL
WHERE...

How to access SAP table MMRP_LCC_D_MODEL

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