SAP ABAP Class CL_RSPLPPM_PPM_VPROD_DB (Access Methods: PPM Verification Product 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 | 20060921 |
Properties
| Class | CL_RSPLPPM_PPM_VPROD_DB | |
| Short Description | Access Methods: PPM Verification Product 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 | 20060921 | 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_DB | Planning: PPM Objects Access to Master Data | 20060921 |
Friends
Class CL_RSPLPPM_PPM_VPROD_DB has no friend class.
Attributes
Class CL_RSPLPPM_PPM_VPROD_DB has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Master Data Activation for PPM Verfication Product | 20060921 | |
| 2 | Static method | Public | Method | Delete: Master Data for Characteristic PPM Verif. Product | 20060921 | |
| 3 | Static method | Public | Method | Reading from Master Data Verification Product | 20060921 | |
| 4 | Static method | Public | Method | Saving of Master Data for Verification Prod. Characteristic | 20060921 |
Events
Class CL_RSPLPPM_PPM_VPROD_DB has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_VPROD | Public | See coding | 20060921 | BEGIN OF s_vprod,
veriprodid(20) TYPE c,
langu TYPE sylangu,
prod_txtsh TYPE rsplppm_text20,
END OF s_vprod
|
||
| 2 | S_VPRODKEY | Public | See coding | 20060921 | BEGIN OF s_vprodkey,
veriprodid(20) TYPE c,
END OF s_vprodkey
|
||
| 3 | TS_VPROD | Public | See coding | 20060921 | ts_vprod TYPE SORTED TABLE OF s_vprod WITH UNIQUE KEY veriprodid
|
||
| 4 | T_VPRODKEY | Public | See coding | 20060921 | t_vprodkey TYPE STANDARD TABLE OF s_vprodkey WITH NON-UNIQUE KEY veriprodid
|
Method Signatures
Method ACTIVATE_VPROD_MASTERDATA Signature
Method ACTIVATE_VPROD_MASTERDATA on class CL_RSPLPPM_PPM_VPROD_DB has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | PPM Fehlermeldungen (Abbruchmeldungen) | 20060921 |
Method DELETE_VPROD_MASTERDATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_VPRODKEY | Call by reference | Type reference (TYPE) | CL_RSPLPPM_PPM_VPROD_DB=>T_VPRODKEY | 20060921 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | PPM Fehlermeldungen (Abbruchmeldungen) | 20060921 |
Method READ_VPROD_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 | 20060921 | |||
| 2 | I_T_VPRODKEY | Call by reference | Type reference (TYPE) | CL_RSPLPPM_PPM_VPROD_DB=>T_VPRODKEY | Planung: TTyp PPM PlanIDs | 20060921 | |||
| 3 | R_TS_VPROD | Value transfer | Type reference (TYPE) | CL_RSPLPPM_PPM_VPROD_DB=>TS_VPROD | 20060925 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | PPM Fehlermeldungen | 20060921 |
Method SAVE_VPROD_MASTERDATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TS_VPRODATTR | Call by reference | Type reference (TYPE) | CL_RSPLPPM_PPM_VPROD_DB=>TS_VPROD | 20060921 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | PPM Fehlermeldungen (Abbruchmeldungen) | 20060921 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |