SAP ABAP Interface IF_FPM_GUIBB_LIST_DB_TABLE_POC (Generic List UI Building Block)
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
⤷
⤷
Properties
| Interface | IF_FPM_GUIBB_LIST_DB_TABLE_POC | |
| Short Description | Generic List UI Building Block |
General Data
| Package | SAPB_FPM_IDA | FPM-IDA Integration |
| Created | 20071214 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_FPM_GUIBB_LIST_DB_TABLE_POC has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20120912 |
Friends
Interface IF_FPM_GUIBB_LIST_DB_TABLE_POC has no friend.
Attributes
Interface IF_FPM_GUIBB_LIST_DB_TABLE_POC has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20120912 | ||
| 2 | Instance method | Public | Method | 20120912 | ||
| 3 | Instance method | Public | Method | 20120912 | ||
| 4 | Instance method | Public | Method | 20120912 | ||
| 5 | Instance method | Public | Method | 20120912 | ||
| 6 | Instance method | Public | Method | 20120912 | ||
| 7 | Instance method | Public | Method | 20120912 | ||
| 8 | Instance method | Public | Method | 20120912 |
Events
Interface IF_FPM_GUIBB_LIST_DB_TABLE_POC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_FIELD_DESCRIPTION | Public | See coding | 20120912 | begin of ys_field_description,
name type name_komp,
** ddic_shlp_name type char30,
** ovs_name type seoclsname,
tooltip type char100,
help_text type string,
** fixed_values type wdr_context_attr_value_list,
cq type char1, " 'C' = currency , 'Q' = Quantity
cq_ref type name_komp, " currency/unit reference field
technical_field type char1,
link type string,
link_ref type name_komp,
* read_only type boole_d,
* read_only_ref type name_komp,
* mandatory type boole_d,
* mandatory_ref type name_komp,
*** disabled type boole_d, " in PHASE I. not supported
*** enabled_ref type name_komp, " in PHASE I. not supported
visibility type wdui_visibility,
* visibility_ref type name_komp,
sp_group type char4,
header_label type string,
header_label_by_ddic type boole_d,
text type string,
text_ref type name_komp, " used e.g. for check box
allow_sort type boole_d,
allow_filter type boole_d,
* sort_ref type name_komp,
* filter_ref type name_komp,
tooltip_ref type name_komp,
help_text_ref type name_komp,
null_as_blank type wdy_attrform_null,
sign_pos type wdy_attrform_sign,
*** condense type wdy_attrform_condense, "? supported by services?
*** date_format type char1, "? supported by services?
*** short_time type char1, "? supported by services?
* header_text_wrapping type boole_d,
width type string,
* group_same_cells type boole_d,
* progress_indicator_display_ref type name_komp,
default_display_type type fpmgb_display_type,
image_ref type name_komp,
* tag_name type fpm_tag_name,
cell_design_ref type name_komp,
** wd_value_help type fpm_component_name,
* wrap_text type boole_d,
* grouping_ref type name_komp,
allow_aggregation type boole_d,
* order_as_text type fpmgb_order_as_text,
* order_criterion type fpmgb_order_criterion,
* enumeration type wdr_context_attr_value_list,
* is_nullable type boole_d,
header_label_tooltip type string,
end of ys_field_description
|
||
| 2 | YS_FIELD_USAGE | Public | See coding | 20120912 | begin of ys_field_usage,
name type name_komp ,
* read_only type boole_d ,
* mandatory type boole_d ,
*** enabled type boole_d , " in PHASE I. not supported
label_text type string,
help_text type string,
link type string,
visibility type wdui_visibility ,
** fixed_values type wdr_context_attr_value_list ,
** fixed_values_changed type boole_d ,
** group_same_cells type boole_d ,
end of ys_field_usage
|
||
| 3 | YT_FIELD_DESCRIPTION | Public | See coding | 20120912 | yt_field_description type standard table of ys_field_description with key name
|
||
| 4 | YT_FIELD_USAGE | Public | See coding | 20120912 | 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 | 20120912 | ||||
| 2 | IO_LAYOUT_CONFIG | Call by reference | Object reference (TYPE REF TO) | IF_FPM_GUIBB_LIST_CONFIG | 20120912 |
Method CHECK_CONFIG on Interface IF_FPM_GUIBB_LIST_DB_TABLE_POC has no exception.
Method FLUSH Signature
Method FLUSH on Interface IF_FPM_GUIBB_LIST_DB_TABLE_POC has no parameter.
Method FLUSH on Interface IF_FPM_GUIBB_LIST_DB_TABLE_POC has no exception.
Method GET_DATA_SELECTION_CRITERIA 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 | 20120912 | ||||
| 2 | CT_ACTION_USAGE | Call by reference | Type reference (TYPE) | FPMGB_T_ACTIONUSAGE | 20120912 | ||||
| 3 | CT_FIELD_USAGE | Call by reference | Type reference (TYPE) | IF_FPM_GUIBB_LIST_DB_TABLE_POC=>YT_FIELD_USAGE | 20120912 | ||||
| 4 | ET_MESSAGES | Call by reference | Type reference (TYPE) | FPMGB_T_MESSAGES | 20120912 | ||||
| 5 | ET_SELECTION_CRITERIA | Call by reference | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>YT_NAMED_RANGES | 20120912 | ||||
| 6 | EV_ACTION_USAGE_CHANGED | Call by reference | Type reference (TYPE) | BOOLE_D | 20120912 | ||||
| 7 | EV_DATA_CHANGED | Call by reference | Type reference (TYPE) | BOOLE_D | 20120912 | ||||
| 8 | EV_FIELD_USAGE_CHANGED | Call by reference | Type reference (TYPE) | BOOLE_D | 20120912 | ||||
| 9 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | 20120912 | ||||
| 10 | IT_SELECTED_FIELDS | Call by reference | Type reference (TYPE) | FPMGB_T_SELECTED_FIELDS | 20120912 | ||||
| 11 | IV_RAISED_BY_OWN_UI | Call by reference | Type reference (TYPE) | BOOLE_D | 20120912 |
Method GET_DATA_SELECTION_CRITERIA on Interface IF_FPM_GUIBB_LIST_DB_TABLE_POC 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 | 20120912 |
Method GET_DEFAULT_CONFIG on Interface IF_FPM_GUIBB_LIST_DB_TABLE_POC has no exception.
Method GET_DEFINITION 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 | 20120912 | ||||
| 2 | ET_ACTION_DEFINITION | Call by reference | Type reference (TYPE) | FPMGB_T_ACTIONDEF | 20120912 | ||||
| 3 | ET_FIELD_DESCRIPTION | Call by reference | Type reference (TYPE) | IF_FPM_GUIBB_LIST_DB_TABLE_POC=>YT_FIELD_DESCRIPTION | 20120912 | ||||
| 4 | ET_SPECIAL_GROUPS | Call by reference | Type reference (TYPE) | FPMGB_T_SPECIAL_GROUPS | 20120912 | ||||
| 5 | EV_ADDITIONAL_ERROR_INFO | Call by reference | Type reference (TYPE) | DOKU_OBJ | 20120912 | ||||
| 6 | EV_DB_TABLE_NAME | Call by reference | Type reference (TYPE) | DBTABL | 20120912 |
Method GET_DEFINITION on Interface IF_FPM_GUIBB_LIST_DB_TABLE_POC has no exception.
Method GET_PARAMETER_LIST Signature
Method GET_PARAMETER_LIST on Interface IF_FPM_GUIBB_LIST_DB_TABLE_POC has no parameter.
Method GET_PARAMETER_LIST on Interface IF_FPM_GUIBB_LIST_DB_TABLE_POC has no exception.
Method INITIALIZE Signature
Method INITIALIZE on Interface IF_FPM_GUIBB_LIST_DB_TABLE_POC has no parameter.
Method INITIALIZE on Interface IF_FPM_GUIBB_LIST_DB_TABLE_POC has no exception.
Method PROCESS_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 | 20120912 | ||||
| 2 | EV_RESULT | Call by reference | Type reference (TYPE) | FPM_EVENT_RESULT | 20120912 | ||||
| 3 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | 20120912 | ||||
| 4 | IV_RAISED_BY_OWN_UI | Call by reference | Type reference (TYPE) | BOOLE_D | 20120912 |
Method PROCESS_EVENT on Interface IF_FPM_GUIBB_LIST_DB_TABLE_POC has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |