SAP ABAP Class CL_MEAS_DOC_ACL (Measurement document appl obj)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PLM-LBK (Application Component) Logbook
     DIACL_APP (Package) Logbook: application layer
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_APPL_OBJ_OHFW Interface to OO application object 20011215
Properties
Class CL_MEAS_DOC_ACL  
Short Description Measurement document appl obj    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package DIACL_APP   Logbook: application layer 
Created 20011215   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ACLA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 OHFWA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_APPL_OBJ_OHFW Interface to OO application object 20011215
Friends
Class CL_MEAS_DOC_ACL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 LOCKED Instance attribute Private Type reference (TYPE) XFELD Flag: meas. doc. locked 20040603
2 R_EX_ACTION Instance attribute Private Object reference (TYPE REF TO) IF_EX_MDOC_ACTION_ACL BAdI for follow-up action 20040625
3 S_MEAS_DOC Instance attribute Private Type reference (TYPE) DIACL_MEAS_DOC_DS Measurement document structure 20011215
Methods
# Method Level Visibility Method type Description Created on
1 CANCEL_MEAS_DOC Instance method Public Method Cancels the measurement document 20011216
2 CHECK_VALUE Static method Public Method Check the value of a certain measurement point 20011217
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20011215
4 CONVERT_OUTPUT Instance method Private Method Converts data into display mode 20011216
5 CREATE_MEAS_DOC Instance method Public Method Creates the measurement document in buffer 20011216
6 GET_DATA Instance method Public Method Get measurement document data 20011215
7 GET_ID Instance method Public Method Get measurement document Id 20021106
8 GET_LOGID_STEXT Instance method Private Method Gets text representation of log Id 20050210
9 GET_LOGID_STRING Instance method Private Method Gets string representation of log Id 20021115
10 GET_MEAS_POINT Instance method Public Method Get the measurement point of the measurement document 20011218
11 GET_TEXT Instance method Public Method Get text 20020103
12 GET_VALUE Instance method Public Method Gets the value of the measurement document 20040309
13 LOCK Instance method Public Method Locks measurement document and point 20040602
14 RESET Instance method Public Method Restets object attributes (e.g. for refresh after save) 20040603
15 SET_CANCEL_IND Instance method Public Method Sets the cancel indicator 20051202
16 SET_KEY Instance method Public Method Sets measurement document Id 20021106
17 SET_LOG_KEY Instance method Private Method Sets the log key 20011218
18 UNLOCK Instance method Public Method Locks measurement document and point 20040603
Events
Class CL_MEAS_DOC_ACL has no event.
Types
Class CL_MEAS_DOC_ACL has no local type.
Method Signatures

Method CANCEL_MEAS_DOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MESSAGES_ALLOWED Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20011218
# Exception Resumable Description Created on
1 CANCEL_FAILED 20011219

Method CHECK_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_CNTR_VALUE Call by reference Type reference (TYPE) DIACL_CNTR_VALUE_S Aktualisierungsstruktur für Zähler 20011217
# Exception Resumable Description Created on
1 INVALID 20011217

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MDOCM Call by reference Type reference (TYPE) IMRC_MDOCM 20040226
# Exception Resumable Description Created on
1 CX_MEAS_DOC_ACL Measurement document exceptions 20040621

Method CONVERT_OUTPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_IMPT Call by reference Type reference (TYPE) IMPT 20011216
2 Importing IS_IMRG Call by reference Type reference (TYPE) IMRG Messbeleg 20011216

Method CONVERT_OUTPUT on class CL_MEAS_DOC_ACL has no exception.

Method CREATE_MEAS_DOC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CNTR_UPD Call by reference Type reference (TYPE) DIACL_CNTR_VALUE_S Aktualisierungsstruktur für Zähler 20011216
2 Importing I_READING_DATE Call by reference Type reference (TYPE) DATUM Datum 20020109
3 Importing I_READING_TIME Call by reference Type reference (TYPE) UZEIT Uhrzeit 20020109
# Exception Resumable Description Created on
1 CREATION_FAILED 20011216

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_MEAS_DOC Value transfer Type reference (TYPE) DIACL_MEAS_DOC_DS Dialogstruktur für Messbelege 20011215
# Exception Resumable Description Created on
1 CX_MEAS_DOC_ACL Measurement document exceptions 20040621

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_MDOCM Value transfer Type reference (TYPE) IMRC_MDOCM Messbeleg 20021106

Method GET_ID on class CL_MEAS_DOC_ACL has no exception.

Method GET_LOGID_STEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_LOGID_STEXT Value transfer Type reference (TYPE) CHAR80 text for log entry 20050210

Method GET_LOGID_STEXT on class CL_MEAS_DOC_ACL has no exception.

Method GET_LOGID_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_LOGID_STRING Value transfer Type reference (TYPE) CHAR80 Char 80 20021115

Method GET_LOGID_STRING on class CL_MEAS_DOC_ACL has no exception.

Method GET_MEAS_POINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_POINT Value transfer Type reference (TYPE) IMRC_POINT 20011218

Method GET_MEAS_POINT on class CL_MEAS_DOC_ACL has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_TEXT Value transfer Type reference (TYPE) CHAR40 20020103

Method GET_TEXT on class CL_MEAS_DOC_ACL has no exception.

Method GET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_UNIT Call by reference Type reference (TYPE) UNIT Einheit 20040309
2 Exporting E_VALUE Call by reference Type reference (TYPE) DIACL_MDOC_VALUE Wert des Messbelegs 20040309
3 Importing I_IMPT Call by reference Type reference (TYPE) IMPT 20040309

Method GET_VALUE on class CL_MEAS_DOC_ACL has no exception.

Method LOCK Signature

Method LOCK on class CL_MEAS_DOC_ACL has no parameter.
# Exception Resumable Description Created on
1 CX_MEAS_DOC_ACL Measurement document exceptions 20040602

Method RESET Signature

Method RESET on class CL_MEAS_DOC_ACL has no parameter.
Method RESET on class CL_MEAS_DOC_ACL has no exception.

Method SET_CANCEL_IND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CANCEL Call by reference Type reference (TYPE) CHAR1 Cancel 20051202

Method SET_CANCEL_IND on class CL_MEAS_DOC_ACL has no exception.

Method SET_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MDOCM Call by reference Type reference (TYPE) IMRC_MDOCM 20021106

Method SET_KEY on class CL_MEAS_DOC_ACL has no exception.

Method SET_LOG_KEY Signature

Method SET_LOG_KEY on class CL_MEAS_DOC_ACL has no parameter.
# Exception Resumable Description Created on
1 CX_MEAS_DOC_ACL 20040305

Method UNLOCK Signature

Method UNLOCK on class CL_MEAS_DOC_ACL has no parameter.
Method UNLOCK on class CL_MEAS_DOC_ACL has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 470