SAP ABAP Class CL_RSPLPPM_PPM_PLAN_DB (Access Methods: PPM Plan 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 | 20060804 |
Properties
Class | CL_RSPLPPM_PPM_PLAN_DB | |
Short Description | Access Methods: PPM Plan 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 | 20060801 | 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 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
6 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
7 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
8 | ![]() |
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 | 20060804 |
Friends
Class CL_RSPLPPM_PPM_PLAN_DB has no friend class.
Attributes
Class CL_RSPLPPM_PPM_PLAN_DB has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Activation of Master Data for PPM Plan | 20060807 |
2 | ![]() |
Static method | Public | Method | Deletion: Master Data for Characteristic PPM Plan | 20060807 |
3 | ![]() |
Static method | Public | Method | Reading Master Data PPM Plan | 20060801 |
4 | ![]() |
Static method | Public | Method | Saving Master Data for Characteristic PPM Plan | 20060807 |
5 | ![]() |
Static method | Public | Method | Search for Plans | 20060807 |
6 | ![]() |
Static method | Public | Method | Returns Plans for Specified InfoProvider | 20060919 |
Events
Class CL_RSPLPPM_PPM_PLAN_DB has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_PLAN | Public | See coding | 20060807 | BEGIN OF s_plan,
planid TYPE rsplppm_planid,
pl_txtsh TYPE rsplppm_text20,
pl_txtmd TYPE rsplppm_text40,
pl_txtlg TYPE rsplppm_text60,
langu TYPE sylangu,
infoprov TYPE rsinfoprov,
created_by TYPE uname,
created_tstamp(14) TYPE n,
changed_by TYPE uname,
changed_tstamp(14) TYPE n,
END OF s_plan
|
||
2 | TS_PLAN | Public | See coding | 20060807 | ts_plan TYPE SORTED TABLE OF s_plan WITH UNIQUE KEY planid
|
Method Signatures
Method ACTIVATE_PLAN_MASTERDATA Signature
Method ACTIVATE_PLAN_MASTERDATA on class CL_RSPLPPM_PPM_PLAN_DB has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
PPM Fehlermeldungen (Abbruchmeldungen) | 20060807 |
Method DELETE_PLAN_MASTERDATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_PLANKEY | Call by reference | Type reference (TYPE) | CL_RSPLPPM_PPM_PLAN=>T_PLANKEY | 20060906 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
PPM Fehlermeldungen (Abbruchmeldungen) | 20060807 |
Method READ_PLAN_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_PLANKEY | Call by reference | Type reference (TYPE) | CL_RSPLPPM_PPM_PLAN=>T_PLANKEY | Planung: TTyp PPM PlanIDs | 20060809 | ||
3 | ![]() |
R_TS_PLAN | Value transfer | Type reference (TYPE) | CL_RSPLPPM_PPM_PLAN_DB=>TS_PLAN | 20060925 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
PPM Fehlermeldungen | 20060802 |
Method SAVE_PLAN_MASTERDATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TS_PLANATTR | Call by reference | Type reference (TYPE) | CL_RSPLPPM_PPM_PLAN_DB=>TS_PLAN | 20060809 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
PPM Fehlermeldungen (Abbruchmeldungen) | 20060807 |
Method SEARCH_PLANS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_T_PLAN_OUT | Call by reference | Type reference (TYPE) | RSPLPPM_T_PLAN | Struktur: Plan | 20060807 | ||
2 | ![]() |
I_SEARCHCRIT | Call by reference | Type reference (TYPE) | RSPLPPM_PPM_SEARCHCRIT | Suchkriterien zum Plan | 20060807 | ||
3 | ![]() |
I_SEARCH_STRING | Call by reference | Type reference (TYPE) | RSPLPPM_TEXT60 | Texte der Länge 60 | 20060807 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
PPM Fehlermeldungen | 20060807 |
Method SEARCH_PLANS_FOR_LOCKING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20060919 | ||
2 | ![]() |
R_TS_PLAN | Value transfer | Type reference (TYPE) | RSPLPPM_TS_PLAN_DS | Tabelle: InfoProvider und Plan | 20060919 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
PPM Fehlermeldungen (Abbruchmeldungen) | 20060919 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |