/ISDFPS/CLMCAPP SAP (Customizing Table for Controlled Usage Rate Transactions) Table details

Dictionary Type: Table
Description: Customizing Table for Controlled Usage Rate Transactions




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




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

/ISDFPS/CLMCAPP is a standard SAP Table which is used to store Customizing Table for Controlled Usage Rate Transactions data and is available within R/3 SAP systems depending on the version and release level.

The /ISDFPS/CLMCAPP table consists of various fields, each holding specific information or linking keys about Customizing Table for Controlled Usage Rate Transactions data available in SAP. These include TCODE (Transaction Code), TRACE_LEVEL (Trace Level), RETURN_DATA (Return Data After Selection), NO_INDEX_TABLE (Disable Index Table).. 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)


SAP /ISDFPS/CLMCAPP 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
TRACE_LEVELTrace Level /ISDFPS/DE_LM_TRACE_LEVELCHAR1/ISDFPS/DE_LM_TRACE_LEVEL
RETURN_DATAReturn Data After Selection /ISDFPS/DE_LM_RETURN_DATACHAR1XFELD
NO_INDEX_TABLEDisable Index Table /ISDFPS/DE_LM_DIS_INDEX_TABLECHAR1XFELD
NO_INDEX_TABLE_2Deactivate LM Index Table 2 /ISDFPS/DE_LM_DIS_IDX_TABLE_2CHAR1XFELD
IDX_TBL2_DOC_ALLWrite IDX Entries for ALL LM Documents /ISDFPS/DE_LM_BOOL_IDX_DOC_ALLCHAR1/ISDFPS/DO_LM_BOOL

Key field Non-key field



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

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

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

How to access SAP table /ISDFPS/CLMCAPP

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