SAP ABAP Interface IF_CTS_UI_PROJECT_SOURCE (Central CTS: Project Source for UI)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CTS-TMS-CTR (Application Component) Central CTS # Transport Management
⤷
SCTS_DIST_CTL_WDUI (Package) Central CTS Web Dynpro UIs
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CTS_UI_PROJECT_SOURCE | UI Helper for projects | 20100105 |
Properties
| Interface | IF_CTS_UI_PROJECT_SOURCE | |
| Short Description | Central CTS: Project Source for UI |
General Data
| Package | SCTS_DIST_CTL_WDUI | Central CTS Web Dynpro UIs |
| Created | 20100105 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_CTS_PROJECT | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_CTS_UI_PROJECT_SOURCE has no interface.
Friends
Interface IF_CTS_UI_PROJECT_SOURCE has no friend.
Attributes
Interface IF_CTS_UI_PROJECT_SOURCE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get Project Types for UI | 20100105 |
Events
Interface IF_CTS_UI_PROJECT_SOURCE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_PROJECT | Public | See coding | 20100105 | begin of ty_project,
status type if_cts_project_type=>ty_status,
status_text type if_cts_project_type=>ty_status_text,
display_name type scts_project_displayname,
id type scts_project_id,
url type string,
type_namespace type scts_project_type_namespace,
type_name type scts_project_type_name,
description type scts_project_description,
project_ref type ref to if_cts_project,
rule_id type string,
rule_name type string,
rule_url type string,
end of ty_project
|
||
| 2 | TY_PROJECTS | Public | See coding | 20100105 | ty_projects type standard table of ty_project with key id type_name type_namespace
|
Method Signatures
Method GET_PROJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROJECTS | Call by reference | Type reference (TYPE) | TY_PROJECTS | 20100105 | ||||
| 2 | TYPE | Call by reference | Object reference (TYPE REF TO) | IF_CTS_PROJECT_TYPE | 20100105 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100105 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 702 |