CRMT_BSP_COUNTER_I_WRK SAP (Counter Item Link Structure) Structure details

Dictionary Type: Structure
Description: Counter Item Link Structure




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




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

CRMT_BSP_COUNTER_I_WRK is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Counter Item Link Structure" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CRMT_BSP_COUNTER_I_WRK TYPE CRMT_BSP_COUNTER_I_WRK.

The CRMT_BSP_COUNTER_I_WRK table consists of various fields, each holding specific information or linking keys about Counter Item Link Structure data available in SAP. These include GUID (GUID of a Kernel Object), CREATED_AT (Transaction was Created at this Time), CREATED_BY (User that Created the Transaction), CHANGED_AT (Time of Last Change to the Transaction).. 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 CRMT_BSP_COUNTER_I_WRK structure 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
GUIDGUID of a Kernel Object CRMT_MPK_OBJECT_GUIDRAW16SYSUUID
CREATED_ATTransaction was Created at this Time CRMT_MPK_CREATED_ATDEC15TSTPSBCOS_TSTMP
CREATED_BYUser that Created the Transaction CRMT_MPK_CREATED_BYCHAR12UNAME
CHANGED_ATTime of Last Change to the Transaction CRMT_MPK_CHANGED_ATDEC15TSTPSBCOS_TSTMP
CHANGED_BYTransaction Last Changed By CRMT_MPK_CHANGED_BYCHAR12UNAME
OBJECT_IDCounter Identifier CRMT_MPK_OBJECT_ID_MPOINTCHAR20ALPHACRM_MPK_OBJECT_ID_MPOINTCRM_MPK_MP_IDCRMH_MPK_MPOINT
DESCRIPTIONCounter Description CRMT_MPK_DESCRCHAR40CRM_MPK_DESCR
TEXT_EXISTSLong Text Exists for this Object CRMT_MPK_TEXT_EXISTSCHAR1CRM_MPK_BOOLEAN
CATEGORYCounter Category CRMT_MPK_CATEGORYCHAR3CRMC_MPK_CATCRM_MPK_CATEGORYCRM_COUNTER_CATEGORY
APPL_GROUPApplication Group CRMT_MPK_APPGROUPCHAR3CRMC_MPK_APPGRPCRM_MPK_APPGROUP
TYPECounter Type CRMT_MPK_TYPENUMC1CRM_MPK_TYPE
ATTRIBUTECounter Attribute CRMT_MPK_ATTRIBUTECHAR20CRMC_MPK_ATTRCRM_MPK_ATTRIBUTE
UNITUnit of Measurement for Counter CRMT_MPK_UNITUNIT3T006CUNITMEINS
DECIMALSNumber of Decimal Places in a Counter CRMT_MPK_DECIMALSINT25CRM_MPK_DECIMALS
PLAN_TIMEPlanned Timeframe CRMT_MPK_PLTIMEINT13CRM_MPK_PLTIME
PLAN_UNITPlanned Unit of Time CRMT_MPK_UNIT_PLANNEDUNIT3T006CUNITMEINSH_T006_TIME
STATUSCounter Status CRMT_MPK_STATUSCHAR1CRM_MPK_STATUS
STATUS_READINGReading Status of Counter CRMT_MPK_STATUS_READINGCHAR1CRM_MPK_STATUS_READING
FUNCTIONUsage Function CRMT_UBB_USAGEFCTCHAR4CRMC_UBB_USG_FCTCRM_UBB_USAGEFCT
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
VALUE_MINMinimum Value of Counter CRMT_MPK_VALUE_MIN_UICHAR22CRM_MPK_FLTP_UI
VALUE_MAXMaximum Value of Counter CRMT_MPK_VALUE_MAX_UICHAR22CRM_MPK_FLTP_UI
VALUE_PLANPlanned Value of Counter CRMT_MPK_VALUE_PLAN_UICHAR22CRM_MPK_FLTP_UI
OVERFLOWCounter Overflow CRMT_MPK_OVERFLOW_UICHAR22CRM_MPK_FLTP_UI
RFC_MODERFC - Mode CRMT_MPK_RFC_MODECHAR1CRM_MPK_RFC_MODE
COUNTER_ENGINE 0
CLIENTClient MANDTCLNT3Assigned to domainMANDT
REF_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
MP_GUIDCharacter field, length 32 CHAR32CHAR32CHAR32
MAIN_FLAGMain Counter CRMV_MAIN_COUNTER_FLAGCHAR1CRM_BOOLEAN
MODEProcessing Mode of Transaction CRMT_MODECHAR1CRM_MODE

Key field Non-key field



How do I retrieve data from SAP structure CRMT_BSP_COUNTER_I_WRK using ABAP code?

As CRMT_BSP_COUNTER_I_WRK is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CRMT_BSP_COUNTER_I_WRK as there is no data to select.

How to access SAP table CRMT_BSP_COUNTER_I_WRK

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