CRMT_BSP_S1O_READING_I SAP (BSP UI Service: Counter Measurement Reading (Item)) Structure details

Dictionary Type: Structure
Description: BSP UI Service: Counter Measurement Reading (Item)




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




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

CRMT_BSP_S1O_READING_I 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 "BSP UI Service: Counter Measurement Reading (Item)" 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_S1O_READING_I TYPE CRMT_BSP_S1O_READING_I.

The CRMT_BSP_S1O_READING_I table consists of various fields, each holding specific information or linking keys about BSP UI Service: Counter Measurement Reading (Item) data available in SAP. These include CLIENT (Client), REF_GUID (GUID of a CRM Order Object), MP_GUID (GUID of a CRM Order Object), READ_GUID (GUID of a CRM Order 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP CRMT_BSP_S1O_READING_I 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
OBJECT_KEYObject Key CRMT_BSP_OBJECTKEYCHAR100
CLIENTClient MANDTCLNT3Assigned to domainMANDT
REF_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
MP_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
READ_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
MODEProcessing Mode of Transaction CRMT_MODECHAR1CRM_MODE
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_IDReading Number CRMT_MPK_OBJECT_ID_READINGCHAR20ALPHACRM_MPK_OBJECT_ID_READINGCRM_MPK_RD_IDCRMH_MPK_READING
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
ERROR_FLAGReading Error CRMT_MPK_ERRORCHAR1CRM_MPK_BOOLEAN
CANCELCancel Reading CRMT_MPK_CANCELCHAR1CRM_MPK_BOOLEAN
DELETE_FLAGDeletion Flag for One-stage Deletion CRMT_MPK_DELETECHAR1CRM_MPK_BOOLEAN
DESCRIPTIONCounter Description CRMT_MPK_DESCRCHAR40CRM_MPK_DESCR
TEXT_EXISTSLong Text Exists for this Object CRMT_MPK_TEXT_EXISTSCHAR1CRM_MPK_BOOLEAN
UNITUnit for Counter Reading CRMT_MPK_UNIT_ENTERUNIT3T006CUNITMEINS
READERPerson who took the reading CRMT_MPK_READERCHAR10Assigned to domainALPHABU_PARTNER
SOURCEReading Origin CRMT_MPK_SOURCECHAR1CRM_MPK_SOURCE
INPUT_MODEInput Mode for Readings CRMT_MPK_INPUT_MODECHAR1CRM_MPK_INPUT_MODE
TIMESTAMP_FROMValid from timestamp CRMT_MPK_TIMESTAMP_FROMDEC15TZNTSTMPS
TIMEZONE_FROMTime Zone from CRMT_MPK_TIMEZONE_FROMCHAR6Assigned to domainTZNZONE
TIMESTAMP_TOValid to timestamp CRMT_MPK_TIMESTAMP_TODEC15TZNTSTMPS
TIMEZONE_TOTime Zone to CRMT_MPK_TIMEZONE_TOCHAR6Assigned to domainTZNZONE
VALUEVisible Counter Value CRMT_MPK_VALUE_VISIBLE_UICHAR22CRM_MPK_FLTP_UI
VALUE_DELTADifference Value from Previous Counter Reading CRMT_MPK_VALUE_DIFF_UICHAR22CRM_MPK_FLTP_UI
OVERALLOverall Counter Value CRMT_MPK_VALUE_OVERALL_UICHAR22CRM_MPK_FLTP_UI
MP_OBJECT_IDCounter Identifier CRMT_MPK_OBJECT_ID_MPOINTCHAR20ALPHACRM_MPK_OBJECT_ID_MPOINTCRM_MPK_MP_IDCRMH_MPK_MPOINT
RFC_MODERFC - Mode CRMT_MPK_RFC_MODECHAR1CRM_MPK_RFC_MODE
DATE_FROMReading Valid from Date CRMT_MPK_DATE_FROMDATS8DATUM
TIME_FROMReading Valid from Time CRMT_MPK_TIME_FROMTIMS6UZEIT
DATE_TOReading Valid to Date CRMT_MPK_DATE_TODATS8DATUM
TIME_TOReading Valid to Time CRMT_MPK_TIME_TOTIMS6UZEIT
NEW_VALUEVisible Counter Value CRMT_MPK_VALUE_VISIBLE_UICHAR22CRM_MPK_FLTP_UI
NEWVALUE_DELTADifference Value from Previous Counter Reading CRMT_MPK_VALUE_DIFF_UICHAR22CRM_MPK_FLTP_UI

Key field Non-key field



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

As CRMT_BSP_S1O_READING_I 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_S1O_READING_I as there is no data to select.

How to access SAP table CRMT_BSP_S1O_READING_I

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