/RPM/SMODEL_NUMC SAP (Range Table - Numeric) Table details

Dictionary Type: Table
Description: Range Table - Numeric




ABAP Code to SELECT data from /RPM/SMODEL_NUMC
Related tables to /RPM/SMODEL_NUMC
Access table /RPM/SMODEL_NUMC




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

/RPM/SMODEL_NUMC is a standard SAP Table which is used to store Range Table - Numeric data and is available within R/3 SAP systems depending on the version and release level.

The /RPM/SMODEL_NUMC table consists of various fields, each holding specific information or linking keys about Range Table - Numeric data available in SAP. These include SMODEL_ID (Scoring Model ID), FIELDNAME (Field Name), FROM_NUMC (Ranges), UNIT (Capacity Unit).. 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/SMODEL_NUMC 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
SMODEL_IDScoring Model ID /RPM/TV_SMODEL_IDCHAR15/RPM/SMODEL_CUST/RPM/TD_SMODEL_ID
FIELDNAMEField Name FIELDNAMECHAR30/RPM/SMODEL_ATTFDNAMEDFD
FROM_NUMCRanges /RPM/TV_FROM_NUMCNUMC4/RPM/TD_FROM_NUMC
UNITCapacity Unit /RPM/TV_UNITUNIT3T006CUNITMEINS
OBJECT_TYPEObject Type /RPM/OBJECT_TYPECHAR15Assigned to domain/RPM/OBJECT_TYPE
TO_NUMCRanges /RPM/TV_TO_NUMCNUMC4/RPM/TD_TO_NUMC
CURRENCYCurrency /RPM/TV_CURRENCYCUKY5Assigned to domain/RPM/TD_CURRENCY
SCOREScore /RPM/TV_SCORENUMC3/RPM/TD_SCORE

Key field Non-key field



How do I retrieve data from SAP table /RPM/SMODEL_NUMC using ABAP code

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

SELECT SINGLE *
FROM /RPM/SMODEL_NUMC
INTO CORRESPONDING FIELDS OF WA_/RPM/SMODEL_NUMC
WHERE...

How to access SAP table /RPM/SMODEL_NUMC

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