SAP ABAP Class CL_EAML_EVT_IMG (EHP6: IMG-Selection Class for Network Event)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   PM-EQM (Application Component) Technical Objects
     EAML (Package) EAM: Linear Feature Extension - unswitched
Properties
Class CL_EAML_EVT_IMG  
Short Description EHP6: IMG-Selection Class for Network Event    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package EAML   EAM: Linear Feature Extension - unswitched 
Created 20100505   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_EAML_EVT_IMG has no forward declaration.
Interfaces
Class CL_EAML_EVT_IMG has no interface implemented.
Friends
Class CL_EAML_EVT_IMG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_EVT_IMG_INST Static Attribute Private Type reference (TYPE) TYPE_T_EVT_IMG_INST 20100526
2 GT_EVT_OBJ Static Attribute Private Type reference (TYPE) TYPE_T_EVT_OBJ 20100505
3 GT_EVT_OBJ_T Static Attribute Private Type reference (TYPE) TYPE_T_EVT_OBJ_T 20100505
4 GT_EVT_OTYPE Static Attribute Private Type reference (TYPE) TYPE_T_EVT_OTYPE 20100505
5 GT_EVT_OTYPE_T Static Attribute Private Type reference (TYPE) TYPE_T_EVT_OTYPE_T 20100505
6 GT_EVT_O_ATT Static Attribute Private Type reference (TYPE) TYPE_T_EVT_O_ATT 20100505
7 GT_EVT_O_ATT_T Static Attribute Private Type reference (TYPE) TYPE_T_EVT_O_ATT_T 20100505
8 GT_NET_EVT_REL Static Attribute Private Type reference (TYPE) EAML_T_NET_EVT_REL EAML Table Type for EAML_NET_EVT_REL 20100702
Methods
# Method Level Visibility Method type Description Created on
1 GET_EVT_IMG_BY_OTYPE Static method Public Method Get IMG for Object Type 20100526
2 GET_OTYPE_BY_NETTYPE Static method Public Method get customizing for Net Type 20100527
3 REFRESH Static method Public Method 20100601
Events
Class CL_EAML_EVT_IMG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYPE_S_EVT_IMG_INST Public See coding 20100526 BEGIN OF type_s_evt_img_inst, otype TYPE eaml_evt_otype, t_otype_t TYPE eaml_t_evt_otype_t, t_object TYPE eaml_t_evt_obj, t_object_t TYPE eaml_t_evt_obj_t, t_obj_att TYPE eaml_t_evt_o_att, t_obj_att_t TYPE eaml_t_evt_o_att_t, t_obj_att_a_val TYPE eaml_t_evt_a_val, t_obj_att_a_val_t TYPE eaml_t_evt_a_val_t, t_obj_att_rel TYPE eaml_t_evt_att_rel, END OF type_s_evt_img_inst
2 TYPE_T_EVT_ATT_REL Public See coding 20100526 type_t_evt_att_rel TYPE TABLE OF eaml_evt_att_rel
3 TYPE_T_EVT_A_VAL Public See coding 20100526 type_t_evt_a_val TYPE TABLE OF eaml_evt_a_val
4 TYPE_T_EVT_A_VAL_T Public See coding 20100526 type_t_evt_a_val_t TYPE TABLE OF eaml_evt_a_val_t
5 TYPE_T_EVT_IMG_INST Public See coding 20100526 type_t_evt_img_inst TYPE TABLE OF type_s_evt_img_inst
6 TYPE_T_EVT_OBJ Public See coding 20100505 type_t_evt_obj TYPE TABLE OF eaml_evt_obj
7 TYPE_T_EVT_OBJ_T Public See coding 20100505 type_t_evt_obj_t TYPE TABLE OF eaml_evt_obj_t
8 TYPE_T_EVT_OTYPE Public See coding 20100505 type_t_evt_otype TYPE TABLE OF eaml_evt_otype
9 TYPE_T_EVT_OTYPE_T Public See coding 20100505 type_t_evt_otype_t TYPE TABLE OF eaml_evt_otype_t
10 TYPE_T_EVT_O_ATT Public See coding 20100505 type_t_evt_o_att TYPE TABLE OF eaml_evt_o_att
11 TYPE_T_EVT_O_ATT_T Public See coding 20100505 type_t_evt_o_att_t TYPE TABLE OF eaml_evt_o_att_t
12 TYPE_T_NET_EVT_REL Public See coding 20100512 type_t_net_evt_rel TYPE TABLE OF eaml_net_evt_rel
Method Signatures

Method GET_EVT_IMG_BY_OTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_OTYPE Call by reference Type reference (TYPE) EAML_EVT_OTYPE EAML Event Object Types 20100526
2 Exporting ET_ATT_A_VAL Call by reference Type reference (TYPE) EAML_T_EVT_A_VAL Table Type for EAML_EVT_A_VAL 20100526
3 Exporting ET_ATT_A_VAL_T Call by reference Type reference (TYPE) EAML_T_EVT_A_VAL_T EAML: Table type for EAML_EVT_A_VAL_T 20100526
4 Exporting ET_ATT_REL Call by reference Type reference (TYPE) EAML_T_EVT_ATT_REL EAML: Table Type for EAML_EVT_ATT_REL 20100526
5 Exporting ET_OBJ Call by reference Type reference (TYPE) EAML_T_EVT_OBJ 20100526
6 Exporting ET_OBJ_T Call by reference Type reference (TYPE) EAML_T_EVT_OBJ_T 20100526
7 Exporting ET_OTYPE_T Call by reference Type reference (TYPE) EAML_T_EVT_OTYPE_T EAML Table Type for EAML_EVT_OTYPE_T 20100526
8 Exporting ET_O_ATT Call by reference Type reference (TYPE) EAML_T_EVT_O_ATT EAML: Table type for Event Object Attributes 20100526
9 Exporting ET_O_ATT_T Call by reference Type reference (TYPE) EAML_T_EVT_O_ATT_T EAML: Table Type for EAML_EVT_O_ATT_T 20100526
10 Importing IV_OBJ_TYPE Call by reference Type reference (TYPE) EAML_EVT_OBJ_TYPE Event Object Type 20100526

Method GET_EVT_IMG_BY_OTYPE on class CL_EAML_EVT_IMG has no exception.

Method GET_OTYPE_BY_NETTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NET_EVT_REL Call by reference Type reference (TYPE) EAML_T_NET_EVT_REL EAML Table Type for EAML_NET_EVT_REL 20100527
2 Importing IV_NETTYPE Call by reference Type reference (TYPE) EAML_NETTYPE Linear Asset Management: Network Type 20100527
# Exception Resumable Description Created on
1 NO_EVT_OTYPE No assigned Event_Object_Type exists 20100527

Method REFRESH Signature

Method REFRESH on class CL_EAML_EVT_IMG has no parameter.
Method REFRESH on class CL_EAML_EVT_IMG has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 606