DMC_TABNAM_RANGE SAP (ranges for table name selection) Table details

Dictionary Type: Table
Description: ranges for table name selection




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




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

DMC_TABNAM_RANGE is a standard SAP Table which is used to store ranges for table name selection data and is available within R/3 SAP systems depending on the version and release level.

The DMC_TABNAM_RANGE table consists of various fields, each holding specific information or linking keys about ranges for table name selection data available in SAP. These include JOBNUMBER (job number discriminator), SIGN (Type of SIGN component in row type of a Ranges type), SEL_OPTION (Type of OPTION component in row type of a Ranges type), LOW (Name of an ABAP Dictionary object).. 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: Cannot Be Enhanced


SAP DMC_TABNAM_RANGE 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
JOBTOTALNUMBER total number of jobs0
JOBNUMBER job number discriminator0
SIGNType of SIGN component in row type of a Ranges type DDSIGNCHAR1DDSIGN
SEL_OPTIONType of OPTION component in row type of a Ranges type DDOPTIONCHAR2DDOPTION
LOWName of an ABAP Dictionary object DDNAMECHAR30DDNAME
HIGHName of an ABAP Dictionary object DDNAMECHAR30DDNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM DMC_TABNAM_RANGE
INTO CORRESPONDING FIELDS OF WA_DMC_TABNAM_RANGE
WHERE...

How to access SAP table DMC_TABNAM_RANGE

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