SAP ABAP Class CL_DEFECT_ENTRY_ACL (Defect log entries)
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 20011130
Properties
Class CL_DEFECT_ENTRY_ACL  
Short Description Defect log entries    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package DIACL_APP   Logbook: application layer 
Created 20011130   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IQS0 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 20011130
Friends
Class CL_DEFECT_ENTRY_ACL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 R_FLIGHT_ENTRY Instance attribute Private Object reference (TYPE REF TO) CL_FLIGHT_ENTRY_ACL Assigned flight log entry 20011218
2 S_NOTIF_HEADER Instance attribute Private Type reference (TYPE) VIQMEL Notification header in defect log entry 20011217
3 T_NOTIF_ACTIES Instance attribute Private Type reference (TYPE) DIACL_DLE_WQMMA_T Notification activities in defect log entry 20011217
4 T_NOTIF_ITEMS Instance attribute Private Type reference (TYPE) DIACL_DLE_WQMFE_T Notification items in defect log entry 20011217
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_DATA_PRIORITY Instance method Public Method Checks for priority 20011219
2 CHECK_DATA_REVISION Instance method Public Method Checks for revision 20020109
3 CHECK_DATA_TASK_LIST Instance method Public Method Checks for tasklist 20011219
4 CHECK_DATA_TECH_OBJ Instance method Public Method Checks for functional location & equipment 20011219
5 CHECK_DATA_TECH_OBJ_HIER Instance method Public Method Changes funct loc for equip entered and reads hieararchy 20020820
6 CHECK_DATA_WORK_CTR Instance method Public Method Checks for work centre & plant 20020107
7 CHECK_KEY Instance method Public Method Checks if notification with this key exists 20011210
8 CHECK_REVISION_CHANGE Instance method Public Method Check changes to revision 20020109
9 CREATE_NOTIFICATION Instance method Public Method Creates temporary notification 20011211
10 GET_DATA Instance method Public Method Gets data of defect log entry 20011130
11 GET_KEY Instance method Public Method Get key of notification (QMNUM) 20011212
12 GET_TEXT Instance method Public Method Gets the text for the defect 20020103
13 REFRESH_NOTIF_BUFFER Instance method Public Method Refreshes notification buffer 20020114
14 SELECT_DATA_PRIORITY Instance method Public Method F4 selection for priority 20011219
15 SET_DATA_ACTIES Instance method Public Method Sets activity data in defect log entry 20020111
16 SET_DATA_HEADER Instance method Public Method Sets header data in defect log entry 20011218
17 SET_DATA_ITEMS Instance method Public Method Sets items data in defect log entry 20011218
18 SET_KEY Instance method Public Method Sets notification key (QMNUM) 20011212
Events
Class CL_DEFECT_ENTRY_ACL has no event.
Types
Class CL_DEFECT_ENTRY_ACL has no local type.
Method Signatures

Method CHECK_DATA_PRIORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_DLE_HEADER Call by reference Type reference (TYPE) DIACL_DLE 20011219
# Exception Resumable Description Created on
1 INPUT_MESSAGE 20011219

Method CHECK_DATA_REVISION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_DLE_HEADER Call by reference Type reference (TYPE) DIACL_DLE 20020109

Method CHECK_DATA_REVISION on class CL_DEFECT_ENTRY_ACL has no exception.

Method CHECK_DATA_TASK_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DLE_HEADER Call by reference Type reference (TYPE) DIACL_DLE 20011219
# Exception Resumable Description Created on
1 INPUT_MESSAGE 20011219

Method CHECK_DATA_TECH_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_DLE_HEADER Call by reference Type reference (TYPE) DIACL_DLE 20011219
# Exception Resumable Description Created on
1 INPUT_MESSAGE 20011219

Method CHECK_DATA_TECH_OBJ_HIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_EQUIP Call by reference Type reference (TYPE) VIQMEL-EQUNR Equipment-Nummer 20020820
2 Changing C_FUNC_LOC Call by reference Type reference (TYPE) VIQMEL-TPLNR Technischer Platz 20020820
3 Exporting ET_IFLOT Call by reference Type reference (TYPE) DIACL_IFLOT_T 20020820
4 Importing I_DATUM Call by reference Type reference (TYPE) SY-DATUM SY-DATUM Datum und Zeit, aktuelles (Anwendungsserver-)Datum 20020820
5 Importing I_MSGTY Call by reference Type reference (TYPE) C 'I' Nachrichtentyp 20020820

Method CHECK_DATA_TECH_OBJ_HIER on class CL_DEFECT_ENTRY_ACL has no exception.

Method CHECK_DATA_WORK_CTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_DLE_HEADER Call by reference Type reference (TYPE) DIACL_DLE 20020107

Method CHECK_DATA_WORK_CTR on class CL_DEFECT_ENTRY_ACL has no exception.

Method CHECK_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_NOTIF_EXISTS Value transfer Type reference (TYPE) CHAR1 20011210
2 Importing IS_DLE_HEADER Call by reference Type reference (TYPE) DIACL_DLE 20011217
# Exception Resumable Description Created on
1 APPL_OBJ_LINKED_DB 20011214
2 APPL_OBJ_LINKED_TEMP 20011214
3 KEY_INCOMPLETE 20011214
4 KEY_NOT_UNIQUE 20020904
5 NOTI_NOT_FOUND 20011214
6 QMART_MISSING 20020904
7 QMTXT_MISSING 20020904

Method CHECK_REVISION_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_DLE_HEADER Call by reference Type reference (TYPE) DIACL_DLE 20020109
2 Importing IS_VIQMEL Call by reference Type reference (TYPE) VIQMEL Generierte Tabelle für Sicht VIQMEL 20020109

Method CHECK_REVISION_CHANGE on class CL_DEFECT_ENTRY_ACL has no exception.

Method CREATE_NOTIFICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DLE_HEADER Call by reference Type reference (TYPE) DIACL_DLE 20011218
# Exception Resumable Description Created on
1 CREATE_NOTIF_ERROR 20011211

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DLE_HEADER Call by reference Type reference (TYPE) DIACL_DLE 20011217
2 Exporting ET_DLE_ACTIES Call by reference Type reference (TYPE) DIACL_DLE_ACTY_T 20011217
3 Exporting ET_DLE_ITEMS Call by reference Type reference (TYPE) DIACL_DLE_ITEM_T 20011217

Method GET_DATA on class CL_DEFECT_ENTRY_ACL has no exception.

Method GET_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_QMNUM Value transfer Type reference (TYPE) QMNUM Meldungsnummer 20011212

Method GET_KEY on class CL_DEFECT_ENTRY_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 Zeichenfeld der Länge 40 20020103

Method GET_TEXT on class CL_DEFECT_ENTRY_ACL has no exception.

Method REFRESH_NOTIF_BUFFER Signature

Method REFRESH_NOTIF_BUFFER on class CL_DEFECT_ENTRY_ACL has no parameter.
Method REFRESH_NOTIF_BUFFER on class CL_DEFECT_ENTRY_ACL has no exception.

Method SELECT_DATA_PRIORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DLE_HEADER Call by reference Type reference (TYPE) DIACL_DLE 20011219

Method SELECT_DATA_PRIORITY on class CL_DEFECT_ENTRY_ACL has no exception.

Method SET_DATA_ACTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_CHANGED Value transfer Type reference (TYPE) CHAR1 20020111
2 Importing IT_DLE_ACTIES Call by reference Type reference (TYPE) DIACL_DLE_ACTY_T 20020111
# Exception Resumable Description Created on
1 ACTY_UPDATE_ERROR 20020111

Method SET_DATA_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_DLE_HEADER Call by reference Type reference (TYPE) DIACL_DLE 20011218
2 Importing IT_DLE_ACTIES Call by reference Type reference (TYPE) DIACL_DLE_ACTY_T 20011218
3 Importing IT_DLE_ITEMS Call by reference Type reference (TYPE) DIACL_DLE_ITEM_T 20011218
# Exception Resumable Description Created on
1 CHANGE_NOTIF_ERROR 20020904

Method SET_DATA_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_CHANGED Value transfer Type reference (TYPE) CHAR1 20011218
2 Importing IT_DLE_ITEMS Call by reference Type reference (TYPE) DIACL_DLE_ITEM_T 20011218
# Exception Resumable Description Created on
1 ITEM_UPDATE_ERROR 20020103

Method SET_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJNR Call by reference Type reference (TYPE) J_OBJNR Objektnummer 20020107
2 Importing I_QMNUM Call by reference Type reference (TYPE) QMNUM Meldungsnummer 20011212
# Exception Resumable Description Created on
1 QMNUM_MISSING 20011212
History
Last changed by/on SAP  20100310 
SAP Release Created in 470