SAP ABAP Class CL_SRT_WSP_WS_UI_GENERATOR (UI Generator for the Operation properties)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
     SOA_MANAGER_ABAP_UI (Package) SOA Manager: User Interaction ABAP Stack
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SRT_WSP_WS_UI_OP_GENERATOR UI Generator for the Operation properties 20121102
2 Inheritance (c INHERITING FROM c_ref)  CL_SRT_WSP_WS_UI_RT_GENERATOR Generator for the Single configuration UI 20121102
Properties
Class CL_SRT_WSP_WS_UI_GENERATOR  
Short Description UI Generator for the Operation properties    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOA_MANAGER_ABAP_UI   SOA Manager: User Interaction ABAP Stack 
Created 20121102   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SRT_WSP_WS_UI_GENERATOR has no forward declaration.
Interfaces
Class CL_SRT_WSP_WS_UI_GENERATOR has no interface implemented.
Friends
Class CL_SRT_WSP_WS_UI_GENERATOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_SEARCH_HELPER Instance attribute Protected Type reference (TYPE) SRT_UI_SEARCH_HELP_LIST Search helper info 20121102
2 M_PROPERTY_VOIDED_ACTION_NAME Instance attribute Protected Type reference (TYPE) STRING 20121127
3 M_READ_ONLY_NODE_NAME Instance attribute Protected Type reference (TYPE) STRING 20121102
Methods
# Method Level Visibility Method type Description Created on
1 ADD_COMP_PROPERTY_TO_CONTEXT Instance method Protected Method 20121102
2 ADD_COMP_PROPERTY_TO_GROUP Instance method Protected Method 20121102
3 ADD_TEXT_TO_CONTAINER Instance method Protected Method 20121102
4 CONSTRUCTOR Instance method Public Constructor 20121102
5 GET_CB_ID_BY_PROP_ID Instance method Protected Method 20121102
6 GET_OPERATION_ID Instance method Protected Method 20121102
7 GET_PROP_ID_BY_CB_ID Instance method Protected Method 20121127
8 HAS_CHILD_NODE Instance method Protected Method 20121102
9 INIT_SEARCH_HELP Instance method Protected Method 20121102
10 IS_DROPDOWN_INPUT_FIELD Instance method Protected Method 20121102
11 IS_MANDATORY Instance method Protected Method 20121129
12 IS_READONLY Instance method Protected Method 20130107
13 REMOVE_CHILD_NODE Instance method Protected Method 20121102
14 SPECIAL_PROPERTY_SETTINGS Instance method Protected Method 20121102
15 TOGGLE_PROPERTY_VOIDED Instance method Public Method 20121127
Events
Class CL_SRT_WSP_WS_UI_GENERATOR has no event.
Types
Class CL_SRT_WSP_WS_UI_GENERATOR has no local type.
Method Signatures

Method ADD_COMP_PROPERTY_TO_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20121102
2 Importing I_OPERATION_NAME Call by reference Type reference (TYPE) QNAME Qualified Name 20121102
3 Importing I_PROPERTY_INFO Call by reference Type reference (TYPE) SRT_WSP_COMP_PROPERTY Compressed Property Values 20121102
4 Importing I_RECREATE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20121102
5 Returning R_CONTEXT_NODES Value transfer Type reference (TYPE) SRT_UI_SC_CTX_NODE_LIST List of generated context nodes 20121102

Method ADD_COMP_PROPERTY_TO_CONTEXT on class CL_SRT_WSP_WS_UI_GENERATOR has no exception.

Method ADD_COMP_PROPERTY_TO_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20121102
2 Importing IR_WD_GROUP Call by reference Object reference (TYPE REF TO) CL_WD_GROUP Perforce change= / 20051117-120623 20121102
3 Importing I_COMP_PROPERTY_INFO Call by reference Type reference (TYPE) SRT_WSP_COMP_PROPERTY 20121102
4 Importing I_OPERATION_NAME Call by reference Type reference (TYPE) QNAME 20121102
5 Importing I_RECREATE Call by reference Type reference (TYPE) BOOLEAN 20121102
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20130506

Method ADD_TEXT_TO_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_WD_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_TRANSPARENT_CONTAINER Perforce change= / 20051117-120623 20121102
2 Importing I_ATTRIBUTE_NAME Call by reference Type reference (TYPE) STRING 20121102
3 Importing I_NODE_NAME Call by reference Type reference (TYPE) STRING 20121102
4 Importing I_RECREATE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20121102
5 Importing I_TEXT_ID Call by reference Type reference (TYPE) STRING 20121102

Method ADD_TEXT_TO_CONTAINER on class CL_SRT_WSP_WS_UI_GENERATOR has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROPERTY_VOIDED_ACTION_NAME Call by reference Type reference (TYPE) STRING 20121127
2 Importing I_READ_ONLY_NODE_NAME Call by reference Type reference (TYPE) STRING 20121102

Method CONSTRUCTOR on class CL_SRT_WSP_WS_UI_GENERATOR has no exception.

Method GET_CB_ID_BY_PROP_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROP_ID Call by reference Type reference (TYPE) STRING 20121102
2 Returning R_CB_ID Value transfer Type reference (TYPE) STRING 20121102

Method GET_CB_ID_BY_PROP_ID on class CL_SRT_WSP_WS_UI_GENERATOR has no exception.

Method GET_OPERATION_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_OPER_ID Value transfer Type reference (TYPE) STRING 20121102
2 Importing I_OPER_NAME Call by reference Type reference (TYPE) QNAME Qualified Name 20121102

Method GET_OPERATION_ID on class CL_SRT_WSP_WS_UI_GENERATOR has no exception.

Method GET_PROP_ID_BY_CB_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CB_ID Call by reference Type reference (TYPE) STRING 20121127
2 Returning R_PROP_ID Value transfer Type reference (TYPE) STRING 20121127

Method GET_PROP_ID_BY_CB_ID on class CL_SRT_WSP_WS_UI_GENERATOR has no exception.

Method HAS_CHILD_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ROOT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20121102
2 Importing I_SEARCH_NODE Call by reference Type reference (TYPE) STRING 20121102
3 Returning R_EXISTS Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20121102

Method HAS_CHILD_NODE on class CL_SRT_WSP_WS_UI_GENERATOR has no exception.

Method INIT_SEARCH_HELP Signature

Method INIT_SEARCH_HELP on class CL_SRT_WSP_WS_UI_GENERATOR has no parameter.
Method INIT_SEARCH_HELP on class CL_SRT_WSP_WS_UI_GENERATOR has no exception.

Method IS_DROPDOWN_INPUT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROPERTY Call by reference Type reference (TYPE) SRT_WSP_ALLOWED_PROPERTY2 Valid Property Values 20121102
2 Importing I_PROPERTY_INFO Call by reference Type reference (TYPE) SRT_WSP_COMP_PROPERTY Compressed Property Values 20121102
3 Returning R_IS_DROP_DOWN_FIELD Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20121102

Method IS_DROPDOWN_INPUT_FIELD on class CL_SRT_WSP_WS_UI_GENERATOR has no exception.

Method IS_MANDATORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROPERTY_INFO Call by reference Type reference (TYPE) SRT_WSP_COMP_PROPERTY Qualified Name 20121217
2 Returning R_MANDATORY Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20121129

Method IS_MANDATORY on class CL_SRT_WSP_WS_UI_GENERATOR has no exception.

Method IS_READONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROPERTY_INFO Call by reference Type reference (TYPE) SRT_WSP_COMP_PROPERTY Qualified Name 20130107
2 Returning R_READONLY Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20130107

Method IS_READONLY on class CL_SRT_WSP_WS_UI_GENERATOR has no exception.

Method REMOVE_CHILD_NODE Signature

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

Method REMOVE_CHILD_NODE on class CL_SRT_WSP_WS_UI_GENERATOR has no exception.

Method SPECIAL_PROPERTY_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMP_PROPERTY_INFO Call by reference Type reference (TYPE) SRT_WSP_COMP_PROPERTY Compressed Property Values 20121102
2 Importing I_DROP_DOWN_BY_KEY Call by reference Object reference (TYPE REF TO) CL_WD_DROPDOWN_BY_KEY Perforce change= / 20051117-120623 20121102
3 Importing I_INPUT_FIELD Call by reference Object reference (TYPE REF TO) CL_WD_INPUT_FIELD Perforce change= / 20051117-120623 20121102
4 Importing I_PROPERTY_INFO Call by reference Type reference (TYPE) SRT_WSP_ALLOWED_PROPERTY2 Valid Property Values 20121102

Method SPECIAL_PROPERTY_SETTINGS on class CL_SRT_WSP_WS_UI_GENERATOR has no exception.

Method TOGGLE_PROPERTY_VOIDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECKED Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20121127
2 Importing I_PROP_ID Call by reference Type reference (TYPE) STRING 20121127

Method TOGGLE_PROPERTY_VOIDED on class CL_SRT_WSP_WS_UI_GENERATOR has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740