RPM_SETTINGS_GL SAP (RPM Global Settings) Table details

Dictionary Type: Table
Description: RPM Global Settings




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




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

RPM_SETTINGS_GL is a standard SAP Table which is used to store RPM Global Settings data and is available within R/3 SAP systems depending on the version and release level.

The RPM_SETTINGS_GL table consists of various fields, each holding specific information or linking keys about RPM Global Settings data available in SAP. These include GLOBAL_ACTIVE (RPM is Activated), FORCE_PARALLEL (Define Parallel Processing), COLOR_ERRORS (Behavior of RPM when Colored Product Masters are Missing), EXPLDATE_FINDER (Determination of the BOM Explosion Date).. 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: Cannot Be Enhanced


SAP RPM_SETTINGS_GL 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
GLOBAL_ACTIVERPM is Activated MMRP_GLOBAL_ACTIVECHAR1XFELD
FORCE_PARALLELDefine Parallel Processing MMRP_FORCE_PARALLELCHAR1MMRP_FORCE_PARALLEL
COLOR_ERRORSBehavior of RPM when Colored Product Masters are Missing MMRP_COLOR_ERRORSCHAR1MMRP_COLOR_ERRORS
EXPLDATE_FINDERDetermination of the BOM Explosion Date MMRP_EXPLDATE_FINDERCHAR1MMRP_EXPLDATE_FINDER
BALANCINGDetermination of the Active Line Balance MMRP_BALANCING_DATE_FINDERCHAR1MMRP_BALANCING_DATE_FINDER
COLLECT_3GUIDPlan Product Variants in the Same Matrix MMRP_COLLECT_3GUIDCHAR1XFELD
INIT_POSVARSMaster Data Changed MMRP_INIT_POSVARSCHAR1XFELD
INIT_TOKENSReread Configuration MMRP_INIT_TOKENCHAR1XFELD
FIX_ALLOWEDFixing Allowed MMRP_FIX_ALLOWEDCHAR1XFELD
PACKAGE_SIZE_PEGNumber of Pegging Areas When Reading the Orders MMRP_PACKAGE_SIZE_PEGIDINT410
USE_BF_CACHEUse Buffer for Backflush Information MMRP_USE_BF_CACHEINT410INT4
ORDER_BOM_BFBackflushed Components with Null Quantity for RPM MMRP_ORDER_BOM_BACKFLUSHCHAR1XFELD
PLV_COPY_TSCreate RPM Time Series for Planning Version Copy? MMRP_PLV_COPY_TSCHAR1XFELD
DATEVECTOR_UPDATUpdate RPM Time Series After Date Vector Reorganization MMRP_DATEVECTOR_UPDATE_TSCHAR1XFELD
NO_TIMELINESNo RPM Time Series MMRP_NO_TIMELINESCHAR1XFELD
WAIT_TIME_ABAPWait Time in ABAP MMRP_WAIT_TIME_ABAPINT410INT4
WAIT_TIME_LCWait Time in liveCache MMRP_WAIT_TIME_LCINT410INT4

Key field Non-key field



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

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

SELECT SINGLE *
FROM RPM_SETTINGS_GL
INTO CORRESPONDING FIELDS OF WA_RPM_SETTINGS_GL
WHERE...

How to access SAP table RPM_SETTINGS_GL

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