SAP ABAP Class CL_RSPLPPM_PPM_LOCK_DSO (Access Methods: PPM Lock Management)
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 | 20060905 |
Properties
| Class | CL_RSPLPPM_PPM_LOCK_DSO | |
| Short Description | Access Methods: PPM Lock Management | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSPLPPM | Planning Process Management |
| Created | 20060905 | 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 | 20060905 |
Friends
Class CL_RSPLPPM_PPM_LOCK_DSO has no friend class.
Attributes
Class CL_RSPLPPM_PPM_LOCK_DSO has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Delete: PPM Lock | 20060905 | |
| 2 | Static method | Public | Method | Read: Only Locked PPM of Areas of Responsibility | 20060919 | |
| 3 | Static method | Private | Method | Structure of Selection Criteria for DataStore Object Data | 20060919 | |
| 4 | Static method | Public | Method | Read: PPM Lock | 20060905 | |
| 5 | Static method | Public | Method | Save: PPM Lock | 20061221 |
Events
Class CL_RSPLPPM_PPM_LOCK_DSO has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_LOCK | Public | See coding | 20060905 | BEGIN OF s_lock,
planid TYPE rsplppm_planid,
plsesnr TYPE rsplppm_plsesnr,
aorid TYPE rsplppm_aorid,
ppm_lock TYPE rsplppm_lock,
changed_from TYPE syuname,
changed_tstamp(14) TYPE n,
END OF s_lock
|
||
| 2 | TS_LOCK | Public | See coding | 20060905 | ts_lock TYPE SORTED TABLE OF s_lock WITH UNIQUE KEY planid plsesnr aorid
|
Method Signatures
Method DELETE_LOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_AORCOMBKEY | Call by reference | Type reference (TYPE) | CL_RSPLPPM_PPM_AOR=>T_AORCOMBKEY | 20060906 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | PPM Fehlermeldungen (Abbruchmeldungen) | 20060905 |
Method GET_LOCKED_AOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PLANID | Call by reference | Type reference (TYPE) | RSPLPPM_PLANID | techn. Name des Plans | 20060919 | |||
| 2 | I_PLSESNR | Call by reference | Type reference (TYPE) | RSPLPPM_PLSESNR | Nummer der Planungsrunde | 20060919 | |||
| 3 | R_TS_LOCK | Value transfer | Type reference (TYPE) | CL_RSPLPPM_PPM_LOCK_DSO=>TS_LOCK | 20060919 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | PPM Fehlermeldungen (Abbruchmeldungen) | 20060919 |
Method PREPARE_DSO_READ_LOCKED_AOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_INFOOBJECTLIST | Call by reference | Type reference (TYPE) | CL_RSPLPPM_ACCESS_DSO=>T_INFOBJECTLIST | 20060919 | ||||
| 2 | E_T_SELECTIONCRITERIAS | Call by reference | Type reference (TYPE) | CL_RSPLPPM_ACCESS_DSO=>T_SELECTIONLIST | 20060919 | ||||
| 3 | I_T_KEY | Call by reference | Type reference (TYPE) | ANY TABLE | 20060919 |
Method PREPARE_DSO_READ_LOCKED_AOR on class CL_RSPLPPM_PPM_LOCK_DSO has no exception.
Method READ_LOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_AORCOMBKEY | Call by reference | Type reference (TYPE) | CL_RSPLPPM_PPM_AOR=>T_AORCOMBKEY | 20060905 | ||||
| 2 | R_TS_LOCK | Value transfer | Type reference (TYPE) | CL_RSPLPPM_PPM_LOCK_DSO=>TS_LOCK | 20060905 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | PPM Fehlermeldungen (Abbruchmeldungen) | 20060905 |
Method SAVE_LOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TS_LOCK | Call by reference | Type reference (TYPE) | CL_RSPLPPM_PPM_LOCK_DSO=>TS_LOCK | 20061221 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | PPM Fehlermeldungen (Abbruchmeldungen) | 20061221 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |