SAP ABAP Class CL_RSPLPPM_PPM_STATUS_DB (Access Methods: PPM Status Master Data)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-PLA (Application Component) Planning
⤷
RSPLPPM (Package) Planning Process Management
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSPLPPM_PPMOBJECTS_DB | Planning: PPM Objects Access to Master Data | 20060904 |
Properties
| Class | CL_RSPLPPM_PPM_STATUS_DB | |
| Short Description | Access Methods: PPM Status Master Data | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSPLPPM | Planning Process Management |
| Created | 20060904 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 5 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 6 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSPLPPM_PPMOBJECTS_DB | Planning: PPM Objects Access to Master Data | 20060904 |
Friends
Class CL_RSPLPPM_PPM_STATUS_DB has no friend class.
Attributes
Class CL_RSPLPPM_PPM_STATUS_DB has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Determine: Set or Delete Lock (Status-Dependent) | 20060908 | |
| 2 | Static method | Public | Method | Reading Master Data PPM Plan | 20060904 |
Events
Class CL_RSPLPPM_PPM_STATUS_DB has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_STATUS | Public | See coding | 20060904 | BEGIN OF s_status,
statusnr TYPE rsplppm_status,
set_ppmlock(1) TYPE c,
langu TYPE sylangu,
status_txtsh TYPE rsplppm_text20,
status_txtmd TYPE rsplppm_text40,
status_txtlg TYPE rsplppm_text60,
END OF s_status
|
||
| 2 | S_STATUSKEY | Public | See coding | 20060904 | BEGIN OF s_statuskey,
statusnr TYPE rsplppm_status,
END OF s_statuskey
|
||
| 3 | S_STATUS_SHORT | Public | See coding | 20060922 | BEGIN OF s_status_short,
statusnr TYPE rsplppm_status,
set_ppmlock(1) TYPE c,
END OF s_status_short
|
||
| 4 | TS_STATUS | Public | See coding | 20060904 | ts_status TYPE SORTED TABLE OF s_status WITH UNIQUE KEY statusnr
|
||
| 5 | T_STATUSKEY | Public | See coding | 20060904 | t_statuskey TYPE STANDARD TABLE OF s_statuskey WITH NON-UNIQUE KEY statusnr
|
Method Signatures
Method LOCK_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STATUSNR | Call by reference | Type reference (TYPE) | RSPLPPM_STATUS | Status im PPM | 20060908 | |||
| 2 | R_SET_LOCK | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20060908 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | PPM Fehlermeldungen (Abbruchmeldungen) | 20060908 |
Method READ_STATUS_MASTERDATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | Sprachenschlüssel der aktuellen Textumgebung | 20060904 | |||
| 2 | I_T_STATUSKEY | Call by reference | Type reference (TYPE) | CL_RSPLPPM_PPM_STATUS_DB=>T_STATUSKEY | 20060904 | ||||
| 3 | R_TS_STATUS | Value transfer | Type reference (TYPE) | CL_RSPLPPM_PPM_STATUS_DB=>TS_STATUS | 20060907 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | PPM Fehlermeldungen | 20060904 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |