Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_FORM_UIBB_ASSIST_BASE | Basis Assistance Class for all Forms | 20111019 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_FORM_REP_UIBB_ASSIST | Assistance class for FPM_FORM_REPEATER_UIBB | 20111019 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_FORM_UIBB_ASSIST_GL2 | Assistance Class for FPM_FORM_UIBB_GL2 | 20111019 |
Properties
| Class | CL_FPM_ADV_FORM_BASE_ASSIST | |
| Short Description | Base Assistance Class for all GUIBBs based on Advanced Forms | |
| Super Class | CL_FPM_FORM_UIBB_ASSIST_BASE | Basis Assistance Class for all Forms |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_GUIBB | Generic UI building blocks |
| Created | 20111019 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 5 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 6 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FPM_ADV_FORM_BASE_ASSIST has no interface implemented.
Friends
Class CL_FPM_ADV_FORM_BASE_ASSIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_FPM_ADV_FORM_BASE_DATA_MGR | Base Data Manager Class for all GUIBBs based on Adv. Forms | 20111019 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ABAP_COMPLEXDESCR | Runtime Type Services | 20111019 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | 20111019 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | TY_S_FEEDER | Feeder properties | 20111019 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | FPMGB_T_FIELDUSAGE | 20111019 | ||||
| 6 | Instance attribute | Protected | Type reference (TYPE) | TY_T_OVS | 20111019 | ||||
| 7 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20111019 | ||||
| 8 | Instance attribute | Protected | Type reference (TYPE) | FPM_EDIT_MODE | Edit Mode | 20111019 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20111019 | ||||
| 10 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Indicator: First PBO has been processed | 20111124 |
Methods
Events
Class CL_FPM_ADV_FORM_BASE_ASSIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_FEEDER | Public | See coding | 20111019 | BEGIN OF ty_s_feeder,
name TYPE seoclsname,
feeder TYPE REF TO if_fpm_guibb,
is_extended TYPE boole_d,
is_model TYPE boole_d,
is_enhancement_access TYPE boole_d,
is_ctxt_menu TYPE boole_d,
is_dynamic_action_menu TYPE boole_d,
is_quickview_source TYPE boole_d,
END OF ty_s_feeder
|
||
| 2 | TY_S_OVS | Protected | See coding | 20111019 | BEGIN OF ty_s_ovs,
field_name TYPE name_komp,
ovs_name TYPE seoclsname,
ovs_ref TYPE REF TO if_fpm_guibb_ovs,
END OF ty_s_ovs
|
||
| 3 | TY_T_OVS | Protected | See coding | 20111019 | ty_t_ovs TYPE STANDARD TABLE OF ty_s_ovs
|
Method Signatures
Method ADJUST_HTML_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20121219 | |||
| 2 | IO_VIEW_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20121219 |
Method ADJUST_HTML_FIELDS on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method ADJUST_LABEL_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20111019 | |||
| 2 | RV_LABEL_TEXTS_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Indicator: Label texts have been changed | 20121026 |
Method ADJUST_LABEL_TEXT on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method ADJUST_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20111107 | |||
| 2 | IO_VIEW_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20111019 |
Method ADJUST_PROPERTIES on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method ADJUST_PROPERTIES_BC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_BC_ENABLED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20111019 | |||
| 2 | EV_BC_PROPERTIES_CHANGED | Call by reference | Type reference (TYPE) | ABAP_BOOL | Indicator: Button choice properties have been changed | 20111103 | |||
| 3 | EV_BC_VISIBILITY | Call by reference | Type reference (TYPE) | WDUI_VISIBILITY | Web Dynpro: Visibility | 20111019 | |||
| 4 | IO_BUTTON_CHOICE | Call by reference | Object reference (TYPE REF TO) | CL_WD_BUTTON_CHOICE | Web Dynpro: API of a View | 20111019 | |||
| 5 | IO_TB_BUTTON_CHOICE | Call by reference | Object reference (TYPE REF TO) | CL_WD_TOOLBAR_BTN_CHOICE | Perforce change= / 20051117-120623 | 20111118 | |||
| 6 | IO_VIEW_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20111019 |
Method ADJUST_PROPERTIES_BC on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method ADJUST_PROPERTIES_BR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_BR_ENABLED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20111019 | |||
| 2 | EV_BR_PROPERTIES_CHANGED | Call by reference | Type reference (TYPE) | ABAP_BOOL | Indicator: Button Row properties have been changed | 20111103 | |||
| 3 | EV_BR_VISIBILITY | Call by reference | Type reference (TYPE) | WDUI_VISIBILITY | Web Dynpro: Visibility | 20111019 | |||
| 4 | IO_BUTTON_ROW | Call by reference | Object reference (TYPE REF TO) | CL_WD_BUTTON_ROW | Web Dynpro: API of a View | 20111019 | |||
| 5 | IO_VIEW_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20111019 |
Method ADJUST_PROPERTIES_BR on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method ADJUST_PROPERTIES_CT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CT_ENABLED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20111128 | |||
| 2 | EV_CT_PROPERTIES_CHANGED | Call by reference | Type reference (TYPE) | ABAP_BOOL | Indicator: Properties of the container have been changed | 20111128 | |||
| 3 | EV_CT_VISIBILITY | Call by reference | Type reference (TYPE) | WDUI_VISIBILITY | Web Dynpro: Visibility | 20111128 | |||
| 4 | IO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | Perforce change= / 20051117-125541 | 20111019 | |||
| 5 | IO_VIEW_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20111019 |
Method ADJUST_PROPERTIES_CT on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method ADJUST_PROPERTIES_TB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_TB_ENABLED | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20111118 | |||
| 2 | EV_TB_PROPERTIES_CHANGED | Call by reference | Type reference (TYPE) | ABAP_BOOL | Indicator: Toolbar properties have been changed | 20111118 | |||
| 3 | EV_TB_VISIBILITY | Call by reference | Type reference (TYPE) | WDUI_VISIBILITY | Web Dynpro: Visibility | 20111118 | |||
| 4 | IO_TOOLBAR | Call by reference | Object reference (TYPE REF TO) | CL_WD_TOOLBAR | Perforce change= / 20051117-120623 | 20111118 | |||
| 5 | IO_VIEW_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20111118 |
Method ADJUST_PROPERTIES_TB on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method CHECK_MANDATORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CHECK | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20111019 |
Method CHECK_MANDATORY on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COMPONENT_NAME | Call by reference | Type reference (TYPE) | WDY_COMPONENT_NAME | Web Dynpro: Component Name | 20111019 |
Method CONSTRUCTOR on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method DETERMINE_FIELD_USAGE Signature
Method DETERMINE_FIELD_USAGE on class CL_FPM_ADV_FORM_BASE_ASSIST has no parameter.
Method DETERMINE_FIELD_USAGE on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method DISPATCH_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FPM_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20111019 | |||
| 2 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20111019 | |||
| 3 | IV_ACTION_TYPE | Call by reference | Type reference (TYPE) | FPM_ACTION_TYPE | IF_FPM_CONSTANTS=>GC_ACTION_TYPE-STANDARD | Type of FPM Event Action | 20111019 | ||
| 4 | IV_IS_ROW_ACTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Indicator: Action is a row action | 20111116 |
Method DISPATCH_ACTION on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method DISPATCH_ACTION_MENU_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20111227 | |||
| 2 | IV_ACTION_TYPE | Call by reference | Type reference (TYPE) | FPM_ACTION_TYPE | IF_FPM_CONSTANTS=>GC_ACTION_TYPE-STANDARD | Type of FPM Event Action | 20111227 |
Method DISPATCH_ACTION_MENU_ACTION on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method DISPATCH_AFTER_FAILED_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20111019 | |||
| 2 | IV_REVERT | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20111019 |
Method DISPATCH_AFTER_FAILED_EVENT on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method DISPATCH_CTXT_MENU_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20111104 | |||
| 2 | IV_ACTION_TYPE | Call by reference | Type reference (TYPE) | FPM_ACTION_TYPE | IF_FPM_CONSTANTS=>GC_ACTION_TYPE-STANDARD | Type of FPM Event Action | 20111209 |
Method DISPATCH_CTXT_MENU_ACTION on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method DISPATCH_FLUSH Signature
Method DISPATCH_FLUSH on class CL_FPM_ADV_FORM_BASE_ASSIST has no parameter.
Method DISPATCH_FLUSH on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method DISPATCH_NEEDS_CONFIRMATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_CONF_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_FPM_CONFIRMATION_REQUEST | Requests an end-user confirmation (e.g. data loss warning) | 20111019 | |||
| 2 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20111019 |
Method DISPATCH_NEEDS_CONFIRMATION on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method DISPATCH_OVS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OVS_CALLBACK_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_WD_OVS | 20111019 | ||||
| 2 | IV_FIELD_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20111019 |
Method DISPATCH_OVS on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method DISPATCH_PBO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20111019 |
Method DISPATCH_PBO on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method DISPATCH_PROCESS_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_RESULT | Call by reference | Type reference (TYPE) | FPM_EVENT_RESULT | Result of processing of a specific FPM event | 20111019 | |||
| 2 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20111019 |
Method DISPATCH_PROCESS_EVENT on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method EXPANDS_WITH_AVAILABLE_SPACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_IGNORE_SWAP_UIBB_VISIBILITY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Indicator: Visibility of swap UIBB on page is ignored | 20140624 | ||
| 2 | RV_IS_EXPANDABLE | Value transfer | Type reference (TYPE) | ABAP_BOOL | Indicator: UIBB expands with available space | 20140523 |
Method EXPANDS_WITH_AVAILABLE_SPACE on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method GET_CONFIGURED_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FIELD | Call by reference | Type reference (TYPE) | IF_FPM_GUIBB_ADV_FORM_TYPES=>TY_T_CONFIGURED_FIELD | 20140321 | ||||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20140321 |
Method GET_CONFIGURED_FIELDS on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method GET_FEEDER_MODEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_FEEDER_MODEL | Value transfer | Object reference (TYPE REF TO) | IF_FPM_FEEDER_MODEL | Feeder Model Interface | 20111019 |
Method GET_FEEDER_MODEL on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20111019 | |||
| 2 | IO_CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20111020 | |||
| 3 | IV_INTERFACE_VIEW | Call by reference | Type reference (TYPE) | FPM_VIEW_NAME | Web Dynpro: Name of a Web Dynpro View | 20111019 |
Method INITIALIZE on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method INIT_FEEDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MESSAGE | Call by reference | Type reference (TYPE) | FPMGB_S_T100_MESSAGE | FPMGB T100 messages | 20111019 | |||
| 2 | EV_ADDITIONAL_ERROR_INFO | Call by reference | Type reference (TYPE) | DOKU_OBJ | Documentation Object | 20111019 | |||
| 3 | EV_ERROR | Call by reference | Type reference (TYPE) | BOOLE_D | Boolean Variable (X=True, -=False, Space=Unknown) | 20111019 |
Method INIT_FEEDER on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method INIT_RENDERER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FIELD_DESCRIPTION | Call by reference | Type reference (TYPE) | STANDARD TABLE | Field Description | 20130311 | |||
| 2 | IV_HAS_EXT_FIELD_DESCRIPTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Indicator: Extended field description exists | 20130311 | ||
| 3 | IV_TRANSACTIONAL_MODE | Call by reference | Type reference (TYPE) | FPMGB_TRANSACTIONAL_MODE | Transactional Mode | 20130710 |
Method INIT_RENDERER on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method ON_DROP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20111019 | |||
| 2 | IV_ACTION_TYPE | Call by reference | Type reference (TYPE) | FPM_ACTION_TYPE | IF_FPM_CONSTANTS=>GC_ACTION_TYPE-STANDARD | Type of FPM Event Action | 20111019 |
Method ON_DROP on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method PROCESS_CTXT_MENU Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_MENU_EVENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_MENU_EVENT | 20111019 | ||||
| 2 | CONTEXT_MENU_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_MENU_MANAGER | 20111019 | ||||
| 3 | MENU | Value transfer | Object reference (TYPE REF TO) | CL_WD_MENU | Perforce change= / 20051117-120623 | 20111019 |
Method PROCESS_CTXT_MENU on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method PROCESS_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MESSAGES | Call by reference | Type reference (TYPE) | FPMGB_T_MESSAGES | FPMGB Messages (T100 & Plaintext) | 20111019 |
Method PROCESS_MESSAGES on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method RENDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20111019 | |||
| 2 | IO_VIEW_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20111019 | |||
| 3 | IV_ENFORCE_RENDERING | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Indicator: Enforce rendering | 20111019 | ||
| 4 | RV_VIEW_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Indicator: Form view was changed | 20121026 |
Method RENDER on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method REQUEST_FOCUS_ON_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20120518 | |||
| 2 | IV_EVENT_ID | Call by reference | Type reference (TYPE) | FPM_EVENT_ID | ID of the FPM Event | 20120518 | |||
| 3 | IV_INDEX | Call by reference | Type reference (TYPE) | I | Row index | 20120518 | |||
| 4 | RV_FOCUS_SET | Value transfer | Type reference (TYPE) | ABAP_BOOL | Indicator: Focus has been set | 20120518 |
Method REQUEST_FOCUS_ON_ACTION on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method REQUEST_FOCUS_ON_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20120521 | |||
| 2 | IV_INDEX | Call by reference | Type reference (TYPE) | I | Row index | 20120521 | |||
| 3 | IV_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20120521 | |||
| 4 | RV_FOCUS_SET | Value transfer | Type reference (TYPE) | ABAP_BOOL | Indicator: Focus has been set | 20120521 |
Method REQUEST_FOCUS_ON_FIELD on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method SET_ADDITIONAL_EVENT_PARAMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FPM_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20120319 | |||
| 2 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20120319 |
Method SET_ADDITIONAL_EVENT_PARAMS on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method SET_DATA_RECORD_ON_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FPM_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20130211 | |||
| 2 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20130211 |
Method SET_DATA_RECORD_ON_EVENT on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method SET_FIELD_NAME_ON_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FPM_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20120319 | |||
| 2 | IO_WD_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20120319 |
Method SET_FIELD_NAME_ON_EVENT on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
Method SET_WD_INSTANCES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20111019 |
Method SET_WD_INSTANCES on class CL_FPM_ADV_FORM_BASE_ASSIST has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 732 |