SAP ABAP Interface IF_FPM_GUIBB_LIST_IDA (List Feeder Interface for Integrated Data Access)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
SAPB_FPM_IDA (Package) FPM-IDA Integration
⤷
⤷
Meta Relationship - Used By
Properties
| Interface | IF_FPM_GUIBB_LIST_IDA | |
| Short Description | List Feeder Interface for Integrated Data Access |
General Data
| Package | SAPB_FPM_IDA | FPM-IDA Integration |
| Created | 20121030 | SAP |
| Last changed | 20141120 | |
| Unicode checks active |
Forward declarations
Interface IF_FPM_GUIBB_LIST_IDA has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20121030 |
Friends
Interface IF_FPM_GUIBB_LIST_IDA has no friend.
Attributes
Interface IF_FPM_GUIBB_LIST_IDA has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20121102 | ||
| 2 | Instance method | Public | Method | 20121102 | ||
| 3 | Instance method | Public | Method | 20121129 | ||
| 4 | Instance method | Public | Method | 20121030 | ||
| 5 | Instance method | Public | Method | 20121214 | ||
| 6 | Instance method | Public | Method | 20121102 | ||
| 7 | Instance method | Public | Method | 20121102 |
Events
Interface IF_FPM_GUIBB_LIST_IDA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_FIELD_DESCRIPTION | Public | See coding | 20121102 | begin of ys_field_description,
name type name_komp,
is_key type abap_bool,
cq type char1, " 'C' = currency , 'Q' = Quantity
cq_ref type name_komp, " currency/unit reference field
technical_field type abap_bool,
sp_group type char4,
width type string,
header_label type string,
header_label_tooltip type string,
help_text type string,
allow_sort type boole_d,
allow_filter type boole_d,
allow_aggregation type boole_d,
tooltip type char100,
tooltip_ref type name_komp,
sort_as_text type fpmgb_order_as_text, " sort as text (language specific alphabet) / code (lang. indendent)
" Use constants: IF_FPM_CONSTANTS=>GC_ORDER_AS_TEXT
sort_by type fpmgb_order_criterion," sort by internal/external format
" Relevant only for convexits in ITAB mode
" Use constants: IF_FPM_CONSTANTS=>GC_ORDER_CRITERION
end of ys_field_description
|
||
| 2 | YS_FIELD_USAGE | Public | See coding | 20121129 | begin of ys_field_usage,
name type name_komp ,
visibility type wdui_visibility ,
end of ys_field_usage
|
||
| 3 | YT_FIELD_DESCRIPTION | Public | See coding | 20121102 | yt_field_description type standard table of ys_field_description with key name
|
||
| 4 | YT_FIELD_USAGE | Public | See coding | 20121129 | yt_field_usage type standard table of ys_field_usage with key name
|
Method Signatures
Method CHECK_CONFIG 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 | 20121128 | ||||
| 2 | IO_LAYOUT_CONFIG | Call by reference | Object reference (TYPE REF TO) | IF_FPM_GUIBB_LIST_CONFIG | 20121128 |
Method CHECK_CONFIG on Interface IF_FPM_GUIBB_LIST_IDA has no exception.
Method FLUSH Signature
Method FLUSH on Interface IF_FPM_GUIBB_LIST_IDA has no parameter.
Method FLUSH on Interface IF_FPM_GUIBB_LIST_IDA 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) | IF_FPM_GUIBB_LIST_CONFIG | 20121129 |
Method GET_DEFAULT_CONFIG on Interface IF_FPM_GUIBB_LIST_IDA has no exception.
Method GET_DEFINITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_STRUCTDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | 20121130 | ||||
| 2 | ET_ACTION_DEFINITION | Call by reference | Type reference (TYPE) | FPMGB_T_ACTIONDEF | 20121128 | ||||
| 3 | ET_FIELD_DESCRIPTION | Call by reference | Type reference (TYPE) | IF_FPM_GUIBB_LIST_IDA=>YT_FIELD_DESCRIPTION | 20121102 | ||||
| 4 | ET_SPECIAL_GROUP | Call by reference | Type reference (TYPE) | FPMGB_T_SPECIAL_GROUPS | 20121206 |
Method GET_DEFINITION on Interface IF_FPM_GUIBB_LIST_IDA has no exception.
Method PROCESS_BEFORE_OUTPUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_ADDITIONAL_INFO | Call by reference | Type reference (TYPE) | FPMGB_S_ADDITIONAL_INFO | 20121214 | ||||
| 2 | CT_ACTION_USAGE | Call by reference | Type reference (TYPE) | FPMGB_T_ACTIONUSAGE | 20121214 | ||||
| 3 | CT_FIELD_USAGE | Call by reference | Type reference (TYPE) | IF_FPM_GUIBB_LIST_IDA=>YT_FIELD_USAGE | 20121214 | ||||
| 4 | EV_ACTION_USAGE_CHANGED | Call by reference | Type reference (TYPE) | BOOLE_D | 20121214 | ||||
| 5 | EV_FIELD_USAGE_CHANGED | Call by reference | Type reference (TYPE) | BOOLE_D | 20121214 | ||||
| 6 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | 20121214 | ||||
| 7 | IV_RAISED_BY_OWN_UI | Call by reference | Type reference (TYPE) | BOOLE_D | 20121214 |
Method PROCESS_BEFORE_OUTPUT on Interface IF_FPM_GUIBB_LIST_IDA has no exception.
Method 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 | FPM Event Result | 20121114 | |||
| 2 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20121114 | |||
| 3 | IO_EVENT_ROW_DATA | Call by reference | Object reference (TYPE REF TO) | IF_FPM_LIST_IDA_ROW_DATA | available if a event was raised in a row | 20130909 | |||
| 4 | IO_ROW_SELECTION | Call by reference | Object reference (TYPE REF TO) | IF_FPM_LIST_IDA_SELECTION | 20121220 | ||||
| 5 | IV_RAISED_BY_OWN_UI | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20121114 |
Method PROCESS_EVENT on Interface IF_FPM_GUIBB_LIST_IDA has no exception.
Method START_RUNTIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_CALC_FIELD_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_FPM_LIST_IDA_CALC_FIELD_HDL | Hanlder for Calculated Fields in IDA List | 20140306 | |||
| 2 | EO_DATA_SOURCE | Call by reference | Object reference (TYPE REF TO) | IF_FPM_LIST_DATA_SOURCE | 20121130 |
Method START_RUNTIME on Interface IF_FPM_GUIBB_LIST_IDA has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 740 |