/ISDFPS/CLMSTB SAP (Customizing: Status Board Transactions) Table details

Dictionary Type: Table
Description: Customizing: Status Board Transactions




ABAP Code to SELECT data from /ISDFPS/CLMSTB
Related tables to /ISDFPS/CLMSTB
Access table /ISDFPS/CLMSTB




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

/ISDFPS/CLMSTB is a standard SAP Table which is used to store Customizing: Status Board Transactions data and is available within R/3 SAP systems depending on the version and release level.

The /ISDFPS/CLMSTB table consists of various fields, each holding specific information or linking keys about Customizing: Status Board Transactions data available in SAP. These include TCODE (Transaction Code), PROGNAME (ABAP Program Name), GUI_STATUS (Menu Painter: Status code), GUI_TITLE (Menu Painter: Title code).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /ISDFPS/CLMSTB 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
TCODETransaction Code TCODECHAR20TSTCTCODETCD
PROGNAMEABAP Program Name REPIDCHAR40PROGNAME
GUI_STATUSMenu Painter: Status code GUI_STATUSCHAR20GUI_STATUSCUA
GUI_TITLEMenu Painter: Title code GUI_TITLECHAR20GUI_TITLE
DISPLAY_MODEProcessing Mode /ISDFPS/DISPLAY_MODECHAR1/ISDFPS/DISPLAY_MODE
OPTIMIZE_LEVELOptimization Level of Status Board /ISDFPS/DE_LM_OPT_LEVELCHAR1/ISDFPS/DO_LM_OPT_LEVEL
SUPPRESS_DIALOGSwitch for Activating Rapid Automatic Update /ISDFPS/DE_LM_SUPPRESS_DIALOGCHAR1XFELD
READ_NOTIFS_OLDUse Old Read Module for Notifications /ISDFPS/DE_LM_READ_NOTIFS_OLDCHAR1XFELD
READ_ORDERS_OLDUse Old Read Module for Orders /ISDFPS/DE_LM_READ_ORDERS_OLDCHAR1XFELD
READ_REVS_OLDUse Old Read Module for Revisions /ISDFPS/DE_LM_READ_REVS_OLDCHAR1XFELD
READ_MPOS_OLDUse Old Read Module for Maintenance Plan Items /ISDFPS/DE_LM_READ_MPOS_OLDCHAR1XFELD
READ_MDOCS_OLDUse Old Read Module for Measurement Documents /ISDFPS/DE_LM_READ_MDOCS_OLDCHAR1XFELD
READ_MPOINTS_OLDUse Old Read Module for Measuring Points /ISDFPS/DE_LM_READ_MPOINTS_OLDCHAR1XFELD
SELMODE_READKeys or Ranges Selection Mode in Read Modules /ISDFPS/DE_LM_SELMODE_READCHAR1/ISDFPS/DO_LM_SELMODE_READ
NO_INDEX_TABLEDisable Index Table /ISDFPS/DE_LM_DIS_INDEX_TABLECHAR1XFELD
NO_SING_REG_MEQDisable Single Event Registration per Master Equipment /ISDFPS/DE_LM_DIS_SINGLE_REGCHAR1XFELD
NO_STD_RFC_USERDeactivate Use of RFC Standard User for bgRFC Units /ISDFPS/DE_LM_DIS_STD_RFC_USERCHAR1XFELD
NO_INDEX_TABLE_2Deactivate LM Index Table 2 /ISDFPS/DE_LM_DIS_IDX_TABLE_2CHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table /ISDFPS/CLMSTB using ABAP code

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

SELECT SINGLE *
FROM /ISDFPS/CLMSTB
INTO CORRESPONDING FIELDS OF WA_/ISDFPS/CLMSTB
WHERE...

How to access SAP table /ISDFPS/CLMSTB

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