SAP ABAP Interface IF_SATC_UI_CONTROL (UI Control: Can be single Control or Complex control)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
⤷
SATC_SHARED_STDOUT_API (Package) INTERNAL: - *NO* REUSE - UI Services, API
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SATC_UI_EDIT_CONTROL | Abstract Base Class with Service Methods for Editor Tools | 20070520 |
Properties
| Interface | IF_SATC_UI_CONTROL | |
| Short Description | UI Control: Can be single Control or Complex control |
General Data
| Package | SATC_SHARED_STDOUT_API | INTERNAL: - *NO* REUSE - UI Services, API |
| Created | 20070520 | SAP |
| Last changed | 20130531 | 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_SATC_UI_CONTROL has no interface.
Friends
Interface IF_SATC_UI_CONTROL has no friend.
Attributes
Interface IF_SATC_UI_CONTROL has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Request to Initialize State / Kind of Constructor | 20070520 | |
| 2 | Instance method | Public | Method | Release Any Resources / Kind of Destructor | 20070521 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | ACCESS_MODE_REQUESTED | Instance Event (0) |
Public (2) |
Changing mode from Edit to Browse Requested | 20070520 |
| 2 | CHANGED_MODEL | Instance Event (0) |
Public (2) |
One or more Properties have been changed | 20070520 |
Types
Interface IF_SATC_UI_CONTROL has no local type.
Method Signatures
Method INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | 20070520 | ||||
| 2 | I_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_SATC_UI_CONTEXT | Context Information For Display Purposes | 20070520 |
Method INITIALIZE on Interface IF_SATC_UI_CONTROL has no exception.
Method REQUEST_EXIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ONLY_PARTIAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20070521 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | SATC_D_UI_EXIT_STATE | exit state of a tool | 20070521 |
Method REQUEST_EXIT on Interface IF_SATC_UI_CONTROL has no exception.
Event Signatures
Event ACCESS_MODE_REQUESTED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ACCESS_MODE | Exporting | Value transfer | Type reference (TYPE) | SYCHAR01 | Access Mode (B)rowse or (E)dit | 20070520 |
Event CHANGED_MODEL Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_MODEL | Exporting | Value transfer | Object reference (TYPE REF TO) | OBJECT | ATC: Metadata of Project | 20070520 | ||
| 2 | IM_TOOL | Exporting | Value transfer | Type reference (TYPE) | IF_SATC_UI_TOOL_INFO=>TY_S_INFO | Program/transaction in SQL trace analysis | 20070520 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |