SAP ABAP Interface IF_SAUNIT_EXTENDED_UI_MEDIATOR (INTERNAL: Mediator to provide uniform access for std. UI)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-UT (Application Component) ABAP Unit
⤷
SABP_UNIT_INTERNAL (Package) INTERNAL: NO REUSE - Display, services, ...
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SAUNIT_CALL_STATS_MEDIATOR | INTERNAL: Call Statistic: UI Mediator | 20070404 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SAUNIT_DEMO_TIME_MEDIATOR | INTERNAL: Demo Time Measurement: Mediator | 20060323 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SAUNIT_PERF_ASTAT_MEDIATOR | INTERNAL: Application Statistics - UI Mediator | 20120827 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SAUNIT_SCOV_UI_MEDIATOR | INTERNAL: Code Coverage: UI Mediator | 20060302 |
Properties
| Interface | IF_SAUNIT_EXTENDED_UI_MEDIATOR | |
| Short Description | INTERNAL: Mediator to provide uniform access for std. UI |
General Data
| Package | SABP_UNIT_INTERNAL | INTERNAL: NO REUSE - Display, services, ... |
| Created | 20060118 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
| 2 | ICON | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_SAUNIT_EXTENDED_UI_MEDIATOR has no interface.
Friends
Interface IF_SAUNIT_EXTENDED_UI_MEDIATOR has no friend.
Attributes
Interface IF_SAUNIT_EXTENDED_UI_MEDIATOR has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Do the navigation based on one info entry | 20060118 | |
| 2 | Instance method | Public | Method | Return settings to customize the display | 20060119 | |
| 3 | Instance method | Public | Method | Returns the messages of an info entry | 20060118 | |
| 4 | Instance method | Public | Method | Returns the title of an info entry | 20060118 |
Events
Interface IF_SAUNIT_EXTENDED_UI_MEDIATOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_EXT_INFO | Public | See coding | Data Item provided by the Extended Result | 20060118 | begin of ty_S_Ext_Info,
program type string,
class type string,
method type string,
data type xstring,
end of ty_S_Ext_Info
|
|
| 2 | TY_S_MESSAGE | Public | See coding | Detail Message for the Display in the UI | 20060118 | begin of ty_S_Message,
indent type int1,
text type sychar132,
is_Link type abap_Bool,
end of ty_S_Message
|
|
| 3 | TY_S_UI_SETTING | Public | See coding | Settings to Customize to UI Appearance | 20060119 | begin of ty_S_Ui_Setting,
column_Title type sychar20,
column_Tooltip type sychar132,
icon_Severity type tv_Image,
end of ty_S_Ui_Setting
|
|
| 4 | TY_T_EXT_INFOS | Public | See coding | Data Items provided by the Extended Result | 20060118 | ty_T_Ext_Infos type sorted table of ty_S_Ext_Info with
non-unique key program class method
|
|
| 5 | TY_T_MESSAGES | Public | See coding | Detail Messages for the Display in the UI | 20060118 | ty_T_Messages type standard table of ty_S_Message with default key
|
Method Signatures
Method DO_NAVIGATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INFO | Call by reference | Type reference (TYPE) | TY_S_EXT_INFO | 20060118 |
Method DO_NAVIGATION on Interface IF_SAUNIT_EXTENDED_UI_MEDIATOR has no exception.
Method GET_DISPLAY_SETTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | TY_S_UI_SETTING | 20060119 |
Method GET_DISPLAY_SETTING on Interface IF_SAUNIT_EXTENDED_UI_MEDIATOR has no exception.
Method GET_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INFO | Call by reference | Type reference (TYPE) | TY_S_EXT_INFO | 20060118 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | TY_T_MESSAGES | 20060118 |
Method GET_MESSAGES on Interface IF_SAUNIT_EXTENDED_UI_MEDIATOR has no exception.
Method GET_TITLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INFO | Call by reference | Type reference (TYPE) | TY_S_EXT_INFO | 20060118 | ||||
| 2 | RESULT | Value transfer | Type reference (TYPE) | SYCHAR132 | CHAR132 for SYST | 20060118 |
Method GET_TITLE on Interface IF_SAUNIT_EXTENDED_UI_MEDIATOR has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 710 |