SAP ABAP Class CL_RSPLPPM_PPM_PLANCAL_DSO (Access Methods: PPM Planning Calendar)
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_DSO | PPM Planning: Access to DataStore Object | 20060926 |
Properties
| Class | CL_RSPLPPM_PPM_PLANCAL_DSO | |
| Short Description | Access Methods: PPM Planning Calendar | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSPLPPM | Planning Process Management |
| Created | 20060926 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSPLPPM_PPMOBJECTS_DSO | PPM Planning: Access to DataStore Object | 20060926 |
Friends
Class CL_RSPLPPM_PPM_PLANCAL_DSO has no friend class.
Attributes
Class CL_RSPLPPM_PPM_PLANCAL_DSO has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Delete: PPM Planning Calendar Entry | 20060926 | |
| 2 | Static method | Public | Method | Save: PPM Planning Calendar Entry | 20061221 | |
| 3 | Static method | Public | Method | Read: PPM Planning Calendar Entry | 20060926 |
Events
Class CL_RSPLPPM_PPM_PLANCAL_DSO has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_PLANCAL | Public | See coding | 20060926 | BEGIN OF s_plancal,
planid TYPE rsplppm_planid,
plsesnr TYPE rsplppm_plsesnr,
startdat TYPE rsplppm_datint,
enddat TYPE rsplppm_datint,
changed_from TYPE uname,
changed_tstamp(14) TYPE n,
END OF s_plancal
|
||
| 2 | TS_PLANCAL | Public | See coding | 20060926 | ts_plancal TYPE SORTED TABLE OF s_plancal WITH UNIQUE KEY planid plsesnr
|
Method Signatures
Method DELETE_PLANCAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_PLSESKEY | Call by reference | Type reference (TYPE) | CL_RSPLPPM_PPM_PLSES=>T_PLSESKEY | 20060926 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | PPM Fehlermeldungen (Abbruchmeldungen) | 20060926 |
Method INSERT_PLANCAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TS_PLANCAL | Call by reference | Type reference (TYPE) | CL_RSPLPPM_PPM_PLANCAL_DSO=>TS_PLANCAL | 20061221 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | PPM Fehlermeldungen (Abbruchmeldungen) | 20061221 |
Method READ_PLANCAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_PLSESKEY | Call by reference | Type reference (TYPE) | CL_RSPLPPM_PPM_PLSES=>T_PLSESKEY | 20060926 | ||||
| 2 | R_TS_PLANCAL | Value transfer | Type reference (TYPE) | CL_RSPLPPM_PPM_PLANCAL_DSO=>TS_PLANCAL | 20060926 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | PPM Fehlermeldungen (Abbruchmeldungen) | 20060926 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |