SAP ABAP Class CL_SMT_WD_EVENT_STRUCT_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 20080209
Properties
Class CL_SMT_WD_EVENT_STRUCT_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 20080205   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SMT_WD_EVENT_STRUCT_DETAIL has no forward declaration.
Interfaces
Class CL_SMT_WD_EVENT_STRUCT_DETAIL has no interface implemented.
Friends
Class CL_SMT_WD_EVENT_STRUCT_DETAIL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_CTX_ADD_SOURCE_STRUCTURES Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080206
2 MO_CTX_PRECEEDING_STRUCTURES Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080206
3 MO_CTX_PROPERTIES_NODE Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080220
4 MO_EVENT Instance attribute Private Object reference (TYPE REF TO) CL_SMT_EVENT Event 20080205
5 MT_ADD_SOURCE_STRUCTURE Instance attribute Private Type reference (TYPE) SMT_WD_T_EVENT_STRUCTURE List of event_structures 20080206
6 MT_PRECEEDING_STRUCTURE Instance attribute Private Type reference (TYPE) SMT_WD_T_EVENT_STRUCTURE List of event_structures 20080206
7 MV_HAS_ERROR Instance attribute Private Type reference (TYPE) SMT_BOOLEAN 20080209
8 MV_NAME Static Attribute Public Type reference (TYPE) STRING for getting the Additional or predecessor structure 20090325
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_STRUCTURES Instance method Private Method Check for structure nodes 20080206
2 CLEAR_ADD_SOURCE_STRUCTURE Instance method Private Method Clear an additional source structure 20080206
3 CLEAR_PRECEEDING_STRUCTURE Instance method Private Method Clear a preceeding structure 20080206
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080206
5 GET_ADD_STRUC_EXT Instance method Public Method 20090420
6 GET_EVENT_ID Instance method Public Method Return the event id 20080220
7 GET_PRED_STRUC_EXT Instance method Public Method 20090420
8 HAS_ERRORS Instance method Public Method Return true (X) if the web dynpro screen contains errors 20080209
9 LOAD_ADD_SOURCE_STRUCTURES Instance method Private Method Load additional source structures 20080206
10 LOAD_CONTEXT Instance method Private Method Load context 20080206
11 LOAD_PRECEEDING_STRUCTURES Instance method Private Method Load preceeding structures 20080206
12 SET_ADDITIONAL_SOURCE_STRUCT Instance method Private Method Set a source structure from the context element 20080320
13 SET_DATA Instance method Public Method Set context data to event 20080209
14 SET_EVENT Instance method Public Method Set event instance 20080209
15 SET_PRECEEDING_STRUCTURE Instance method Private Method Set a preceeding structure from the context element 20080320
16 SET_VALUE_HELP Instance method Private Method Set the value help 20090225
Events
Class CL_SMT_WD_EVENT_STRUCT_DETAIL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_T_ELEMENT_INSTANCE Private See coding 20080206 lty_t_element_instance TYPE STANDARD TABLE OF REF TO if_wd_context_element
Method Signatures

Method CHECK_STRUCTURES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ADDED_STRUCTURE Call by reference Type reference (TYPE) LTY_T_ELEMENT_INSTANCE 20080206
2 Exporting ET_REMOVED_STRUCTURE Call by reference Type reference (TYPE) SMT_T_ID List of ID 20080206
3 Importing IO_CONTEXT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20080206
4 Importing IT_STRUCTURE Call by reference Type reference (TYPE) SMT_WD_T_EVENT_STRUCTURE List of event_structures 20080206
5 Importing IV_ATTRIBUTE_ID Call by reference Type reference (TYPE) SMT_WD_CONTEXT_ATTRIBUTE_NAME Context node name 20080206
6 Importing IV_ATTRIBUTE_NAME Call by reference Type reference (TYPE) SMT_WD_CONTEXT_ATTRIBUTE_NAME Context node name 20080206

Method CHECK_STRUCTURES on class CL_SMT_WD_EVENT_STRUCT_DETAIL has no exception.

Method CLEAR_ADD_SOURCE_STRUCTURE 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 20080206

Method CLEAR_ADD_SOURCE_STRUCTURE on class CL_SMT_WD_EVENT_STRUCT_DETAIL has no exception.

Method CLEAR_PRECEEDING_STRUCTURE 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 20080206

Method CLEAR_PRECEEDING_STRUCTURE on class CL_SMT_WD_EVENT_STRUCT_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 20080206

Method CONSTRUCTOR on class CL_SMT_WD_EVENT_STRUCT_DETAIL has no exception.

Method GET_ADD_STRUC_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RTR_STRUC Value transfer Type reference (TYPE) SMT_WD_T_EVENT_STRUCTURE List of web dynpro events 20090420

Method GET_ADD_STRUC_EXT on class CL_SMT_WD_EVENT_STRUCT_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 20080220

Method GET_EVENT_ID on class CL_SMT_WD_EVENT_STRUCT_DETAIL has no exception.

Method GET_PRED_STRUC_EXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RTR_STRUC Value transfer Type reference (TYPE) SMT_WD_T_EVENT_STRUCTURE List of web dynpro events 20090420

Method GET_PRED_STRUC_EXT on class CL_SMT_WD_EVENT_STRUCT_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 20080209

Method HAS_ERRORS on class CL_SMT_WD_EVENT_STRUCT_DETAIL has no exception.

Method LOAD_ADD_SOURCE_STRUCTURES Signature

Method LOAD_ADD_SOURCE_STRUCTURES on class CL_SMT_WD_EVENT_STRUCT_DETAIL has no parameter.
Method LOAD_ADD_SOURCE_STRUCTURES on class CL_SMT_WD_EVENT_STRUCT_DETAIL has no exception.

Method LOAD_CONTEXT Signature

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

Method LOAD_PRECEEDING_STRUCTURES Signature

Method LOAD_PRECEEDING_STRUCTURES on class CL_SMT_WD_EVENT_STRUCT_DETAIL has no parameter.
Method LOAD_PRECEEDING_STRUCTURES on class CL_SMT_WD_EVENT_STRUCT_DETAIL has no exception.

Method SET_ADDITIONAL_SOURCE_STRUCT 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 20080320

Method SET_ADDITIONAL_SOURCE_STRUCT on class CL_SMT_WD_EVENT_STRUCT_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 20080209

Method SET_DATA on class CL_SMT_WD_EVENT_STRUCT_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 20080209

Method SET_EVENT on class CL_SMT_WD_EVENT_STRUCT_DETAIL has no exception.

Method SET_PRECEEDING_STRUCTURE 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 20080320

Method SET_PRECEEDING_STRUCTURE on class CL_SMT_WD_EVENT_STRUCT_DETAIL has no exception.

Method SET_VALUE_HELP Signature

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