SAP ABAP Interface IF_FPM_GAF (Interface for Communication FPM App CC)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_CORE (Package) Floorplan Manager (Framework)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_GAF Communication Floorplan <-> AppCC 20070508
Properties
Interface IF_FPM_GAF  
Short Description Interface for Communication FPM App CC    
General Data
Package APB_FPM_CORE   Floorplan Manager (Framework) 
Created 20070502   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface IF_FPM_GAF has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_WIRE_MODEL Interface for Communication FPM App CC. Wire Model 20090126
Friends
Interface IF_FPM_GAF has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_EVENT Instance attribute Public Object reference (TYPE REF TO) CL_FPM_EVENT Currently processed FPM event 20070508
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CONTENT_AREA Instance method Public Method Adds Content Area 20120618
2 ADD_UIBB Instance method Public Method Adding a UIBB to a subview 20070614
3 ADD_WIRE Instance method Public Method 20090126
4 CANCEL_EVENT Instance method Public Method Stop FPM Event Loop 20070508
5 ENABLE_MAINSTEP Instance method Public Method Enable/Unable certain roadmapsteps 20080223
6 GET_ACA_API Instance method Public Method Returns the Additional Content Area API 20070814
7 GET_CONTENT_AREAS Instance method Public Method returns a list of all content areas 20120612
8 GET_CURRENT_STATE Instance method Public Method get's the current navigation state 20070613
9 GET_HIDDEN_MAINSTEPS Instance method Public Method returns a list of all hided mainsteps 20080205
10 GET_HIDDEN_SUBSTEPS Instance method Public Method returns a list of all hided substeps 20090117
11 GET_MAINSTEPS Instance method Public Method returns a list of mainsteps for a given variant 20070613
12 GET_SUBSTEPS Instance method Public Method returns a list of substeps for a given substep variant 20070613
13 GET_SUBSTEP_VARIANTS Instance method Public Method returns a list of substep variants for a given mainstep 20070613
14 GET_UIBB_KEYS Instance method Public Method returns a list of UIBB keys 20070613
15 GET_UIBB_KEYS_FOR_CONF_STEP Instance method Public Method Returns a list of all UIBBs for a specified subview 20070613
16 GET_UIBB_KEYS_FOR_CONTENT_AREA Instance method Public Method Returns a list of UIBBs for Dialogs 20120612
17 GET_UIBB_KEYS_FOR_INIT_SCREEN Instance method Public Method Returns a list of all UIBBs for a specified subview 20070613
18 GET_VARIANTS Instance method Public Method get a list of available variants 20070614
19 GET_WIRES Instance method Public Method 20090126
20 HIDE_MAINSTEP Instance method Public Method hides a certain mainstep 20080113
21 HIDE_SUBSTEP Instance method Public Method Hide a certain subroadmapsteps 20090117
22 REMOVE_UIBB Instance method Public Method Removes UIBB from a subview 20070614
23 REMOVE_WIRE Instance method Public Method 20090126
24 RENAME_MAINSTEP Instance method Public Method 20070615
25 RENAME_SUBSTEP Instance method Public Method 20070615
26 SET_SUBSTEP_VARIANT Instance method Public Method Select Substep Variant (=Subroadmap) 20070509
27 SET_VARIANT Instance method Public Method Select Variant 20070508
28 UNHIDE_SUBSTEP Instance method Public Method unhides a certain subroadmapstep 20090204
Events
Interface IF_FPM_GAF has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_CONTENT_AREA Public See coding 20120612 BEGIN OF ty_s_content_area, text_document_name TYPE doku_obj, text TYPE fpm_text, id TYPE fpm_dialog_window_id, name TYPE fpm_dialog_window_name, layout_type TYPE fpm_layout_type, button_set TYPE fpm_dialog_button_set, title TYPE fpm_s_dialog_box_properties-title, tool_tip_for_ok_button TYPE fpm_s_dialog_box_properties-tool_tip_for_ok_button, tool_tip_for_cancel_button TYPE fpm_s_dialog_box_properties-tool_tip_for_cancel_button, tool_tip_for_close_button TYPE fpm_s_dialog_box_properties-tool_tip_for_close_button, tool_tip_for_yes_button TYPE fpm_s_dialog_box_properties-tool_tip_for_yes_button, tool_tip_for_no_button TYPE fpm_s_dialog_box_properties-tool_tip_for_no_button, text_for_close_button TYPE fpm_s_dialog_box_properties-text_for_close_button, text_for_ok_button TYPE fpm_s_dialog_box_properties-text_for_ok_button, text_for_yes_button TYPE fpm_s_dialog_box_properties-text_for_yes_button, text_for_no_button TYPE fpm_s_dialog_box_properties-text_for_no_button, height TYPE fpm_s_dialog_box_properties-height, width TYPE fpm_s_dialog_box_properties-width, END OF ty_s_content_area
2 TY_S_ENABLED_MAINSTEP Public See coding 20080220 BEGIN OF ty_s_enabled_mainstep, variant TYPE string, id TYPE string, enabled TYPE boole_d, END OF ty_s_enabled_mainstep
3 TY_S_HIDDEN_MAINSTEP Public See coding 20080205 BEGIN OF ty_s_hidden_mainstep, variant TYPE string, id TYPE string, END OF ty_s_hidden_mainstep
4 TY_S_HIDDEN_SUBSTEP Public See coding 20090117 BEGIN OF ty_s_hidden_substep, variant TYPE string, mainstep_id TYPE string, substep_variant TYPE string, id TYPE string, END OF ty_s_hidden_substep
5 TY_S_MAINSTEP Public See coding 20070613 BEGIN OF ty_s_mainstep, variant TYPE string, id TYPE string, name TYPE string, enabled TYPE boole_d, layout_type TYPE fpm_layout_type, END OF ty_s_mainstep
6 TY_S_RENAME_MAINSTEP Public See coding 20120822 begin of TY_S_RENAME_MAINSTEP, variant_id type string, mainstep_id TYPE string, substep_variant_id TYPE string, substep_id TYPE string, new_name TYPE string, END OF ty_s_rename_mainstep
7 TY_S_RENAME_SUBSTEP Public See coding 20120821 BEGIN OF ty_s_rename_substep, variant_id type string, mainstep_id TYPE string, substep_variant_id TYPE string, substep_id TYPE string, new_name TYPE string, END OF ty_s_rename_substep
8 TY_S_STATE Public See coding 20070613 BEGIN OF ty_s_state, floorplan_state TYPE fpm_floorplan_state, variant TYPE string, mainstep TYPE string, substep_variant TYPE string, substep TYPE string, END OF ty_s_state
9 TY_S_SUBSTEP Public See coding 20070613 BEGIN OF ty_s_substep, variant TYPE string, mainstep TYPE string, substep_variant TYPE string, id TYPE string, name TYPE string, layout_type TYPE fpm_layout_type, END OF ty_s_substep
10 TY_S_SUBSTEP_VARIANT Public See coding 20070613 BEGIN OF ty_s_substep_variant, variant TYPE string, mainstep TYPE string, id TYPE string, name TYPE string, END OF ty_s_substep_variant
11 TY_S_UIBB Public See coding 20070613 BEGIN OF ty_s_uibb, component TYPE string, interface_view TYPE string, startup_plug TYPE string, config_id TYPE wdy_config_id, config_type TYPE wdy_config_type, config_var TYPE wdy_config_var, needs_stretching TYPE fpm_needs_stretching, END OF ty_s_uibb
12 TY_S_UIBB_EXT Public See coding 20070613 BEGIN OF ty_s_uibb_ext, variant TYPE string, mainstep TYPE string, substep_variant TYPE string, substep TYPE string, component TYPE string, interface_view TYPE string, config_id TYPE wdy_config_id, config_type TYPE wdy_config_type, config_var TYPE wdy_config_var, instance_id TYPE fpm_instance_id, needs_stretching TYPE fpm_needs_stretching, location TYPE fpm_location, index TYPE fpm_index, content_area TYPE string, END OF ty_s_uibb_ext
13 TY_S_UIBB_P Public See coding 20120618 BEGIN OF ty_s_uibb_p, component TYPE string, interface_view TYPE string, config_id TYPE wdy_config_id, config_type TYPE wdy_config_type, config_var TYPE wdy_config_var, location TYPE fpm_location, index TYPE fpm_index, fpm_primary_attribute TYPE fpm_element_id, hidden TYPE fpm_hidden, instance_id TYPE fpm_instance_id, needs_stretching TYPE fpm_needs_stretching, END OF ty_s_uibb_p
14 TY_S_VARIANT Public See coding 20070613 BEGIN OF ty_s_variant, id TYPE string, name TYPE string, END OF ty_s_variant
15 TY_T_CONTENT_AREA Public See coding 20120612 ty_t_content_area TYPE STANDARD TABLE OF ty_s_content_area
16 TY_T_ENABLED_MAINSTEP Public See coding 20080220 ty_t_enabled_mainstep TYPE STANDARD TABLE OF ty_s_enabled_mainstep
17 TY_T_HIDDEN_MAINSTEP Public See coding 20080205 ty_t_hidden_mainstep TYPE STANDARD TABLE OF ty_s_hidden_mainstep
18 TY_T_HIDDEN_SUBSTEP Public See coding 20090117 ty_t_hidden_substep TYPE STANDARD TABLE OF ty_s_hidden_substep
19 TY_T_MAINSTEP Public See coding 20070613 ty_t_mainstep TYPE STANDARD TABLE OF ty_s_mainstep
20 TY_T_RENAME_MAINSTEP Public See coding 20120822 ty_t_rename_mainstep type standard table of ty_s_rename_mainstep
21 TY_T_RENAME_SUBSTEP Public See coding 20120821 ty_t_rename_substep type standard table of ty_s_rename_substep
22 TY_T_SUBSTEP Public See coding 20070613 ty_t_substep TYPE STANDARD TABLE OF ty_s_substep
23 TY_T_SUBSTEP_VARIANT Public See coding 20070613 ty_t_substep_variant TYPE STANDARD TABLE OF ty_s_substep_variant
24 TY_T_UIBB Public See coding 20070613 ty_t_uibb TYPE STANDARD TABLE OF ty_s_uibb
25 TY_T_UIBB_EXT Public See coding 20070613 ty_t_uibb_ext TYPE STANDARD TABLE OF ty_s_uibb_ext
26 TY_T_UIBB_P Public See coding 20120618 ty_t_uibb_p TYPE STANDARD TABLE OF ty_s_uibb_p
27 TY_T_VARIANT Public See coding 20070613 ty_t_variant TYPE STANDARD TABLE OF ty_s_variant
Method Signatures

Method ADD_CONTENT_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONTENT_AREA Call by reference Type reference (TYPE) TY_S_CONTENT_AREA 20120618
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20120619

Method ADD_UIBB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_UIBB_KEY Call by reference Type reference (TYPE) TY_S_UIBB_EXT Key of UIBB to be added 20070614
2 Importing IV_INDEX Call by reference Type reference (TYPE) I 9999 Place for the Insertion 20070614
3 Importing IV_LOCATION Call by reference Type reference (TYPE) FPM_LOCATION Index in Layoutbox where UIBB is located 20090116
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20070614

Method ADD_WIRE Signature

Method ADD_WIRE on Interface IF_FPM_GAF has no parameter.
Method ADD_WIRE on Interface IF_FPM_GAF has no exception.

Method CANCEL_EVENT Signature

Method CANCEL_EVENT on Interface IF_FPM_GAF has no parameter.
Method CANCEL_EVENT on Interface IF_FPM_GAF has no exception.

Method ENABLE_MAINSTEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENABLED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20080223
2 Importing IV_MAINSTEP_ID Call by reference Type reference (TYPE) STRING Mainstep ID (current mainstep if skipped) 20080223
3 Importing IV_VARIANT_ID Call by reference Type reference (TYPE) STRING Variant ID (current variant if skipped) 20080223
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20080223

Method GET_ACA_API Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_ACA_API Value transfer Object reference (TYPE REF TO) IF_FPM_ACA Additional Content Area API 20070814

Method GET_ACA_API on Interface IF_FPM_GAF has no exception.

Method GET_CONTENT_AREAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONTENT_AREA Call by reference Type reference (TYPE) TY_T_CONTENT_AREA 20120612

Method GET_CONTENT_AREAS on Interface IF_FPM_GAF has no exception.

Method GET_CURRENT_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CURRENT_STATE Call by reference Type reference (TYPE) TY_S_STATE 20070613

Method GET_CURRENT_STATE on Interface IF_FPM_GAF has no exception.

Method GET_HIDDEN_MAINSTEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_HIDDEN_MAINSTEPS Call by reference Type reference (TYPE) TY_T_HIDDEN_MAINSTEP 20080205
2 Importing IV_VARIANT_ID Call by reference Type reference (TYPE) STRING 20080205
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20080205

Method GET_HIDDEN_SUBSTEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_HIDDEN_SUBSTEPS Call by reference Type reference (TYPE) TY_T_HIDDEN_SUBSTEP 20090127
2 Importing IV_SUBSTEP_VARIANT_ID Call by reference Type reference (TYPE) STRING Substep Variant ID 20090117
3 Importing IV_VARIANT_ID Call by reference Type reference (TYPE) STRING Mainstep Variant ID 20090117
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20090117

Method GET_MAINSTEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MAINSTEP Call by reference Type reference (TYPE) TY_T_MAINSTEP List of mainviews 20070613
2 Importing IV_VARIANT_ID Call by reference Type reference (TYPE) STRING Variant ID (current variant if skipped) 20070613
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20070613

Method GET_SUBSTEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SUBSTEP Call by reference Type reference (TYPE) TY_T_SUBSTEP List of mainviews 20070613
2 Importing IV_MAINSTEP_ID Call by reference Type reference (TYPE) STRING Mainstep ID (current mainstep if skipped) 20070613
3 Importing IV_SUBSTEP_VARIANT_ID Call by reference Type reference (TYPE) STRING Substep Variant ID (current if skipped) 20070613
4 Importing IV_VARIANT_ID Call by reference Type reference (TYPE) STRING Variant ID (current variant if skipped) 20070613
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20070613

Method GET_SUBSTEP_VARIANTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SUBSTEP_VARIANT Call by reference Type reference (TYPE) TY_T_SUBSTEP_VARIANT List of substep variants 20070614
2 Importing IV_MAINSTEP_ID Call by reference Type reference (TYPE) STRING Mainstep ID (uses current if skipped) 20070614
3 Importing IV_VARIANT_ID Call by reference Type reference (TYPE) STRING Variant ID (current variant if skipped) 20070613
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20070613

Method GET_UIBB_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_UIBB Call by reference Type reference (TYPE) TY_T_UIBB_EXT 20070613
2 Exporting EV_LAYOUT_TYPE Call by reference Type reference (TYPE) FPM_LAYOUT_TYPE Layout Type 20090120
3 Importing IV_MAINSTEP_ID Call by reference Type reference (TYPE) STRING Mainstep ID (uses current mainstep if skipped) 20070614
4 Importing IV_SUBSTEP_ID Call by reference Type reference (TYPE) STRING Substep ID (uses current if skipped and subvariant is prov.) 20070614
5 Importing IV_SUBSTEP_VARIANT_ID Call by reference Type reference (TYPE) STRING Subvar. ID (uses current if skipped and substep is provided) 20070613
6 Importing IV_VARIANT_ID Call by reference Type reference (TYPE) STRING Variant ID (uses current variant if skipped) 20070613
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20070613

Method GET_UIBB_KEYS_FOR_CONF_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_UIBB Call by reference Type reference (TYPE) TY_T_UIBB_EXT List of UIBBs 20070613
2 Importing IV_VARIANT_ID Call by reference Type reference (TYPE) STRING Variant ID (uses current Variant if skipped) 20070613
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20070613

Method GET_UIBB_KEYS_FOR_CONTENT_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_UIBB Call by reference Type reference (TYPE) TY_T_UIBB_EXT List of UIBBs 20120612
2 Importing IV_CONTENT_AREA Call by reference Type reference (TYPE) STRING 20120612

Method GET_UIBB_KEYS_FOR_CONTENT_AREA on Interface IF_FPM_GAF has no exception.

Method GET_UIBB_KEYS_FOR_INIT_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_UIBB Call by reference Type reference (TYPE) TY_T_UIBB_EXT List of UIBBs 20070613

Method GET_UIBB_KEYS_FOR_INIT_SCREEN on Interface IF_FPM_GAF has no exception.

Method GET_VARIANTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VARIANT Call by reference Type reference (TYPE) TY_T_VARIANT 20070614

Method GET_VARIANTS on Interface IF_FPM_GAF has no exception.

Method GET_WIRES Signature

Method GET_WIRES on Interface IF_FPM_GAF has no parameter.
Method GET_WIRES on Interface IF_FPM_GAF has no exception.

Method HIDE_MAINSTEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MAINSTEP_ID Call by reference Type reference (TYPE) STRING 20080113
2 Importing IV_VARIANT_ID Call by reference Type reference (TYPE) STRING 20080113
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20080113

Method HIDE_SUBSTEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MAINSTEP_ID Call by reference Type reference (TYPE) STRING Mainstep ID 20090117
2 Importing IV_SUBSTEP_ID Call by reference Type reference (TYPE) STRING Substep ID 20090117
3 Importing IV_SUBSTEP_VARIANT_ID Call by reference Type reference (TYPE) STRING Substep Variant ID 20090117
4 Importing IV_VARIANT_ID Call by reference Type reference (TYPE) STRING Mainstep Variant ID 20090117
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20090117

Method REMOVE_UIBB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INDEX Call by reference Type reference (TYPE) I 9999 Index of UIBB to be removed 20070614
2 Importing IV_LOCATION Call by reference Type reference (TYPE) FPM_LOCATION Index in Layoutbox where UIBB is located 20090116
3 Importing IV_MAINSTEP_ID Call by reference Type reference (TYPE) STRING Mainstep ID (current mainstep if skipped) 20070614
4 Importing IV_SUBSTEP_ID Call by reference Type reference (TYPE) STRING Substep ID (current substep if skipped) 20070614
5 Importing IV_SUBSTEP_VARIANT_ID Call by reference Type reference (TYPE) STRING Substep Variant ID 20070614
6 Importing IV_VARIANT_ID Call by reference Type reference (TYPE) STRING Variant ID (current variant if skipped) 20070614
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20070614

Method REMOVE_WIRE Signature

Method REMOVE_WIRE on Interface IF_FPM_GAF has no parameter.
Method REMOVE_WIRE on Interface IF_FPM_GAF has no exception.

Method RENAME_MAINSTEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MAINSTEP_ID Call by reference Type reference (TYPE) STRING Mainstep ID (current mainstep if skipped) 20070615
2 Importing IV_NEW_NAME Call by reference Type reference (TYPE) STRING New name of mainstep 20070615
3 Importing IV_VARIANT_ID Call by reference Type reference (TYPE) STRING Variant ID (current variant if skipped) 20070615
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20070615

Method RENAME_SUBSTEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MAINSTEP_ID Call by reference Type reference (TYPE) STRING Mainstep ID (current mainstep if skipped) 20070615
2 Importing IV_NEW_NAME Call by reference Type reference (TYPE) STRING New name of substep 20070615
3 Importing IV_SUBSTEP_ID Call by reference Type reference (TYPE) STRING Substep ID (current substep if skipped) 20070615
4 Importing IV_SUBSTEP_VARIANT_ID Call by reference Type reference (TYPE) STRING Substep variant ID (current substep variant if skipped) 20070615
5 Importing IV_VARIANT_ID Call by reference Type reference (TYPE) STRING Variant ID (current variant if skipped) 20070615
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20070615

Method SET_SUBSTEP_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SUBSTEP_VARIANT_ID Call by reference Type reference (TYPE) STRING 20070509
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20070515

Method SET_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VARIANT_ID Call by reference Type reference (TYPE) STRING 20070508
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20070515

Method UNHIDE_SUBSTEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MAINSTEP_ID Call by reference Type reference (TYPE) STRING Mainstep ID 20090204
2 Importing IV_SUBSTEP_ID Call by reference Type reference (TYPE) STRING Substep ID 20090204
3 Importing IV_SUBSTEP_VARIANT_ID Call by reference Type reference (TYPE) STRING Substep Variant ID 20090204
4 Importing IV_VARIANT_ID Call by reference Type reference (TYPE) STRING Mainstep Variant ID 20090204
# Exception Resumable Description Created on
1 CX_FPM_FLOORPLAN Floorplan exceptions 20090204
History
Last changed by/on SAP  20130531 
SAP Release Created in