SAP ABAP Class CL_LOG_ENTRY_ACL (Logbook: log entry)
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 20021002
Properties
Class CL_LOG_ENTRY_ACL  
Short Description Logbook: log entry    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package DIACL_APP   Logbook: application layer 
Created 20021002   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 DIWP1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 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 20021002
Friends
Class CL_LOG_ENTRY_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) CHAR1 Flag: log entry is locked 20030410
2 R_EX_ACTION Instance attribute Private Object reference (TYPE REF TO) IF_EX_LGE_ACTION_ACL Business add-in interface IF_EX_LGE_ACTION_ACL 20040701
3 R_EX_CNTR_DFLT Instance attribute Private Object reference (TYPE REF TO) IF_EX_CNTR_DFLT_ACL Business add-in interface IF_EX_CNTR_DFLT_ACL 20021115
4 R_MDOC_CYCLES Instance attribute Private Object reference (TYPE REF TO) CL_MEAS_DOC_ACL Measurement document appl obj 20021031
5 R_MDOC_OPTIME Instance attribute Private Object reference (TYPE REF TO) CL_MEAS_DOC_ACL Measurement document appl obj 20021031
6 R_SIGN Instance attribute Private Object reference (TYPE REF TO) IF_DS_SIGN Digital Signature: Create Signature 20030220
7 SIGNSTRAT Instance attribute Private Type reference (TYPE) SIGNSTRAT Strategy for certification of log entry completion 20030328
8 SIGNSTRAT_READ Instance attribute Private Type reference (TYPE) CHAR1 Flag: signature strategy already read in 20030328
9 S_LOG_ENTRY Instance attribute Private Type reference (TYPE) DIACL_LOG_ENTRY Logbook: log entry structure 20021004
10 TEMP_LOGID_MAX Static Attribute Private Type reference (TYPE) CHAR11 Contains the maximum counter value for the temporary log IDs 20050204
11 T_SUP_TECH_OBJS Static Attribute Public Type reference (TYPE) DIOHFW_NODE_T Node references to superior technical objects 20060419
12 UPDATE_BLOCK Instance attribute Private Type reference (TYPE) CHAR1 Flag to block update status. 20050210
Methods
# Method Level Visibility Method type Description Created on
1 CANCEL Instance method Public Method Completes log entry 20040610
2 CERTIFY_COMPLETION Instance method Public Method Digitally releases technical object for service 20030211
3 CHECK_CREATE_FOLLOWUP_LGE Instance method Public Method Check the authority for creating follow-up log entry 20060515
4 CHECK_LOGID_VALID Instance method Public Method Checks whether log entry with specified key already exists 20021014
5 CHECK_OVERLAP Instance method Public Method Checks for time overlap with other log entries 20030303
6 COMPLETE Instance method Public Method Completes log entry 20040602
7 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040226
8 CREATE_LOG_ENTRY Instance method Public Method Creates a log entry in the buffer 20021002
9 CREATE_MEAS_DOCS Instance method Public Method Create measurement documents 20021031
10 CREATE_TEMP_LOGID Instance method Private Method Creates the temporary log ids 20050204
11 EXT_NUMBER_VALID_CHECK Instance method Private Method Checks whether a number lies within the ext. number range. 20050204
12 GET_ACTIVE_STATUSES Instance method Public Method Gets active system and user statuses of log entry 20040302
13 GET_CERTIFICATION Instance method Public Method Gets certification information from log entry 20030213
14 GET_DATA Instance method Public Method Gets log entry data 20021002
15 GET_FINAL_NUMBER Instance method Public Method Returns final internal number for a log entry 20050204
16 GET_FLYING_TIME Static method Public Method Get flying hours for flight 20021101
17 GET_LOGID Instance method Public Method Gets ID of log entry 20021015
18 GET_MDOC_CYCLES Instance method Public Method Gets measurement document for cycles 20021102
19 GET_MDOC_OPTIME Instance method Public Method Gets measurement document for operation time 20021102
20 GET_MEAS_DOCS Instance method Public Method Get created measurement documents 20040305
21 GET_MEAS_DOCS_DEFAULT Instance method Public Method Get default values for measurement documents 20021115
22 GET_MEAS_POINTS Instance method Private Method Get relevant measurement points for this log entry 20040306
23 GET_NUM_RANGE Instance method Public Method Returns the num range num and it's existence 20050211
24 GET_SIGNSTRAT Instance method Private Method Gets strategy for certification of log entry completion 20030328
25 IS_CANCELED Instance method Public Method Returns whether log entry is completed 20040610
26 IS_CERTIFIED Instance method Public Method Returns whether log entry is certified 20040224
27 IS_CERTIFYABLE Instance method Public Method Returns whether log entry is completed 20040224
28 IS_COMPLETED Instance method Public Method Returns whether log entry is completed 20040610
29 IS_EQUAL Static method Public Method Checks if to values of different unit are the same 20040311
30 IS_PART_CERTIFIED Instance method Public Method Returns whether log entry is certified 20040224
31 LOCK Instance method Private Method Locks log entry 20030410
32 REFRESH_DATA Instance method Public Method Refreshes data in log entry 20030410
33 REVOKE_COMPLETION Instance method Public Method Revokes completion of log entry 20040629
34 SET_DATA Instance method Public Method Sets log entry data 20021004
35 SET_LOGID Instance method Public Method Sets log ID 20021015
36 UNDO Instance method Public Method Undo log entry changes 20070322
37 UNLOCK Instance method Private Method Unlocks log entry 20030410
38 UPDATE_STATUS Instance method Public Method Updates log entry statuses depending on included objects 20040317
Events
Class CL_LOG_ENTRY_ACL has no event.
Types
Class CL_LOG_ENTRY_ACL has no local type.
Method Signatures

Method CANCEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_ONLY Call by reference Type reference (TYPE) XFELD Flag: activity check only 20040610
# Exception Resumable Description Created on
1 CX_LGE_ACL Logbuch: Logbucheintrag 20040610

Method CERTIFY_COMPLETION Signature

Method CERTIFY_COMPLETION on class CL_LOG_ENTRY_ACL has no parameter.
# Exception Resumable Description Created on
1 CX_DS_ESCAPE 20030221
2 CX_LGE_ACL Logbuch: Logbucheintrag 20030221

Method CHECK_CREATE_FOLLOWUP_LGE Signature

Method CHECK_CREATE_FOLLOWUP_LGE on class CL_LOG_ENTRY_ACL has no parameter.
# Exception Resumable Description Created on
1 CX_LGE_ACL Logbuch: Logbucheintrag 20060515

Method CHECK_LOGID_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LETYP Call by reference Type reference (TYPE) DIACL_LETYP Art des Logbucheintrags 20040314
2 Importing I_LOGID Call by reference Type reference (TYPE) DIACL_LOGID Logbuch: ID des Logbucheintrags 20021014
# Exception Resumable Description Created on
1 CX_CHECK_OHFW OHFW checks 20040314
2 CX_LGE_ACL Logbuch: Logbucheintrag 20040314
3 CX_LGE_INVALID_KEY_ACL Logbuch: Logbucheintrag 20021015
4 CX_NODE_OHFW OHFW: Node exceptions 20040314

Method CHECK_OVERLAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_OVERLAP_LOGS Value transfer Type reference (TYPE) DIACL_LGE_REF_T Objektreferenztabelle für Logbucheintrag 20030303
2 Importing IS_START_END_TIMES Call by reference Type reference (TYPE) DIACL_LGE_DS Logbuch: Anzeigestruktur des Logbucheintrags 20030303
3 Importing I_SEL_INTERVAL Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20030303

Method CHECK_OVERLAP on class CL_LOG_ENTRY_ACL has no exception.

Method COMPLETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_ONLY Call by reference Type reference (TYPE) XFELD Flag: activity check only 20040602
# Exception Resumable Description Created on
1 CX_LGE_ACL Logbuch: Logbucheintrag 20040602

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOGID Call by reference Type reference (TYPE) DIACL_LOGID Logbuch: ID des Logbucheintrags 20040226
# Exception Resumable Description Created on
1 CX_LGE_NOT_FOUND_ACL Logbook: log entry not found 20040226

Method CREATE_LOG_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_ADDED_NODES Value transfer Type reference (TYPE) DIOHFW_NODE_T OHFW: node objects for measurement documents 20040310
2 Importing IS_LOG_ENTRY Call by reference Type reference (TYPE) DIACL_LGE_DS Logbuch: Anzeigestruktur des Logbucheintrags 20021012
# Exception Resumable Description Created on
1 CX_CHECK_OHFW OHFW checks 20040314
2 CX_LGE_ACL Logbuch: Logbucheintrag 20030303
3 CX_LGE_INVALID_KEY_ACL Logbuch: Logbucheintrag 20021015
4 CX_NODE_OHFW OHFW: Node exceptions 20040314

Method CREATE_MEAS_DOCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ADDED Call by reference Type reference (TYPE) DIOHFW_NODE_T References to node objects 20040310
2 Exporting ET_CANCELLED Call by reference Type reference (TYPE) DIOHFW_NODE_T Knotenreferenzen 20040310
3 Exporting ET_WARNINGS Call by reference Type reference (TYPE) DIOHFW_MESSAGE_T Tabellentyp für Nachrichten 20040618
4 Exporting E_CREATION_FAILED Call by reference Type reference (TYPE) XFLAG Neue Eingabewerte 20021031
5 Importing I_ONLY_AUTOMATIC Call by reference Type reference (TYPE) XFLAG Only automatically created 20040306
# Exception Resumable Description Created on
1 CX_LGE_ACL Logbuch: Logbucheintrag 20040309

Method CREATE_TEMP_LOGID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LOGID Call by reference Type reference (TYPE) DIACL_LOGID Logbook: ID of log entry 20050204

Method CREATE_TEMP_LOGID on class CL_LOG_ENTRY_ACL has no exception.

Method EXT_NUMBER_VALID_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_VALID_FLAG Call by reference Type reference (TYPE) CHAR1 Flag for ext. no. existence 20050209
2 Importing I_LOG_ID Call by reference Type reference (TYPE) DIACL_LOGID Logbook: ID of log entry 20050209
3 Importing I_NR_RANGE Call by reference Type reference (TYPE) NRNR Number range number 20050209

Method EXT_NUMBER_VALID_CHECK on class CL_LOG_ENTRY_ACL has no exception.

Method GET_ACTIVE_STATUSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_ACTIVE_STATUSES Value transfer Type reference (TYPE) DIACL_STATUS_T Statusbezeichnung 20040302
2 Importing I_LANGU Call by reference Type reference (TYPE) SYLANGU R/3-System, aktuelle Sprache 20040302
# Exception Resumable Description Created on
1 CX_LGE_ACL Logbuch: Logbucheintrag 20040302

Method GET_CERTIFICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_STEPS Value transfer Type reference (TYPE) SIGN_STEP_TAB 20030213
# Exception Resumable Description Created on
1 CX_LGE_ACL Logbuch: Logbucheintrag 20030213

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_MDOC_CYCLES Call by reference Object reference (TYPE REF TO) CL_MEAS_DOC_ACL 20021106
2 Exporting ER_MDOC_OPTIME Call by reference Object reference (TYPE REF TO) CL_MEAS_DOC_ACL 20021106
3 Exporting ES_LOG_ENTRY Value transfer Type reference (TYPE) DIACL_LGE_DS Logbuch: Anzeigestruktur des Logbucheintrags 20021004
# Exception Resumable Description Created on
1 CX_LGE_NOT_FOUND_ACL 20021031

Method GET_FINAL_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_LOG_ENTRYD Call by reference Type reference (TYPE) DIACL_LGE_DS Logbook: log entry display structure 20050210
2 Importing I_RANGE_NR Call by reference Type reference (TYPE) NRNR Number range number 20050204
# Exception Resumable Description Created on
1 CX_LGE_ACL Logbook: log entry 20050211
2 CX_LGE_INVALID_KEY_ACL Logbook: log entry 20050209

Method GET_FLYING_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_OPER_TIME Value transfer Type reference (TYPE) IMRC_CNTRC Zähleranzeige 20021101
2 Importing I_DECIM Call by reference Type reference (TYPE) IMRC_DECIM Anzahl der Dezimalstellen 20021101
3 Importing I_ENDDT Call by reference Type reference (TYPE) DIACL_END_DT Logbuch: Datum des Betriebsendes 20021101
4 Importing I_ENDTM Call by reference Type reference (TYPE) DIACL_END_TM Logbuch: Uhrzeit des Betriebsendes 20021101
5 Importing I_ENDTZ Call by reference Type reference (TYPE) DIACL_END_TZ Logbuch: Zeitzone für die Uhrzeit des Betriebsendes 20040311
6 Importing I_EXPON Call by reference Type reference (TYPE) IMRC_EXPON 20021101
7 Importing I_STARTDT Call by reference Type reference (TYPE) DIACL_START_DT Logbuch: Datum des Betriebsanfangs 20021101
8 Importing I_STARTTM Call by reference Type reference (TYPE) DIACL_START_TM Logbuch: Uhrzeit des Betriebsanfangs 20021101
9 Importing I_STARTTZ Call by reference Type reference (TYPE) DIACL_START_TZ Logbuch: Zeitzone für die Uhrzeit des Betriebsanfangs 20040311
10 Importing I_UNIT Call by reference Type reference (TYPE) UNIT Einheit 20021101
# Exception Resumable Description Created on
1 FLYING_TIME_INITIAL 20021101
2 FLYING_TIME_NEGATIVE 20030402
3 INVALID_ENTRY Invalid Time Zone 20051122

Method GET_LOGID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_LOGID Value transfer Type reference (TYPE) DIACL_LOGID Logbuch: ID des Logbucheintrags 20021031

Method GET_LOGID on class CL_LOG_ENTRY_ACL has no exception.

Method GET_MDOC_CYCLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_MDOC_CYCLES Value transfer Object reference (TYPE REF TO) CL_MEAS_DOC_ACL 20021102

Method GET_MDOC_CYCLES on class CL_LOG_ENTRY_ACL has no exception.

Method GET_MDOC_OPTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_MDOC_OPTIME Value transfer Object reference (TYPE REF TO) CL_MEAS_DOC_ACL 20021102

Method GET_MDOC_OPTIME on class CL_LOG_ENTRY_ACL has no exception.

Method GET_MEAS_DOCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_MEAS_DOCS Value transfer Type reference (TYPE) DIACL_MEAS_DOC_T Tabelle der Messbelege 20040305
2 Importing I_INCLUDE_INACTIVE Call by reference Type reference (TYPE) FLAG Include inactive meas docs. 20040312

Method GET_MEAS_DOCS on class CL_LOG_ENTRY_ACL has no exception.

Method GET_MEAS_DOCS_DEFAULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_CNTR_DEFAULT Value transfer Type reference (TYPE) DIACL_CNTR_VALUE_T Tabellentyp für DIACL_CNTR_VALUE_S 20021115
# Exception Resumable Description Created on
1 CX_LGE_ACL Logbuch: Logbucheintrag 20030401

Method GET_MEAS_POINTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_MEAS_POINTS Value transfer Type reference (TYPE) TT_CCM_IMPT Msrng Pnts 20040306
2 Importing I_ONLY_AUTOMATIC Call by reference Type reference (TYPE) FLAG Return only automatic measurement points 20040308
3 Importing I_ONLY_MANDATORY Call by reference Type reference (TYPE) FLAG Returns only mandatory measurement points 20040306
# Exception Resumable Description Created on
1 CX_LGE_ACL Logbuch: Logbucheintrag 20040306

Method GET_NUM_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RANGE_NR Call by reference Type reference (TYPE) NRNR Number range number 20050211
2 Exporting E_RESULT_FLAG Call by reference Type reference (TYPE) CHAR1 Flag:Existence of int/ext number 20050211
3 Importing I_INT_FLAG Call by reference Type reference (TYPE) CHAR1 Flag:check for internal number 20050211

Method GET_NUM_RANGE on class CL_LOG_ENTRY_ACL has no exception.

Method GET_SIGNSTRAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_SIGNSTRAT Value transfer Type reference (TYPE) SIGNSTRAT 20030328

Method GET_SIGNSTRAT on class CL_LOG_ENTRY_ACL has no exception.

Method IS_CANCELED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_CANCELED Value transfer Type reference (TYPE) XFLAG Flag: log entry is canceled 20040610
# Exception Resumable Description Created on
1 CX_LGE_ACL Logbuch: Logbucheintrag 20040610

Method IS_CERTIFIED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_CERTIFIED Value transfer Type reference (TYPE) XFLAG Flag: log entry is certified 20040224
# Exception Resumable Description Created on
1 CX_LGE_ACL Logbuch: Logbucheintrag 20040224

Method IS_CERTIFYABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_CERTIFYABLE Value transfer Type reference (TYPE) XFLAG Flag: log entry is completed 20040224

Method IS_CERTIFYABLE on class CL_LOG_ENTRY_ACL has no exception.

Method IS_COMPLETED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_COMPLETED Value transfer Type reference (TYPE) XFLAG Flag: log entry is completed 20040610
# Exception Resumable Description Created on
1 CX_LGE_ACL Logbuch: Logbucheintrag 20040610

Method IS_EQUAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing A_UNIT Call by reference Type reference (TYPE) UNIT Unit A 20040311
2 Importing A_VALUE Call by reference Type reference (TYPE) CHAR22 Value A 20040311
3 Importing B_UNIT Call by reference Type reference (TYPE) UNIT Unit B 20040311
4 Importing B_VALUE Call by reference Type reference (TYPE) CHAR22 Value B 20040311
5 Returning RESULT Value transfer Type reference (TYPE) FLAG Set if equal 20040311

Method IS_EQUAL on class CL_LOG_ENTRY_ACL has no exception.

Method IS_PART_CERTIFIED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_PART_CERTIFIED Value transfer Type reference (TYPE) XFLAG Flag: log entry is partially certified 20040224
# Exception Resumable Description Created on
1 CX_LGE_ACL Logbuch: Logbucheintrag 20040224

Method LOCK Signature

Method LOCK on class CL_LOG_ENTRY_ACL has no parameter.
# Exception Resumable Description Created on
1 FOREIGN_LOCK 20030410

Method REFRESH_DATA Signature

Method REFRESH_DATA on class CL_LOG_ENTRY_ACL has no parameter.
Method REFRESH_DATA on class CL_LOG_ENTRY_ACL has no exception.

Method REVOKE_COMPLETION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_ONLY Call by reference Type reference (TYPE) XFELD 20040629
# Exception Resumable Description Created on
1 CX_LGE_ACL Logbuch: Logbucheintrag 20040629

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ADDED_NODES Call by reference Type reference (TYPE) DIOHFW_NODE_T Added nodes 20040310
2 Exporting ET_UPDATED_NODES Call by reference Type reference (TYPE) DIOHFW_NODE_T Updated nodes 20040310
3 Exporting ET_WARNINGS Call by reference Type reference (TYPE) DIOHFW_MESSAGE_T Tabellentyp für Nachrichten 20040618
4 Importing IS_LOG_ENTRY Call by reference Type reference (TYPE) DIACL_LGE_DS Logbuch: Anzeigestruktur des Logbucheintrags 20021004
# Exception Resumable Description Created on
1 CX_LGE_ACL Logbuch: Logbucheintrag 20030225

Method SET_LOGID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK Call by reference Type reference (TYPE) FLAG 'X' 20021015
2 Importing I_LETYP Call by reference Type reference (TYPE) DIACL_LETYP Art des Logbucheintrags 20040314
3 Importing I_LOGID Call by reference Type reference (TYPE) DIACL_LOGID Logbuch: ID des Logbucheintrags 20021015
4 Importing I_UPDATE_NODE Call by reference Type reference (TYPE) FLAG 'X' 20021015
# Exception Resumable Description Created on
1 CX_CHECK_OHFW OHFW checks 20040314
2 CX_LGE_ACL Logbuch: Logbucheintrag 20040314
3 CX_LGE_INVALID_KEY_ACL Logbuch: Logbucheintrag 20021015
4 CX_NODE_OHFW OHFW: Node exceptions 20040314

Method UNDO Signature

Method UNDO on class CL_LOG_ENTRY_ACL has no parameter.
Method UNDO on class CL_LOG_ENTRY_ACL has no exception.

Method UNLOCK Signature

Method UNLOCK on class CL_LOG_ENTRY_ACL has no parameter.
Method UNLOCK on class CL_LOG_ENTRY_ACL has no exception.

Method UPDATE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DOCC Call by reference Type reference (TYPE) XFLAG ACLA_X 20040317
2 Importing I_MDRQ Call by reference Type reference (TYPE) XFLAG ACLA_X 20040317
# Exception Resumable Description Created on
1 CX_LGE_ACL Logbuch: Logbucheintrag 20040317
History
Last changed by/on SAP  20100310 
SAP Release Created in 471