SAP ABAP Class IF_FPM_QUICKVIEW_DATASET (Interface of FPM Quickview Dataset for UI5)
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
| Class | IF_FPM_QUICKVIEW_DATASET | |
| Short Description | Interface of FPM Quickview Dataset for UI5 | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120314 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_FPM_QUICKVIEW_DATASET has no forward declaration.
Interfaces
Class IF_FPM_QUICKVIEW_DATASET has no interface implemented.
Friends
Class IF_FPM_QUICKVIEW_DATASET has no friend class.
Attributes
Class 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
Class 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 class IF_FPM_QUICKVIEW_DATASET has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |