CMBLRMSCALEV02 SAP (CDB Table to Online Table /1CN/LRMSCALEV02) Table details

Dictionary Type: Table
Description: CDB Table to Online Table /1CN/LRMSCALEV02




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




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

CMBLRMSCALEV02 is a standard SAP Table which is used to store CDB Table to Online Table /1CN/LRMSCALEV02 data and is available within R/3 SAP systems depending on the version and release level.

The CMBLRMSCALEV02 table consists of various fields, each holding specific information or linking keys about CDB Table to Online Table /1CN/LRMSCALEV02 data available in SAP. These include CDB_KEY_GUID (GUID for condition technique and Price determination(CDB)), VARNUMH (Data Element GUID CHAR32 für CDB), SCALE_LINE_ID1 (Consecutive Number of Scale Base), SCALE_LINE_ID2 (Consecutive Number of Scale Base).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CMBLRMSCALEV02 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
CDB_KEY_GUIDGUID for condition technique and Price determination(CDB) CDBT_CND_GUIDCHAR32CDB_CND_GUID
VARNUMHData Element GUID CHAR32 für CDB CDBT_CHAR_GUIDCHAR32SYSUUID_C
SCALE_LINE_ID1Consecutive Number of Scale Base /SAPCND/SCALE_LINE_IDNUMC4NUMC4
SCALE_LINE_ID2Consecutive Number of Scale Base /SAPCND/SCALE_LINE_IDNUMC4NUMC4
MM_BON_DISTMiles & More Rebate Distance MM_BONUS_DISTANCEQUAN6MM_BONUS_DISTANCE
MM_BON_DIST_UNITMiles & More Rebate Distance Unit MM_BONUS_DISTANCE_UNITUNIT3MM_BONUS_DISTANCE_UNIT
MM_BON_RATEMiles & More Rebate Distance MM_BONUS_RATECURR7(2) MM_BONUS_RATE
MM_BON_RATE_UNITMiles & More Rebate Distance Unit MM_BONUS_RATE_UNITCUKY5MM_BONUS_RATE_UNIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM CMBLRMSCALEV02
INTO CORRESPONDING FIELDS OF WA_CMBLRMSCALEV02
WHERE...

How to access SAP table CMBLRMSCALEV02

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