IMPM_CABN SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

IMPM_CABN is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The IMPM_CABN table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include POINT (Measuring Point), PSORT (Position Number of the Object Measuring Point (Sort Field)), PTTXT (Description of Measuring Point), MPTYP (Measuring Point Category).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP IMPM_CABN table view 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 MANDTCLNT3T000MANDT
POINTMeasuring Point IMRC_POINTCHAR12ALPHAIMRC_POINTIPTIMPM
PSORTPosition Number of the Object Measuring Point (Sort Field) IMRC_PSORTCHAR20CHAR20
PTTXTDescription of Measuring Point IMRC_PTTXTCHAR40TEXT40
MPTYPMeasuring Point Category IMRC_MPTYPCHAR1T370PIMRC_MPTYPIP1
IRFMPIndicator: MeasPoint Is a Reference Measuring Point IMRC_IRFMPCHAR1X
INACTIndicator: Measuring Point Inactive IMRC_INACTCHAR1X
LVORMDeletion Flag for 2-Level Deletion Logic IMRC_DEL2CHAR1IMRC_DEL2
LOCASAssembly for Localization of Measuring Point IMRC_LOCASCHAR18MARAMATN1MATNRMAT
INDCTIndicator to Show that Measuring Point Is a Counter IMRC_INDCTCHAR1X
CODCTCatalog Type - Measurement Reading Valuation Code IMRC_CODCTCHAR1TQ15QKATART
CODGRCode Group - Measurement Reading Valuation Code IMRC_CODGRCHAR8QPGRQCODEGRP
ATINNInternal characteristic ATINNNUMC10CABNATINNATINN
ATNAMCharacteristic Name ATNAMCHAR30ATNAMFEA

Key field Non-key field



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

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

SELECT SINGLE *
FROM IMPM_CABN
INTO CORRESPONDING FIELDS OF WA_IMPM_CABN
WHERE...

How to access SAP table IMPM_CABN

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