SAP ABAP Class CL_SMT_WD_EVENT_CH_KEY_DETAIL (Web Dynpro event structure detail class)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-SOA-SMT (Application Component) Service Mapping Tool
     GMT_WEB_DYNPRO (Package) web dynrpro UI classes
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SMT_WD_VIEW View Superclass 20080326
Properties
Class CL_SMT_WD_EVENT_CH_KEY_DETAIL  
Short Description Web Dynpro event structure detail class    
Super Class CL_SMT_WD_VIEW View Superclass 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GMT_WEB_DYNPRO   web dynrpro UI classes 
Created 20080326   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SMT_WD_EVENT_CH_KEY_DETAIL has no forward declaration.
Interfaces
Class CL_SMT_WD_EVENT_CH_KEY_DETAIL has no interface implemented.
Friends
Class CL_SMT_WD_EVENT_CH_KEY_DETAIL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_CTX_KEY_FIELDS Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080326
2 MO_CTX_PROPERTIES Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080326
3 MO_EVENT Instance attribute Private Object reference (TYPE REF TO) CL_SMT_EVENT Event 20080326
4 MT_CHANGE_KEY Instance attribute Private Type reference (TYPE) SMT_WD_T_CHANGE_STRUCTURE_KEY Change structure key fields 20080326
5 MV_HAS_ERROR Instance attribute Private Type reference (TYPE) SMT_BOOLEAN 20080326
Methods
# Method Level Visibility Method type Description Created on
1 ADD_KEY_FIELD Instance method Private Method Add a key field 20080326
2 ADD_KEY_FIELD_ROW Instance method Public Method Add a new key field row 20080326
3 CHECK_KEY_FIELDS Instance method Private Method Check the field nodes 20080326
4 CLEAR_KEY_FIELD Instance method Private Method Clear a key field 20080326
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080326
6 GET_EVENT_ID Instance method Public Method Return the event id 20080326
7 HANDLE_FIELD_OVS Instance method Public Method Handles structure field ovs operations 20080425
8 HAS_ERRORS Instance method Public Method Return true (X) if the web dynpro screen contains errors 20080326
9 LOAD_CONTEXT Instance method Private Method Load context 20080326
10 REMOVE_KEY_FIELD Instance method Public Method Remove a key field 20080326
11 SET_DATA Instance method Public Method Set context data to event 20080326
12 SET_EVENT Instance method Public Method Set event instance 20080326
13 SET_KEY_FIELDS Instance method Private Method Set key fields 20080326
Events
Class CL_SMT_WD_EVENT_CH_KEY_DETAIL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_T_ELEMENT_INSTANCE Private See coding 20080326 lty_t_element_instance TYPE STANDARD TABLE OF REF TO if_wd_context_element
Method Signatures

Method ADD_KEY_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20080326

Method ADD_KEY_FIELD on class CL_SMT_WD_EVENT_CH_KEY_DETAIL has no exception.

Method ADD_KEY_FIELD_ROW Signature

Method ADD_KEY_FIELD_ROW on class CL_SMT_WD_EVENT_CH_KEY_DETAIL has no parameter.
Method ADD_KEY_FIELD_ROW on class CL_SMT_WD_EVENT_CH_KEY_DETAIL has no exception.

Method CHECK_KEY_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ADDED_FIELD Call by reference Type reference (TYPE) LTY_T_ELEMENT_INSTANCE 20080326
2 Exporting ET_REMOVED_FIELD Call by reference Type reference (TYPE) SMT_T_ID List of ID 20080326

Method CHECK_KEY_FIELDS on class CL_SMT_WD_EVENT_CH_KEY_DETAIL has no exception.

Method CLEAR_KEY_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) SMT_GUID 20080326

Method CLEAR_KEY_FIELD on class CL_SMT_WD_EVENT_CH_KEY_DETAIL has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080326

Method CONSTRUCTOR on class CL_SMT_WD_EVENT_CH_KEY_DETAIL has no exception.

Method GET_EVENT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ID Value transfer Type reference (TYPE) SMT_GUID 20080326

Method GET_EVENT_ID on class CL_SMT_WD_EVENT_CH_KEY_DETAIL has no exception.

Method HANDLE_FIELD_OVS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CALLBACK_OBJECT Call by reference Object reference (TYPE REF TO) IF_WD_OVS 20080425

Method HANDLE_FIELD_OVS on class CL_SMT_WD_EVENT_CH_KEY_DETAIL has no exception.

Method HAS_ERRORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HAS_ERRORS Value transfer Type reference (TYPE) SMT_BOOLEAN 20080326

Method HAS_ERRORS on class CL_SMT_WD_EVENT_CH_KEY_DETAIL has no exception.

Method LOAD_CONTEXT Signature

Method LOAD_CONTEXT on class CL_SMT_WD_EVENT_CH_KEY_DETAIL has no parameter.
Method LOAD_CONTEXT on class CL_SMT_WD_EVENT_CH_KEY_DETAIL has no exception.

Method REMOVE_KEY_FIELD Signature

Method REMOVE_KEY_FIELD on class CL_SMT_WD_EVENT_CH_KEY_DETAIL has no parameter.
Method REMOVE_KEY_FIELD on class CL_SMT_WD_EVENT_CH_KEY_DETAIL has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NO_ERROR Value transfer Type reference (TYPE) SMT_BOOLEAN 20080326

Method SET_DATA on class CL_SMT_WD_EVENT_CH_KEY_DETAIL has no exception.

Method SET_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_SMT_EVENT Event 20080326

Method SET_EVENT on class CL_SMT_WD_EVENT_CH_KEY_DETAIL has no exception.

Method SET_KEY_FIELDS Signature

Method SET_KEY_FIELDS on class CL_SMT_WD_EVENT_CH_KEY_DETAIL has no parameter.
Method SET_KEY_FIELDS on class CL_SMT_WD_EVENT_CH_KEY_DETAIL has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 701