SAP ABAP Class CL_APB_ISR_UI_ASSIST (Assistance class for component APB_ISR_UI)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MUS-LP (Application Component) Launchpad
     APB_ISR (Package) Internal Service Request on ABA
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 20080918
Properties
Class CL_APB_ISR_UI_ASSIST  
Short Description Assistance class for component APB_ISR_UI    
Super Class CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_ISR   Internal Service Request on ABA 
Created 20080918   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_APB_ISR_UI_ASSIST has no forward declaration.
Interfaces
Class CL_APB_ISR_UI_ASSIST has no interface implemented.
Friends
Class CL_APB_ISR_UI_ASSIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_FIELDS Instance attribute Public Object reference (TYPE REF TO) CL_APB_ISR_UI_FIELD_MODEL Model for scenario fields 20081013
2 MO_MESSAGE_MANAGER Instance attribute Public Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message Manager 20081006
3 MO_PROCESS_EVENT Instance attribute Public Object reference (TYPE REF TO) CL_APB_ISR_UI_PROCESS_EVENT Model for event processing 20081009
4 MO_VALHLP Instance attribute Public Object reference (TYPE REF TO) CL_APB_ISR_UI_VALHLP_MODEL Model class for scenario OVS 20090113
5 MS_ADOBE_CONTROL Instance attribute Public Type reference (TYPE) TS_ADOBE_CONTROL Parameter for Adobe control 20081007
6 MS_RUNTIME Instance attribute Public Type reference (TYPE) TS_RUNTIME Parameter for ISR runtime 20081002
7 MS_SCENARIO Instance attribute Public Type reference (TYPE) TS_SCENARIO Parameter for ISR scenario 20081002
8 MT_ADD_VALUES Instance attribute Private Type reference (TYPE) APB_ISR_UI_T_SO Table type for string / object hash map 20081029
9 MT_EXTERNAL_DATA Instance attribute Public Type reference (TYPE) APB_ISR_T_SPECIAL_PARAM Index, Name, Value of a field 20081029
10 MT_SPECIAL_DATA_ATTR_INFO Instance attribute Public Type reference (TYPE) APB_ISR_UI_T_S Table type for string hash map 20090707
11 MT_SPECIAL_DATA_VALUE_SET Instance attribute Public Type reference (TYPE) APB_ISR_UI_T_S Table type for string hash map 20090707
12 MT_TEXT_EDIT Instance attribute Public Type reference (TYPE) APB_ISR_UI_T_SS Table type for string / string hash map 20081014
13 MT_VALUE_HELP_KEYS Instance attribute Private Type reference (TYPE) APB_ISR_UI_T_S Table type for string hash map 20081014
14 MT_VALUE_HELP_LABELS Instance attribute Private Type reference (TYPE) APB_ISR_UI_T_S Table type for string hash map 20081014
15 MT_WITH_VALUE_HELP Instance attribute Public Type reference (TYPE) APB_ISR_UI_T_S Table type for string hash map 20081014
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FIELD_ATTRIBUTE Instance method Public Method 20090707
2 CALL_RFC_ISR_CUST_SCEN_FLD_GET Instance method Private Method 20081013
3 CALL_RFC_ISR_CUST_SCEN_VHP_GET Instance method Private Method 20081013
4 CHECK_4_KEEP_VALUE_SETS Instance method Public Method 20090212
5 CHECK_4_SORT_VALUE_SETS Instance method Public Method 20090507
6 FILL_EXTERNAL_DATA_FROM_MODEL Instance method Public Method 20081029
7 FILL_SIMPLE_TYPES Instance method Public Method 20081029
8 GET_FIELD_DDIC_REFERENCE Instance method Public Method 20081029
9 GET_FIELD_FORMAT_REFERENCE Instance method Private Method 20090707
10 GET_FIELD_OVS_REFERENCE Instance method Public Method 20081029
11 GET_HIDE_NAVIGATION_PANEL Instance method Public Method 20090330
12 GET_ORIG_FIELD_FROM_KEY Instance method Private Method 20081029
13 GET_ORIG_FIELD_FROM_LABEL Instance method Private Method 20081029
14 INITIALIZE Instance method Public Method 20081006
15 INIT_HASH_MAPS Instance method Public Method 20081029
16 MAP_CLASSATTRIBUTE_2_NODE Instance method Public Method 20081029
17 MAP_STRUCTURE_2_NODE Instance method Public Method 20081028
18 OVS_APPLY_RESULT Instance method Public Method 20090615
19 OVS_SET_CONFIGURATION Instance method Public Method 20090615
20 OVS_SET_INPUT_STRUCTURE Instance method Public Method 20090615
21 OVS_SET_OUTPUT_TABLE Instance method Public Method 20090615
22 PREPARE_TEXT_EDITS_FOR_GEN_CTX Instance method Public Method 20081029
23 PUT_ADD_DATA_TO_HASHMAP Instance method Public Method 20090211
24 REPORT_MESSAGES Instance method Public Method 20081015
25 REPORT_T100_MESSAGE Instance method Private Method 20081006
26 SET_EXTERNAL_DATA_TO_INPUT_P Instance method Public Method 20081029
27 SET_FIELD_DDIC_REFERENCES Instance method Private Method 20081013
28 SET_FIELD_OVS_REFERENCES Instance method Private Method 20081013
29 SET_ISR_SCENARIO_P_TO_INPUT_P Instance method Public Method 20081009
30 SET_TEMPLATE_SOURCE Instance method Private Method 20081009
Events
Class CL_APB_ISR_UI_ASSIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_ADOBE_CONTROL Public See coding 20081007 begin of ts_adobe_control, height type string, width type string, templatesource type string, display_type type wdui_interact_form_disp_type, interfacetypeddic type wdy_boolean, visible type wdy_boolean, end of ts_adobe_control
2 TS_RUNTIME Public See coding 20081002 begin of ts_runtime, calling_component type string, event type apb_isr_event, initialized type boolean, mode type apb_isr_mode, object_id type apb_isr_objectid, review type apb_isr_review, template_source_necessary type boolean, listen_to_events type boolean, is_dirty type boolean, keep_value_sets type boolean, sort_value_sets type boolean, context_invalidated type boolean, end of ts_runtime
3 TS_SCENARIO Public See coding 20081002 begin of ts_scenario, scenario type apb_isr_scenario, appl type apb_isr_appl, params type apb_isr_fieldvalue, end of ts_scenario
Method Signatures

Method ADD_FIELD_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_NODE_INFO Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO Web Dynpro: Interface of the node's metadata 20090707
2 Importing IS_REF_ATTR_INFO Call by reference Type reference (TYPE) WDR_CONTEXT_ATTRIBUTE_INFO Meta Information for an Attribute of a Context Node 20090707
3 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20090707
4 Importing IV_REF_TYPE Call by reference Type reference (TYPE) WDR_CONTEXT_ATTRIBUTE_INFO-REFERENCE_FIELD_TYPE Reference Field Type cl_wdr_context_node_info=>reffieldtyp_* 20090707
5 Importing IV_REF_VALUE Call by reference Type reference (TYPE) STRING 20090707
6 Importing IV_TYPE Call by reference Type reference (TYPE) STRING 20090707

Method ADD_FIELD_ATTRIBUTE on class CL_APB_ISR_UI_ASSIST has no exception.

Method CALL_RFC_ISR_CUST_SCEN_FLD_GET Signature

Method CALL_RFC_ISR_CUST_SCEN_FLD_GET on class CL_APB_ISR_UI_ASSIST has no parameter.
# Exception Resumable Description Created on
1 CX_APB_ISR_UI Exception class for component APB_ISR_UI 20081013

Method CALL_RFC_ISR_CUST_SCEN_VHP_GET Signature

Method CALL_RFC_ISR_CUST_SCEN_VHP_GET on class CL_APB_ISR_UI_ASSIST has no parameter.
# Exception Resumable Description Created on
1 CX_APB_ISR_UI Exception class for component APB_ISR_UI 20090114

Method CHECK_4_KEEP_VALUE_SETS Signature

Method CHECK_4_KEEP_VALUE_SETS on class CL_APB_ISR_UI_ASSIST has no parameter.
Method CHECK_4_KEEP_VALUE_SETS on class CL_APB_ISR_UI_ASSIST has no exception.

Method CHECK_4_SORT_VALUE_SETS Signature

Method CHECK_4_SORT_VALUE_SETS on class CL_APB_ISR_UI_ASSIST has no parameter.
Method CHECK_4_SORT_VALUE_SETS on class CL_APB_ISR_UI_ASSIST has no exception.

Method FILL_EXTERNAL_DATA_FROM_MODEL Signature

Method FILL_EXTERNAL_DATA_FROM_MODEL on class CL_APB_ISR_UI_ASSIST has no parameter.
Method FILL_EXTERNAL_DATA_FROM_MODEL on class CL_APB_ISR_UI_ASSIST has no exception.

Method FILL_SIMPLE_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_ATTR_INFO Call by reference Type reference (TYPE) WDR_CONTEXT_ATTRIBUTE_INFO Meta Information for an Attribute of a Context Node 20081029
2 Importing IV_FIELDNAME Call by reference Type reference (TYPE) STRING 20081029
3 Importing IV_FIELDVALUE Call by reference Type reference (TYPE) STRING 20081029

Method FILL_SIMPLE_TYPES on class CL_APB_ISR_UI_ASSIST has no exception.

Method GET_FIELD_DDIC_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_REF_ATTR_INFO Call by reference Type reference (TYPE) WDR_CONTEXT_ATTRIBUTE_INFO Meta Information for an Attribute of a Context Node 20090707
2 Exporting EV_REF_TYPE Call by reference Type reference (TYPE) WDR_CONTEXT_ATTRIBUTE_INFO-REFERENCE_FIELD_TYPE Reference Field Type cl_wdr_context_node_info=>reffieldtyp_* 20090707
3 Exporting EV_REF_VALUE Call by reference Type reference (TYPE) STRING 20090707
4 Exporting EV_TYPE Call by reference Type reference (TYPE) STRING 20090707
5 Importing IV_FIELD Call by reference Type reference (TYPE) STRING 20081029

Method GET_FIELD_DDIC_REFERENCE on class CL_APB_ISR_UI_ASSIST has no exception.

Method GET_FIELD_FORMAT_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_REF_ATTR_INFO Call by reference Type reference (TYPE) WDR_CONTEXT_ATTRIBUTE_INFO Meta Information for an Attribute of a Context Node 20090707
2 Exporting EV_REF_TYPE Call by reference Type reference (TYPE) WDR_CONTEXT_ATTRIBUTE_INFO-REFERENCE_FIELD_TYPE Reference Field Type cl_wdr_context_node_info=>reffieldtyp_* 20090707
3 Exporting EV_REF_VALUE Call by reference Type reference (TYPE) STRING 20090707
4 Importing IV_FIELD Call by reference Type reference (TYPE) STRING 20090707

Method GET_FIELD_FORMAT_REFERENCE on class CL_APB_ISR_UI_ASSIST has no exception.

Method GET_FIELD_OVS_REFERENCE Signature

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

Method GET_FIELD_OVS_REFERENCE on class CL_APB_ISR_UI_ASSIST has no exception.

Method GET_HIDE_NAVIGATION_PANEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HIDE Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20090330

Method GET_HIDE_NAVIGATION_PANEL on class CL_APB_ISR_UI_ASSIST has no exception.

Method GET_ORIG_FIELD_FROM_KEY Signature

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

Method GET_ORIG_FIELD_FROM_KEY on class CL_APB_ISR_UI_ASSIST has no exception.

Method GET_ORIG_FIELD_FROM_LABEL Signature

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

Method GET_ORIG_FIELD_FROM_LABEL on class CL_APB_ISR_UI_ASSIST has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CALLING_COMPONENT Call by reference Type reference (TYPE) STRING 20081006
2 Importing IV_HEIGHT Call by reference Type reference (TYPE) STRING 20081006
3 Importing IV_MODE Call by reference Type reference (TYPE) APB_ISR_MODE Mode 20081006
4 Importing IV_OBJECTID Call by reference Type reference (TYPE) APB_ISR_OBJECTID Object ID 20081006
5 Importing IV_SCENARIO Call by reference Type reference (TYPE) APB_ISR_SCENARIO Scenario 20081006
6 Importing IV_SCENARIO_PARAMS Call by reference Type reference (TYPE) APB_ISR_FIELDVALUE Field value 20081006
7 Importing IV_WIDTH Call by reference Type reference (TYPE) STRING 20081006
# Exception Resumable Description Created on
1 CX_APB_ISR_UI Exception class for component APB_ISR_UI 20081006

Method INIT_HASH_MAPS Signature

Method INIT_HASH_MAPS on class CL_APB_ISR_UI_ASSIST has no parameter.
Method INIT_HASH_MAPS on class CL_APB_ISR_UI_ASSIST has no exception.

Method MAP_CLASSATTRIBUTE_2_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CLASS Call by reference Object reference (TYPE REF TO) OBJECT 20081029
2 Importing IO_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20081029
3 Importing IV_ATTRIBUTE Call by reference Type reference (TYPE) STRING 20081029

Method MAP_CLASSATTRIBUTE_2_NODE on class CL_APB_ISR_UI_ASSIST has no exception.

Method MAP_STRUCTURE_2_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20081028
2 Importing IS_STRUCTURE Call by reference Type reference (TYPE) DATA 20081028
3 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20081028

Method MAP_STRUCTURE_2_NODE on class CL_APB_ISR_UI_ASSIST has no exception.

Method OVS_APPLY_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_ND_GENERICNODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE 20090615
2 Importing IO_OVS_CALLBACK_OBJECT Call by reference Object reference (TYPE REF TO) IF_WD_OVS 20090615

Method OVS_APPLY_RESULT on class CL_APB_ISR_UI_ASSIST has no exception.

Method OVS_SET_CONFIGURATION Signature

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

Method OVS_SET_CONFIGURATION on class CL_APB_ISR_UI_ASSIST has no exception.

Method OVS_SET_INPUT_STRUCTURE Signature

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

Method OVS_SET_INPUT_STRUCTURE on class CL_APB_ISR_UI_ASSIST has no exception.

Method OVS_SET_OUTPUT_TABLE Signature

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

Method OVS_SET_OUTPUT_TABLE on class CL_APB_ISR_UI_ASSIST has no exception.

Method PREPARE_TEXT_EDITS_FOR_GEN_CTX Signature

Method PREPARE_TEXT_EDITS_FOR_GEN_CTX on class CL_APB_ISR_UI_ASSIST has no parameter.
Method PREPARE_TEXT_EDITS_FOR_GEN_CTX on class CL_APB_ISR_UI_ASSIST has no exception.

Method PUT_ADD_DATA_TO_HASHMAP Signature

Method PUT_ADD_DATA_TO_HASHMAP on class CL_APB_ISR_UI_ASSIST has no parameter.
Method PUT_ADD_DATA_TO_HASHMAP on class CL_APB_ISR_UI_ASSIST has no exception.

Method REPORT_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_OK Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20081015

Method REPORT_MESSAGES on class CL_APB_ISR_UI_ASSIST has no exception.

Method REPORT_T100_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MSGID Call by reference Type reference (TYPE) SYMSGID Message Class 20081006
2 Importing IV_MSGNO Call by reference Type reference (TYPE) SYMSGNO Message Number 20081006
3 Importing IV_MSGTY Call by reference Type reference (TYPE) SYMSGTY Message Type 20081006
4 Importing IV_MSGV1 Call by reference Type reference (TYPE) SYMSGV Message Variable 20081006
5 Importing IV_MSGV2 Call by reference Type reference (TYPE) SYMSGV Message Variable 20081006
6 Importing IV_MSGV3 Call by reference Type reference (TYPE) SYMSGV Message Variable 20081006
7 Importing IV_MSGV4 Call by reference Type reference (TYPE) SYMSGV Message Variable 20081006

Method REPORT_T100_MESSAGE on class CL_APB_ISR_UI_ASSIST has no exception.

Method SET_EXTERNAL_DATA_TO_INPUT_P Signature

Method SET_EXTERNAL_DATA_TO_INPUT_P on class CL_APB_ISR_UI_ASSIST has no parameter.
Method SET_EXTERNAL_DATA_TO_INPUT_P on class CL_APB_ISR_UI_ASSIST has no exception.

Method SET_FIELD_DDIC_REFERENCES Signature

Method SET_FIELD_DDIC_REFERENCES on class CL_APB_ISR_UI_ASSIST has no parameter.
# Exception Resumable Description Created on
1 CX_APB_ISR_UI Exception class for component APB_ISR_UI 20081013

Method SET_FIELD_OVS_REFERENCES Signature

Method SET_FIELD_OVS_REFERENCES on class CL_APB_ISR_UI_ASSIST has no parameter.
# Exception Resumable Description Created on
1 CX_APB_ISR_UI Exception class for component APB_ISR_UI 20090114

Method SET_ISR_SCENARIO_P_TO_INPUT_P Signature

Method SET_ISR_SCENARIO_P_TO_INPUT_P on class CL_APB_ISR_UI_ASSIST has no parameter.
Method SET_ISR_SCENARIO_P_TO_INPUT_P on class CL_APB_ISR_UI_ASSIST has no exception.

Method SET_TEMPLATE_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TEMPLATE Call by reference Type reference (TYPE) APB_ISR_TEMPLATE Form for Scenario 20081009
# Exception Resumable Description Created on
1 CX_APB_ISR_UI Exception class for component APB_ISR_UI 20081009
History
Last changed by/on SAP  20110908 
SAP Release Created in 720