SAP ABAP Class CL_CTS_PROJECT_FACTORY (Central CTS Projects)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CTS-TMS-CTR (Application Component) Central CTS # Transport Management
⤷
SCTS_DIST_CTL_PROJECT (Package) Central CTS Project System
⤷
⤷
Properties
| Class | CL_CTS_PROJECT_FACTORY | |
| Short Description | Central CTS Projects | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SCTS_DIST_CTL_PROJECT | Central CTS Project System |
| Created | 20091225 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_CTS_PROJECT_FACTORY has no interface implemented.
Friends
Class CL_CTS_PROJECT_FACTORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TY_BUFFER | 20100618 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20100319 | |
| 2 | Static method | Public | Method | Retrieve a list of all project ids | 20091225 | |
| 3 | Static method | Public | Method | Returns the project | 20091225 | |
| 4 | Static method | Public | Method | Retuns a list of all project | 20091225 | |
| 5 | Static method | Public | Method | Lock projects for editing | 20091225 | |
| 6 | Static method | Public | Method | Create a new project | 20091225 | |
| 7 | Static method | Public | Method | Unlock projects | 20091225 | |
| 8 | Static method | Public | Method | Remove a project | 20100311 |
Events
Class CL_CTS_PROJECT_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_BUFFER | Private | See coding | 20100618 | ty_buffer type standard table of ty_buffer_entry with key fqid
|
||
| 2 | TY_BUFFER_ENTRY | Private | See coding | 20100618 | begin of ty_buffer_entry,
fqid type string,
ref type ref to if_cts_project,
end of ty_buffer_entry
|
||
| 3 | TY_IDS | Public | See coding | 20091225 | ty_ids type standard table of ty_type_id with default key
|
||
| 4 | TY_TYPE_ID | Public | See coding | 20091225 | begin of ty_type_id,
id type if_cts_project=>ty_id,
type_name type if_cts_project_type=>ty_name,
type_namespace type if_cts_project_type=>ty_namespace,
end of ty_type_id
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_CTS_PROJECT_FACTORY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CTS_PROJECT_FACTORY has no exception.
Method GET_IDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IDS | Call by reference | Type reference (TYPE) | TY_IDS | 20091225 | ||||
| 2 | INCLUDE_LEGACY | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20120317 |
Method GET_IDS on class CL_CTS_PROJECT_FACTORY has no exception.
Method GET_PROJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FQ_ID | Call by reference | Type reference (TYPE) | STRING | 20100408 | ||||
| 2 | ID | Call by reference | Type reference (TYPE) | IF_CTS_PROJECT=>TY_ID | 20091225 | ||||
| 3 | PROJECT | Value transfer | Object reference (TYPE REF TO) | IF_CTS_PROJECT | 20091225 | ||||
| 4 | TYPE | Call by reference | Object reference (TYPE REF TO) | IF_CTS_PROJECT_TYPE | Central CTS: Project Type | 20091225 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20091225 |
Method GET_PROJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INCLUDE_LEGACY | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20120317 | |||
| 2 | PROJECTS | Value transfer | Type reference (TYPE) | IF_CTS_PROJECT=>TY_PROJECTS | 20091225 | ||||
| 3 | TRANSPORT_IDS | Call by reference | Type reference (TYPE) | IF_CTS_TRANSPORT_ENTITY=>TY_IDS | 20100309 | ||||
| 4 | TYPE | Call by reference | Object reference (TYPE REF TO) | IF_CTS_PROJECT_TYPE | 20100105 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20091225 |
Method LOCK_PROJECTS Signature
Method LOCK_PROJECTS on class CL_CTS_PROJECT_FACTORY has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20091225 |
Method REGISTER_PROJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESCRIPTION | Call by reference | Type reference (TYPE) | IF_CTS_PROJECT=>TY_DESCRIPTION | 20091225 | ||||
| 2 | DISPLAY_NAME | Call by reference | Type reference (TYPE) | IF_CTS_PROJECT=>TY_DISPLAY_NAME | 20091225 | ||||
| 3 | ID | Call by reference | Type reference (TYPE) | IF_CTS_PROJECT=>TY_ID | Characterfeld Länge 24 | 20091225 | |||
| 4 | LANGUAGE | Call by reference | Type reference (TYPE) | IF_CTS_PROJECT=>TY_LANGUAGE | 20091225 | ||||
| 5 | PROJECT | Value transfer | Object reference (TYPE REF TO) | IF_CTS_PROJECT | Central CTS: Project Type | 20091225 | |||
| 6 | STATUS | Call by reference | Type reference (TYPE) | IF_CTS_PROJECT_TYPE=>TY_STATUS | 20100318 | ||||
| 7 | TECHNICAL_INFO | Call by reference | Type reference (TYPE) | IF_CTS_PROJECT=>TY_TECHNICAL_INFO | 20100209 | ||||
| 8 | TYPE | Call by reference | Object reference (TYPE REF TO) | IF_CTS_PROJECT_TYPE | Character Feld der Länge 8 | 20091225 | |||
| 9 | URL | Call by reference | Type reference (TYPE) | IF_CTS_PROJECT=>TY_URL | 20100105 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20091225 |
Method UNLOCK_PROJECTS Signature
Method UNLOCK_PROJECTS on class CL_CTS_PROJECT_FACTORY has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20091225 |
Method UNREGISTER_PROJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | IF_CTS_PROJECT=>TY_ID | 20100311 | ||||
| 2 | SUCCESS | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20100311 | |||
| 3 | TYPE | Call by reference | Object reference (TYPE REF TO) | IF_CTS_PROJECT_TYPE | 20100311 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Central CTS: Project exception | 20100311 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 702 |