Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /PLMU/IWCI_WDI_FRW_W_GET_DATA | WebDynpro Interface INTERFACECONTROLLER | 20101206 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /PLMU/CL_FRW_G_CNTRL_FORM | Controller for Form Feeder | 20110214 |
2 | Inheritance (c INHERITING FROM c_ref) | /PLMU/CL_FRW_G_CNTRL_SEARCH | Controller for Search Feeder | 20101206 |
3 | Inheritance (c INHERITING FROM c_ref) | /PLMU/CL_FRW_G_CNTRL_TABLE | Super Controller for all Table Based Feeder | 20120503 |
Properties
Class | /PLMU/CL_FRW_G_CNTRL | |
Short Description | Super Controller for all Feeder | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /PLMU/UI_FRW_GUIBB | UI Framework: Generic UI Building Blocks |
Created | 20101206 | SAP |
Last change | 20130531 | SAP |
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) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /PLMU/IWCI_WDI_FRW_W_GET_DATA | WebDynpro Interface INTERFACECONTROLLER | 20101206 |
Friends
Class /PLMU/CL_FRW_G_CNTRL has no friend class.
Attributes
Methods
Events
Class /PLMU/CL_FRW_G_CNTRL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTY_DATA_SOURCE | Protected | See coding | 20130306 | gty_data_source TYPE c LENGTH 10
|
||
2 | GTY_GET_DATA_STATUS | Protected | See coding | 20101206 | gty_get_data_status TYPE c LENGTH 10
|
||
3 | GTY_S_EVENT_REGISTER | Private | See coding | 20111102 | BEGIN OF gty_s_event_register,
uibb_instance_key TYPE fpm_s_uibb_instance_key,
event_id TYPE fpm_event_id,
is_spi_action TYPE boole_d,
node_id_relevance TYPE /plmb/spi_action_id_relevance,
END OF gty_s_event_register
|
||
4 | GTY_T_EVENT_REGISTER | Private | See coding | 20111102 | gty_t_event_register TYPE SORTED TABLE OF gty_s_event_register
WITH UNIQUE KEY uibb_instance_key
event_id
|
||
5 | GTY_UIBB_CARDINALITY | Protected | See coding | 20130306 | gty_uibb_cardinality type c length 3
|
Method Signatures
Method ADD_APPLICTION_PARAMETER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_CONIFG_PARAMETER_DESCR | Call by reference | Type reference (TYPE) | FPMGB_T_PARAM_DESCR | Parameter description | 20101206 | ||
2 | ![]() |
ET_STATIC_PARAMETER_DESCR | Call by reference | Type reference (TYPE) | FPMGB_T_PARAM_DESCR | Parameter Value | 20101206 | ||
3 | ![]() |
IO_FEEDER | Call by reference | Object reference (TYPE REF TO) | /PLMU/CL_FRW_G_FEEDER | UI Framework - GUIBB feeder class | 20101206 |
Method ADD_APPLICTION_PARAMETER on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method ADD_STATIC_PARAMETER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_PARAMETER_VALUE | Call by reference | Type reference (TYPE) | FPMGB_T_PARAM_VALUE | Parameter Value | 20101206 | ||
2 | ![]() |
IO_FEEDER | Call by reference | Object reference (TYPE REF TO) | /PLMU/CL_FRW_G_FEEDER | GUIBB feeder class | 20101206 | ||
3 | ![]() |
IT_CONFIG_PARAMETER_VALUE | Call by reference | Type reference (TYPE) | FPMGB_T_PARAM_VALUE | Parameter Value | 20101206 | ||
4 | ![]() |
IT_STATIC_PARAMETER_DESCR | Call by reference | Type reference (TYPE) | FPMGB_T_PARAM_DESCR | Parameter description | 20101206 |
Method ADD_STATIC_PARAMETER on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method 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 | 20101206 | ||
2 | ![]() |
IV_RAISED_BY_OWN_UI | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101206 |
Method AFTER_FAILED_EVENT on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method BEFORE_DISPATCH_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 | 20121210 | |||
2 | ![]() |
IT_CHANGE_LOG | Call by reference | Type reference (TYPE) | FPMGB_T_CHANGELOG | 20121210 |
Method BEFORE_DISPATCH_EVENT on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method CHECK_CONFIG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | FPMGB_T_MESSAGES | Messages | 20110128 | ||
2 | ![]() |
IO_LAYOUT_CONFIG | Call by reference | Object reference (TYPE REF TO) | OBJECT | UIBB Configuration | 20110128 |
Method CHECK_CONFIG on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class /PLMU/CL_FRW_G_CNTRL has no parameter.
Method CLASS_CONSTRUCTOR on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method COPY_PARAMETER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_PARAMETER_COPY | Call by reference | Type reference (TYPE) | FPMGB_T_PARAM_VALUE | Parameter Value | 20120201 | ||
2 | ![]() |
IT_PARAMETER | Call by reference | Type reference (TYPE) | FPMGB_T_PARAM_VALUE | Parameter Value | 20120201 |
Method COPY_PARAMETER on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method DOES_THE_EVENT_BELONG_TO_ME 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 | 20101206 | ||
2 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20101206 |
Method DOES_THE_EVENT_BELONG_TO_ME on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method DO_PARAMETER_MATCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_PARAMETER_1 | Call by reference | Type reference (TYPE) | FPMGB_T_PARAM_VALUE | Parameter Value | 20120201 | ||
2 | ![]() |
IT_PARAMETER_2 | Call by reference | Type reference (TYPE) | FPMGB_T_PARAM_VALUE | Parameter Value | 20120201 | ||
3 | ![]() |
RV_MATCH | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20120201 |
Method DO_PARAMETER_MATCH on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method FLUSH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IG_DATA | Call by reference | Type reference (TYPE) | ANY | 20110321 | |||
2 | ![]() |
IT_CHANGE_LOG | Call by reference | Type reference (TYPE) | FPMGB_T_CHANGELOG | Field Changelog | 20110214 |
Method FLUSH on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method FPM_INITIALIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_FPM | Call by reference | Object reference (TYPE REF TO) | IF_FPM | 20110727 |
Method FPM_INITIALIZE on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method GET_ACTION_DEFINITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ACTION_DEFINITION | Call by reference | Type reference (TYPE) | FPMGB_T_ACTIONDEF | 20101206 | |||
2 | ![]() |
ET_ROW_ACTION_DEFINITION | Call by reference | Type reference (TYPE) | FPMGB_T_ROW_ACTION | 20111202 |
Method GET_ACTION_DEFINITION on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method GET_APPLICATION_MODEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_APPLICATION_MODEL | Value transfer | Object reference (TYPE REF TO) | /PLMU/IF_FRW_G_APPL_MODEL_INT | Application Model (Internal Interface) | 20101206 |
Method GET_APPLICATION_MODEL on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method GET_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_CONTEXT | Value transfer | Object reference (TYPE REF TO) | /PLMU/IF_FRW_G_CONTEXT | UI Framework - GUIBB context | 20101206 |
Method GET_CONTEXT on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method GET_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CG_DATA | Call by reference | Type reference (TYPE) | ANY | 20130209 | |||
2 | ![]() |
CT_ACTION_USAGE | Call by reference | Type reference (TYPE) | FPMGB_T_ACTIONUSAGE | 20130209 | |||
3 | ![]() |
CT_DND_ATTRIBUTES | Call by reference | Type reference (TYPE) | FPMGB_T_DND_DEFINITION | 20130209 | |||
4 | ![]() |
CT_FIELD_USAGE | Call by reference | Type reference (TYPE) | FPMGB_T_FIELDUSAGE | 20130209 | |||
5 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | FPMGB_T_MESSAGES | 20130209 | |||
6 | ![]() |
EV_ACTION_USAGE_CHANGED | Call by reference | Type reference (TYPE) | BOOLE_D | 20130209 | |||
7 | ![]() |
EV_DATA_CHANGED | Call by reference | Type reference (TYPE) | BOOLE_D | 20130209 | |||
8 | ![]() |
EV_DND_ATTR_CHANGED | Call by reference | Type reference (TYPE) | BOOLE_D | 20130209 | |||
9 | ![]() |
EV_FIELD_USAGE_CHANGED | Call by reference | Type reference (TYPE) | BOOLE_D | 20130209 | |||
10 | ![]() |
IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | 20130209 | |||
11 | ![]() |
IT_SELECTED_FIELDS | Call by reference | Type reference (TYPE) | FPMGB_T_SELECTED_FIELDS | Selected(Used) Fields | 20130209 | ||
12 | ![]() |
IV_EDIT_MODE | Call by reference | Type reference (TYPE) | FPM_EDIT_MODE | 20130209 |
Method GET_DATA on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method GET_DATA_VIA_REFERENCE Signature
Method GET_DATA_VIA_REFERENCE on class /PLMU/CL_FRW_G_CNTRL has no parameter.
Method GET_DATA_VIA_REFERENCE on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method GET_DATA_VIA_RETRIEVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_SELECTED_FIELDS | Call by reference | Type reference (TYPE) | FPMGB_T_SELECTED_FIELDS | 20130209 | |||
2 | ![]() |
IV_LOCK | Call by reference | Type reference (TYPE) | /PLMB/SPI_LOCK_IND | Locking Indicator | 20130305 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Wiring Exception (static) | 20130305 |
Method GET_DEFAULT_ACTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ACTION_DEFINITION | Call by reference | Type reference (TYPE) | FPMGB_T_ACTIONDEF | Action Definition | 20110107 | ||
2 | ![]() |
ET_ROW_ACTION_DEFINITION | Call by reference | Type reference (TYPE) | /PLMU/T_FRW_G_ROW_ACTION_DEF | Row Action Definition | 20111202 |
Method GET_DEFAULT_ACTIONS on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method GET_DEFAULT_CONFIG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_LAYOUT_CONFIG | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20110204 |
Method GET_DEFAULT_CONFIG on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method GET_FIELD_DEFINITION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_FIELD_DEFINITION | Call by reference | Type reference (TYPE) | /PLMU/T_FRW_G_FIELD_DESCR | 20120503 | |||
2 | ![]() |
EO_FIELD_CATALOG | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_COMPLEXDESCR | 20110214 | |||
3 | ![]() |
ET_SPECIAL_GROUPS | Call by reference | Type reference (TYPE) | FPMGB_T_SPECIAL_GROUPS | Special Groups for GUIBB Field Grouping | 20131107 | ||
4 | ![]() |
IT_TECHNICAL_FIELD | Call by reference | Type reference (TYPE) | ABAP_COMPONENT_TAB | 20120503 |
Method GET_FIELD_DEFINITION on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method GET_FIELD_DEFINITION_DEFAULTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_FIELD_DEFINITION | Call by reference | Type reference (TYPE) | /PLMU/S_FRW_G_FIELD_DESCR | 20120201 | |||
2 | ![]() |
IO_RTTI | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | 20120201 | |||
3 | ![]() |
IT_COMPONENT_DETAILS | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_COMPONENT_DETAILS | 20120201 | |||
4 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20120201 |
Method GET_FIELD_DEFINITION_DEFAULTS on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method GET_NODE_METADATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_NODE_METADATA | Value transfer | Object reference (TYPE REF TO) | /PLMB/IF_SPI_METADATA_NODE | UI Framework - Node metadata | 20101206 |
Method GET_NODE_METADATA on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method GET_SELECTION_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_SELECTION_INDEX | Call by reference | Type reference (TYPE) | RSTABIXTAB | 20110214 | |||
2 | ![]() |
CV_LEAD_SELECTION_INDEX | Call by reference | Type reference (TYPE) | INT4 | 20110214 | |||
3 | ![]() |
EV_SELECTION_CHANGED | Call by reference | Type reference (TYPE) | BOOLE_D | 20110214 |
Method GET_SELECTION_DATA on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method GET_WIRE_MODEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_WIRE_MODEL | Value transfer | Object reference (TYPE REF TO) | /PLMU/CL_FRW_W_MODEL | UI Framework - Wire Model | 20101206 |
Method GET_WIRE_MODEL on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method HANDLE_OVS_PHASE_0 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_OVS_CALLBACK | Call by reference | Object reference (TYPE REF TO) | IF_WD_OVS | 20120704 | |||
2 | ![]() |
IV_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | 20120704 |
Method HANDLE_OVS_PHASE_0 on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method HANDLE_OVS_PHASE_1 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_OVS_CALLBACK | Call by reference | Object reference (TYPE REF TO) | IF_WD_OVS | 20120704 | |||
2 | ![]() |
IV_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | 20120704 |
Method HANDLE_OVS_PHASE_1 on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method HANDLE_OVS_PHASE_2 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_OVS_CALLBACK | Call by reference | Object reference (TYPE REF TO) | IF_WD_OVS | 20120704 | |||
2 | ![]() |
IV_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | 20120704 |
Method HANDLE_OVS_PHASE_2 on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method HANDLE_OVS_PHASE_3 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_OVS_CALLBACK | Call by reference | Object reference (TYPE REF TO) | IF_WD_OVS | 20120704 | |||
2 | ![]() |
IV_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | 20120704 |
Method HANDLE_OVS_PHASE_3 on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method HNDL_AFTER_PBO Signature
Method HNDL_AFTER_PBO on class /PLMU/CL_FRW_G_CNTRL has no parameter.
Method HNDL_AFTER_PBO on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method HNDL_METADATA_CHANGED Signature
Method HNDL_METADATA_CHANGED on class /PLMU/CL_FRW_G_CNTRL has no parameter.
Method HNDL_METADATA_CHANGED on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method INITIALIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_FULL_INITIALIZATION_DONE | Call by reference | Type reference (TYPE) | BOOLE_D | 20111201 | |||
2 | ![]() |
IO_CALLBACK_PROXY | Call by reference | Object reference (TYPE REF TO) | /PLMU/CL_FRW_G_CALLBACK_PROXY | 20101206 | |||
3 | ![]() |
IO_FPM | Call by reference | Object reference (TYPE REF TO) | IF_FPM | 20110727 | |||
4 | ![]() |
IT_FEEDER_PARAMETER | Call by reference | Type reference (TYPE) | FPMGB_T_PARAM_VALUE | 20101206 | |||
5 | ![]() |
IV_IS_READ_ONLY_UI | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | 20110322 | ||
6 | ![]() |
IV_RETRIEVE_BY_ASSOCIATION | Call by reference | Type reference (TYPE) | BOOLE_D | 20101206 |
Method INITIALIZE on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method MAP_PROPERTIES_TO_FIELD_USAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_FIELD_USAGE | Call by reference | Type reference (TYPE) | FPMGB_T_FIELDUSAGE | 20101206 | |||
2 | ![]() |
CV_FIELD_USAGE_CHANGED | Call by reference | Type reference (TYPE) | BOOLE_D | 20130312 | |||
3 | ![]() |
IT_PROPERTIES | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_PROPERTIES | 20101206 |
Method MAP_PROPERTIES_TO_FIELD_USAGE on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method NEEDS_CONFIRMATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_CONFIRMATION_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_FPM_CONFIRMATION_REQUEST | Requests an end-user confirmation (e.g. data loss warning) | 20101206 | ||
2 | ![]() |
IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20101206 | ||
3 | ![]() |
IV_RAISED_BY_OWN_UI | Call by reference | Type reference (TYPE) | BOOLE_D | Was this event raised by the UI that belongs to this feeder? | 20101206 |
Method NEEDS_CONFIRMATION on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method PROCESS_AFTER_RETRIEVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LOCK | Call by reference | Type reference (TYPE) | /PLMB/SPI_LOCK_IND | Locking Indicator | 20110214 | ||
2 | ![]() |
IV_NO_WIRE_DATA | Call by reference | Type reference (TYPE) | BOOLE_D | No Wire Data found | 20130208 |
Method PROCESS_AFTER_RETRIEVE on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method PROCESS_COMMON_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGES | Call by reference | Type reference (TYPE) | FPMGB_T_MESSAGES | FPMGB Messages (T100 & Plaintext) | 20110224 | ||
2 | ![]() |
EV_RESULT | Call by reference | Type reference (TYPE) | FPM_EVENT_RESULT | Result of processing of a specific FPM event | 20110214 | ||
3 | ![]() |
EV_SKIP_PROCESSING | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110214 | ||
4 | ![]() |
IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20110214 | ||
5 | ![]() |
IV_INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Index of row action | 20130129 | ||
6 | ![]() |
IV_RAISED_BY_OWN_UI | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110214 |
Method PROCESS_COMMON_EVENT on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method PROCESS_CTXT_MENU Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IG_VALUE | Call by reference | Type reference (TYPE) | DATA | Field Value | 20120402 | ||
2 | ![]() |
IO_CTXT_MENU | Call by reference | Object reference (TYPE REF TO) | IF_FPM_CTXT_MENU | Context Menu API | 20111031 | ||
3 | ![]() |
IV_INDEX | Call by reference | Type reference (TYPE) | INT4 | Index | 20120402 | ||
4 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Field-/Columnname | 20111031 |
Method PROCESS_CTXT_MENU on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method PROCESS_DND_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGES | Call by reference | Type reference (TYPE) | FPMGB_T_MESSAGES | FPMGB Messages (T100 & Plaintext) | 20120524 | ||
2 | ![]() |
EV_RESULT | Call by reference | Type reference (TYPE) | FPM_EVENT_RESULT | FPM Event Result | 20120524 | ||
3 | ![]() |
IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20120524 |
Method PROCESS_DND_EVENT on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method PROCESS_OPERATION_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_ACTION_USAGE | Call by reference | Type reference (TYPE) | /PLMU/T_FRW_G_ACTION_USAGE | 20120503 | |||
2 | ![]() |
EV_ACTION_USAGE_CHANGED | Call by reference | Type reference (TYPE) | BOOLE_D | 20120503 | |||
3 | ![]() |
IT_OPERATION_PROPERTIES | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_COLL_OPR_PRP_ENH | Operation Properties | 20120503 |
Method PROCESS_OPERATION_PROPERTIES on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method PULL_INITIAL_PROPERTIES Signature
Method PULL_INITIAL_PROPERTIES on class /PLMU/CL_FRW_G_CNTRL has no parameter.
Method PULL_INITIAL_PROPERTIES on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method SET_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | /PLMU/CL_FRW_G_CONTEXT | Context | 20110215 |
Method SET_CONTEXT on class /PLMU/CL_FRW_G_CNTRL has no exception.
Method SET_SELECTION_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_SELECTION_INDEX | Call by reference | Type reference (TYPE) | RSTABIXTAB | 20110805 | |||
2 | ![]() |
IV_LEAD_SELECTION_INDEX | Call by reference | Type reference (TYPE) | INT4 | 20110805 |
Method SET_SELECTION_DATA on class /PLMU/CL_FRW_G_CNTRL has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 703 |