SAP ABAP Interface IF_FPM_QUICKVIEW_DATASET (Interface of FPM Quickview Dataset for UI5)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_GUIBB (Package) Generic UI building blocks

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FPM_QUICKVIEW_DATASET | Quickview Interface for Quickview Dataset | 20120320 |
Properties
Interface | IF_FPM_QUICKVIEW_DATASET | |
Short Description | Interface of FPM Quickview Dataset for UI5 |
General Data
Package | APB_FPM_GUIBB | Generic UI building blocks |
Created | 20120314 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_FPM_QUICKVIEW_DATASET has no forward declaration.
Interfaces
Interface IF_FPM_QUICKVIEW_DATASET has no interface.
Friends
Interface IF_FPM_QUICKVIEW_DATASET has no friend.
Attributes
Interface IF_FPM_QUICKVIEW_DATASET has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Initial Rendering | 20120314 |
Events
Interface IF_FPM_QUICKVIEW_DATASET has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_ATTRIBUTE | Public | See coding | 20120320 | BEGIN OF ys_attribute,
name TYPE name_komp,
display_type TYPE fpmgb_display_type,
index TYPE fpm_index,
header_text TYPE wdy_conf_transl_text,
currency_unit_reference TYPE name_komp,
technical TYPE fpm_technical_field,
logical_link TYPE fpm_s_lpd_appl_key,
values TYPE yt_attribute_data,
END OF ys_attribute
|
||
2 | YS_ATTRIBUTE_DATA | Public | See coding | 20120320 | BEGIN OF ys_attribute_data,
value TYPE REF TO data,
currency TYPE sycurr,
unit TYPE string,
absolute_link TYPE string,
END OF ys_attribute_data
|
||
3 | YS_MESSAGE | Public | See coding | 20120314 | BEGIN OF ys_message,
message_text TYPE string,
severity TYPE bapi_mtype,
field_name TYPE name_komp,
t100_key TYPE scx_t100key,
END OF ys_message
|
||
4 | YT_ATTRIBUTE | Public | See coding | 20120320 | yt_attribute TYPE STANDARD TABLE OF ys_attribute
|
||
5 | YT_ATTRIBUTE_DATA | Public | See coding | 20120320 | yt_attribute_data TYPE STANDARD TABLE OF ys_attribute_data
WITH NON-UNIQUE DEFAULT KEY
|
||
6 | YT_MESSAGE | Public | See coding | 20120314 | yt_message TYPE STANDARD TABLE OF ys_message
|
Method Signatures
Method RENDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ATTRIBUTE | Call by reference | Type reference (TYPE) | YT_ATTRIBUTE | Attributes (Dataset columns) | 20120314 | ||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | YT_MESSAGE | Messages | 20120314 | ||
3 | ![]() |
EV_DATASET_TITLE | Call by reference | Type reference (TYPE) | FPM_QV_DATASET_TITLE | Dataset title | 20120502 | ||
4 | ![]() |
IV_EVENT_ID | Call by reference | Type reference (TYPE) | STRING | Event ID for Interaction on quickview | 20120314 | ||
5 | ![]() |
IV_KEY | Call by reference | Type reference (TYPE) | STRING | Instance Key of Dataset | 20120314 |
Method RENDER on Interface IF_FPM_QUICKVIEW_DATASET has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |