SAP ABAP Class CL_RSPLPPM_PPM_AGENT_DSO (Access Methods: PPM Process Processor)
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_AGENT_DSO | |
Short Description | Access Methods: PPM Process Processor | |
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
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
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 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
6 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
7 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSPLPPM_PPMOBJECTS_DSO | PPM Planning: Access to DataStore Object | 20060905 |
Friends
Class CL_RSPLPPM_PPM_AGENT_DSO has no friend class.
Attributes
Class CL_RSPLPPM_PPM_AGENT_DSO has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Delete: PPM Process Processor | 20060905 |
2 | ![]() |
Static method | Public | Method | Save: PPM Process Processor | 20061221 |
3 | ![]() |
Static method | Public | Method | Read: PPM Process Processor | 20060905 |
Events
Class CL_RSPLPPM_PPM_AGENT_DSO has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_AGENT | Public | See coding | 20060905 | BEGIN OF s_agent,
planid TYPE rsplppm_planid,
plsesnr TYPE rsplppm_plsesnr,
aorid TYPE rsplppm_aorid,
agent_uname TYPE syuname,
changed_by TYPE uname,
changed_tstamp(14) TYPE n,
END OF s_agent
|
||
2 | S_AGENTCOMBKEY | Public | See coding | 20060905 | BEGIN OF s_agentcombkey,
planid TYPE rsplppm_planid,
plsesnr TYPE rsplppm_plsesnr,
aorid TYPE rsplppm_aorid,
agent_uname TYPE syuname,
END OF s_agentcombkey
|
||
3 | TS_AGENT | Public | See coding | 20060905 | ts_agent TYPE SORTED TABLE OF s_agent WITH UNIQUE KEY planid plsesnr aorid agent_uname
|
||
4 | T_AGENTCOMBKEY | Public | See coding | 20060905 | t_agentcombkey TYPE STANDARD TABLE OF s_agentcombkey WITH NON-UNIQUE KEY planid plsesnr aorid agent_uname
|
Method Signatures
Method DELETE_AGENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_AGENTCOMBKEY | Call by reference | Type reference (TYPE) | CL_RSPLPPM_PPM_AGENT_DSO=>T_AGENTCOMBKEY | 20060906 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
PPM Fehlermeldungen (Abbruchmeldungen) | 20060905 |
Method INSERT_AGENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TS_AGENT | Call by reference | Type reference (TYPE) | CL_RSPLPPM_PPM_AGENT_DSO=>TS_AGENT | 20061221 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
PPM Fehlermeldungen (Abbruchmeldungen) | 20061221 |
Method READ_AGENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_AGENTCOMBKEY | Call by reference | Type reference (TYPE) | CL_RSPLPPM_PPM_AGENT_DSO=>T_AGENTCOMBKEY | 20060905 | |||
2 | ![]() |
R_TS_AGENT | Value transfer | Type reference (TYPE) | CL_RSPLPPM_PPM_AGENT_DSO=>TS_AGENT | 20060905 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
PPM Fehlermeldungen (Abbruchmeldungen) | 20060905 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |