SAP ABAP Interface IF_FPM_GUIBB_VISBIZ_CONFIG (Visual Business Configuration)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_GUIBB (Package) Generic UI building blocks
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_GUIBB_LAYOUT_API_VISBIZ Layout config Visbiz UIBB 20131119
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_GUIBB_VISBIZ_CONFIG Configuration API for GUIBB Visual Business 20130412
Properties
Interface IF_FPM_GUIBB_VISBIZ_CONFIG  
Short Description Visual Business Configuration    
General Data
Package APB_FPM_GUIBB   Generic UI building blocks 
Created 20130412   SAP 
Last changed 20141121    
Unicode checks active    
Forward declarations
Interface IF_FPM_GUIBB_VISBIZ_CONFIG has no forward declaration.
Interfaces
Interface IF_FPM_GUIBB_VISBIZ_CONFIG has no interface.
Friends
Interface IF_FPM_GUIBB_VISBIZ_CONFIG has no friend.
Attributes
Interface IF_FPM_GUIBB_VISBIZ_CONFIG has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_APPLICATION Instance method Public Method 20130412
2 ADD_ARIA_LANDMARK Instance method Public Method Add aria landmark 20131018
3 ADD_BR_BUTTON Instance method Public Method Add button to button row 20131017
4 ADD_BR_BUTTON_CHOICE Instance method Public Method Add button choice to button row 20131017
5 ADD_BR_DROP_DOWN_LIST_BOX Instance method Public Method Add drop-down list box to button row 20131017
6 ADD_BR_INPUT_FIELD Instance method Public Method Add input field to button row 20131017
7 ADD_BR_LINK_TO_ACTION Instance method Public Method Add link to action to button row 20131017
8 ADD_BR_SEPARATOR Instance method Public Method Add separator to button row 20131017
9 ADD_BR_TOGGLE_BUTTON Instance method Public Method Add toggle button to button row 20131017
10 ADD_DEFAULT_MAP_STACK Instance method Public Method 20130412
11 ADD_HAS_MAX_MIN_BUTTON Instance method Public Method 20140219
12 ADD_MIME_REP_PATH Instance method Public Method 20130412
13 ADD_PERSONALIZATION_ENABLED Instance method Public Method 20130412
14 ADD_START_POSITION Instance method Public Method 20130412
15 ADD_VISBIZ_CLASSES Instance method Public Method 20130424
16 GET_APPLICATION Instance method Public Method 20130412
17 GET_ARIA_LANDMARK Instance method Public Method returns the aria landmark 20131018
18 GET_BR_BUTTON Instance method Public Method Get button row button 20131017
19 GET_BR_BUTTON_CHOICE Instance method Public Method Get button row button choice 20131017
20 GET_BR_DROP_DOWN_LIST_BOX Instance method Public Method Get button row drop-down list box 20131017
21 GET_BR_ELEMENTS Instance method Public Method Get button row elements 20131017
22 GET_BR_INPUT_FIELD Instance method Public Method Get button row input field 20131017
23 GET_BR_LINK_TO_ACTION Instance method Public Method Get button row link to action 20131017
24 GET_BR_SEPARATOR Instance method Public Method Get button row separator 20131017
25 GET_BR_TOGGLE_BUTTON Instance method Public Method Get button row toggle button 20131017
26 GET_DEFAULT_MAP_STACK Instance method Public Method 20130412
27 GET_HAS_MAX_MIN_BUTTON Instance method Public Method 20140219
28 GET_MIME_REP_PATH Instance method Public Method 20130412
29 GET_PARAMETERS Instance method Public Method 20130412
30 GET_PERSONALIZATION_ENABLED Instance method Public Method 20130412
31 GET_START_POSITION Instance method Public Method 20130412
32 GET_VISBIZ_CLASSES Instance method Public Method 20130424
Events
Interface IF_FPM_GUIBB_VISBIZ_CONFIG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_ACTION Public See coding 20131017 BEGIN OF ty_s_action, fpm_primary_attribute TYPE fpm_element_id, index TYPE fpm_index, text TYPE fpm_text, action_type TYPE fpm_action_type, event_id TYPE fpm_event_id, event_parameters TYPE string, has_separator TYPE fpm_add_separator, END OF ty_s_action
2 TY_S_BR_BUTTON Public See coding 20131017 BEGIN OF ty_s_br_button, index TYPE fpm_index, text TYPE fpm_text, tooltip TYPE fpm_tooltip, explanation_text TYPE fpm_explanation, image_source TYPE fpmgb_image_src, design TYPE fpm_toolbar_button_design, hide_text TYPE fpm_hide_text, hotkey TYPE fpmgb_hotkey, action_type TYPE fpm_action_type, event_id TYPE fpm_event_id, event_params TYPE fpm_t_parameter_value, END OF ty_s_br_button
3 TY_S_BR_BUTTON_CHOICE Public See coding 20131017 BEGIN OF ty_s_br_button_choice, index TYPE fpm_index, text TYPE fpm_text, tooltip TYPE fpm_tooltip, image_src TYPE fpmgb_image_src, repeat_selected_action TYPE fpmgb_selaction, menu_action_items TYPE ty_t_menu_action_item, END OF ty_s_br_button_choice
4 TY_S_BR_DROP_DOWN_LIST_BOX Public See coding 20131017 BEGIN OF ty_s_br_drop_down_list_box, index TYPE fpm_index, label_text TYPE fpm_text, tooltip TYPE fpm_tooltip, explanation_text TYPE fpm_explanation, image_source TYPE fpmgb_image_src, key_visible TYPE fpm_keyvisible, action_type TYPE fpm_action_type, event_id TYPE fpm_event_id, event_params TYPE fpm_t_parameter_value, END OF ty_s_br_drop_down_list_box
5 TY_S_BR_INPUT_FIELD Public See coding 20131017 BEGIN OF ty_s_br_input_field, index TYPE fpm_index, label_text TYPE fpm_text, tooltip TYPE fpm_tooltip, explanation_text TYPE fpm_explanation, alignment TYPE fpmgb_alignment, password_field TYPE fpmgb_pw_field, action_type TYPE fpm_action_type, event_id TYPE fpm_event_id, event_params TYPE fpm_t_parameter_value, END OF ty_s_br_input_field
6 TY_S_BR_LINK_TO_ACTION Public See coding 20131017 BEGIN OF ty_s_br_link_to_action, index TYPE fpm_index, text TYPE fpm_text, tooltip TYPE fpm_tooltip, image_source TYPE fpmgb_image_src, design TYPE fpmgb_link_design, hide_text TYPE fpm_hide_text, hotkey TYPE fpmgb_hotkey, wrapping TYPE fpmgb_wrapping, action_type TYPE fpm_action_type, event_id TYPE fpm_event_id, event_params TYPE fpm_t_parameter_value, END OF ty_s_br_link_to_action
7 TY_S_BR_SEPARATOR Public See coding 20131017 BEGIN OF ty_s_br_separator, index TYPE fpm_index, END OF ty_s_br_separator
8 TY_S_BR_TOGGLE_BUTTON Public See coding 20131017 BEGIN OF ty_s_br_toggle_button, index TYPE fpm_index, text TYPE fpm_text, tooltip TYPE fpm_tooltip, explanation_text TYPE fpm_explanation, image_source TYPE fpmgb_image_src, image_source_checked TYPE fpmgb_image_src, design TYPE fpm_toggle_button_design, hide_text TYPE fpm_hide_text, hotkey TYPE fpmgb_hotkey, action_type TYPE fpm_action_type, event_id TYPE fpm_event_id, event_params TYPE fpm_t_parameter_value, END OF ty_s_br_toggle_button
9 TY_S_BUTTON_ROW_ELEMENT Public See coding 20131017 BEGIN OF ty_s_button_row_element, element_id TYPE fpm_element_id, index TYPE fpm_index, display_type TYPE fpmgb_display_type, END OF ty_s_button_row_element
10 TY_S_MENU_ACTION_ITEM Public See coding 20131017 BEGIN OF ty_s_menu_action_item, index TYPE fpm_index, text TYPE fpm_text, action_type TYPE fpm_action_type, event_id TYPE fpm_event_id, event_params TYPE fpm_t_parameter_value, has_separator TYPE fpm_add_separator, END OF ty_s_menu_action_item
11 TY_T_ACTION Public See coding 20131017 ty_t_action TYPE SORTED TABLE OF ty_s_action WITH UNIQUE KEY index
12 TY_T_BUTTON_ROW_ELEMENT Public See coding 20131017 ty_t_button_row_element TYPE SORTED TABLE OF ty_s_button_row_element WITH UNIQUE KEY index
13 TY_T_MENU_ACTION_ITEM Public See coding 20131017 ty_t_menu_action_item TYPE SORTED TABLE OF ty_s_menu_action_item WITH UNIQUE KEY index
Method Signatures

Method ADD_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION Call by reference Type reference (TYPE) VBI_APP_ID Visual Business Application Identifier 20130412
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20131113

Method ADD_ARIA_LANDMARK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ARIA_LANDMARK Call by reference Type reference (TYPE) FPM_ARIA_LANDMARK Aria Landmark 20131018
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20131113

Method ADD_BR_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20131017
2 Importing IS_BR_BUTTON Call by reference Type reference (TYPE) TY_S_BR_BUTTON Button 20131017
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20131017

Method ADD_BR_BUTTON_CHOICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20131017
2 Importing IS_BR_BUTTON_CHOICE Call by reference Type reference (TYPE) TY_S_BR_BUTTON_CHOICE Button choice 20131017
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20131017

Method ADD_BR_DROP_DOWN_LIST_BOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20131017
2 Importing IS_BR_DROP_DOWN_LIST_BOX Call by reference Type reference (TYPE) TY_S_BR_DROP_DOWN_LIST_BOX Drop-down list box 20131017
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20131017

Method ADD_BR_INPUT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20131017
2 Importing IS_BR_INPUT_FIELD Call by reference Type reference (TYPE) TY_S_BR_INPUT_FIELD Input field 20131017
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20131017

Method ADD_BR_LINK_TO_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20131017
2 Importing IS_BR_LINK_TO_ACTION Call by reference Type reference (TYPE) TY_S_BR_LINK_TO_ACTION Link to action 20131017
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20131017

Method ADD_BR_SEPARATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20131017
2 Importing IS_BR_SEPARATOR Call by reference Type reference (TYPE) TY_S_BR_SEPARATOR Separator 20131017
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20131017

Method ADD_BR_TOGGLE_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20131017
2 Importing IS_BR_TOGGLE_BUTTON Call by reference Type reference (TYPE) TY_S_BR_TOGGLE_BUTTON Toggle button 20131017
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20131017

Method ADD_DEFAULT_MAP_STACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DEFAULT_MAP_STACK Call by reference Type reference (TYPE) VBI_DEFAULT_MAP_STACK Default Map Stack 20130412
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20131113

Method ADD_HAS_MAX_MIN_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HAS_MAX_MIN_BUTTON Call by reference Type reference (TYPE) FPM_HAS_MAX_MIN_BUTTON FPM GUIBB has Maximize/ Minimize Button in its Toolbar 20140219

Method ADD_HAS_MAX_MIN_BUTTON on Interface IF_FPM_GUIBB_VISBIZ_CONFIG has no exception.

Method ADD_MIME_REP_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MIME_REP_PATH Call by reference Type reference (TYPE) VBI_MIME_REP_PATH MIME Repository Path 20130412
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20131113

Method ADD_PERSONALIZATION_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PERSONALIZATION_ENABLED Call by reference Type reference (TYPE) FPM_PERSONALIZATION_ENABLED Personalization is Enabled 20130412
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20131113

Method ADD_START_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELEVATION Call by reference Type reference (TYPE) VBI_OBJ_ELEVATION_FLOAT Object Elevation over Ground 20130412
2 Importing IV_LATITUDE Call by reference Type reference (TYPE) VBI_OBJ_POS_LATITUDE Object Latitude in WGS84 20130412
3 Importing IV_LONGITUDE Call by reference Type reference (TYPE) VBI_OBJ_POS_LONGITUDE Object Longitude in WGS84 20130412
4 Importing IV_PITCH Call by reference Type reference (TYPE) VBI_PITCH_ANGLE Pitch angle 20130412
5 Importing IV_ROTATION_ANGLE Call by reference Type reference (TYPE) VBI_ROTATION_ANGLE Rotation angle 20130412
6 Importing IV_ZOOMLEVEL Call by reference Type reference (TYPE) VBI_ZOOMLEVEL Zoom Level 20130412
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20131113

Method ADD_VISBIZ_CLASSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ADAPTER_CLASS_NAME Call by reference Type reference (TYPE) VBI_UI_ADAPTER_CLSNAME UI Adapter class name 20130424
2 Importing IV_APPL_CLASS_NAME Call by reference Type reference (TYPE) VBI_APPLICATION_CLASSNAME Application classname WD controller 20130424
3 Importing IV_RUN_QUIET Call by reference Type reference (TYPE) VBI_RUN_QUIET Flag if component should run quiet or show messages 20130424
4 Importing IV_SERVICE_PROVIDER_CLASS Call by reference Type reference (TYPE) VBI_SPROVIDER_CLSNAME Service Provider class name 20130424
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20131113

Method GET_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_APPLICATION Value transfer Type reference (TYPE) VBI_APP_ID Visual Business Application Identifier 20130412

Method GET_APPLICATION on Interface IF_FPM_GUIBB_VISBIZ_CONFIG has no exception.

Method GET_ARIA_LANDMARK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ARIA_LANDMARK Value transfer Type reference (TYPE) FPM_ARIA_LANDMARK Aria Landmark 20131018

Method GET_ARIA_LANDMARK on Interface IF_FPM_GUIBB_VISBIZ_CONFIG has no exception.

Method GET_BR_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BR_BUTTON Call by reference Type reference (TYPE) TY_S_BR_BUTTON Button 20131017
2 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20131017
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20131017

Method GET_BR_BUTTON_CHOICE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BR_BUTTON_CHOICE Call by reference Type reference (TYPE) TY_S_BR_BUTTON_CHOICE Button choice 20131017
2 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20131017
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20131017

Method GET_BR_DROP_DOWN_LIST_BOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BR_DROP_DOWN_LIST_BOX Call by reference Type reference (TYPE) TY_S_BR_DROP_DOWN_LIST_BOX Drop-down list box 20131017
2 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20131017
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20131017

Method GET_BR_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BUTTON_ROW_ELEMENT Call by reference Type reference (TYPE) TY_T_BUTTON_ROW_ELEMENT Button row elements 20131017

Method GET_BR_ELEMENTS on Interface IF_FPM_GUIBB_VISBIZ_CONFIG has no exception.

Method GET_BR_INPUT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BR_INPUT_FIELD Call by reference Type reference (TYPE) TY_S_BR_INPUT_FIELD Input field 20131017
2 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20131017
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20131017

Method GET_BR_LINK_TO_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BR_LINK_TO_ACTION Call by reference Type reference (TYPE) TY_S_BR_LINK_TO_ACTION Link to action 20131017
2 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20131017
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20131017

Method GET_BR_SEPARATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BR_SEPARATOR Call by reference Type reference (TYPE) TY_S_BR_SEPARATOR Separator 20131017
2 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20131017
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20131017

Method GET_BR_TOGGLE_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BR_TOGGLE_BUTTON Call by reference Type reference (TYPE) TY_S_BR_TOGGLE_BUTTON Toggle button 20131017
2 Importing IV_ELEMENT_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20131017
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20131017

Method GET_DEFAULT_MAP_STACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_DEFAULT_MAP_STACK Value transfer Type reference (TYPE) VBI_DEFAULT_MAP_STACK Default Map Stack 20130412

Method GET_DEFAULT_MAP_STACK on Interface IF_FPM_GUIBB_VISBIZ_CONFIG has no exception.

Method GET_HAS_MAX_MIN_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HAS_MAX_MIN_BUTTON Value transfer Type reference (TYPE) FPM_HAS_MAX_MIN_BUTTON FPM GUIBB has Maximize/ Minimize Button in its Toolbar 20140219

Method GET_HAS_MAX_MIN_BUTTON on Interface IF_FPM_GUIBB_VISBIZ_CONFIG has no exception.

Method GET_MIME_REP_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MIME_REP_PATH Value transfer Type reference (TYPE) VBI_MIME_REP_PATH MIME Repository Path 20130412

Method GET_MIME_REP_PATH on Interface IF_FPM_GUIBB_VISBIZ_CONFIG has no exception.

Method GET_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting RT_PARAMETERS Call by reference Type reference (TYPE) IF_FPM_GUIBB_FORM_CONFIG=>TY_T_PARAMETER 20130412

Method GET_PARAMETERS on Interface IF_FPM_GUIBB_VISBIZ_CONFIG has no exception.

Method GET_PERSONALIZATION_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_PERSONALIZATION_ENABLED Value transfer Type reference (TYPE) FPM_PERSONALIZATION_ENABLED Personalization is Enabled 20130413

Method GET_PERSONALIZATION_ENABLED on Interface IF_FPM_GUIBB_VISBIZ_CONFIG has no exception.

Method GET_START_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ELEVATION Call by reference Type reference (TYPE) VBI_OBJ_ELEVATION_FLOAT Object Elevation over Ground 20130412
2 Exporting EV_LATITUDE Call by reference Type reference (TYPE) VBI_OBJ_POS_LATITUDE Object Latitude in WGS84 20130412
3 Exporting EV_LONGITUDE Call by reference Type reference (TYPE) VBI_OBJ_POS_LONGITUDE Object Longitude in WGS84 20130412
4 Exporting EV_PITCH Call by reference Type reference (TYPE) VBI_PITCH_ANGLE Pitch angle 20130412
5 Exporting EV_ROTATION_ANGLE Call by reference Type reference (TYPE) VBI_ROTATION_ANGLE Rotation angle 20130412
6 Exporting EV_ZOOMLEVEL Call by reference Type reference (TYPE) VBI_ZOOMLEVEL Zoom Level 20130412

Method GET_START_POSITION on Interface IF_FPM_GUIBB_VISBIZ_CONFIG has no exception.

Method GET_VISBIZ_CLASSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ADAPTER_CLASS_NAME Call by reference Type reference (TYPE) VBI_UI_ADAPTER_CLSNAME UI Adapter class name 20130424
2 Exporting EV_APPL_CLASS_NAME Call by reference Type reference (TYPE) VBI_APPLICATION_CLASSNAME Application classname WD controller 20130424
3 Exporting EV_RUN_QUIET Call by reference Type reference (TYPE) VBI_RUN_QUIET Flag if component should run quiet or show messages 20130424
4 Exporting EV_SERVICE_PROVIDER_CLASS Call by reference Type reference (TYPE) VBI_SPROVIDER_CLSNAME Service Provider class name 20130424

Method GET_VISBIZ_CLASSES on Interface IF_FPM_GUIBB_VISBIZ_CONFIG has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 740