SAP ABAP Class CL_RSPLFA_SRV_DESIGNTIME (Edit Planning Function)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-PLA (Application Component) Planning
⤷
RSPLFA (Package) API Framework for Planning Services
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSPLFA_SRV_DESIGNTIME | Edit Planning Functions | 20101026 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSTT_INSTANCE_ITEM | Interface for Special Class Instances | 20110411 |
Properties
| Class | CL_RSPLFA_SRV_DESIGNTIME | |
| Short Description | Edit Planning Function | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSPLFA | API Framework for Planning Services |
| Created | 20101025 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSPLFA_SRV_DESIGNTIME | Edit Planning Functions | 20101026 | ||
| 2 | IF_RSTT_INSTANCE_ITEM | Interface for Special Class Instances | 20110411 |
Friends
Class CL_RSPLFA_SRV_DESIGNTIME has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | CHAR1 | Single-Character Indicator | 20101026 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSPLFS_PLSE | Service (TLOGO) | 20101026 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSPLFS_SRV | Planning Service (Object Model) | 20101026 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSPLFD_SRVTYPE | Service Type (Definition) | 20101026 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | RSPLF_SRVNM | Name of Planning Function | 20101026 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | TP_TS_REF | 20101026 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20101108 | ||
| 2 | Instance method | Public | Method | 20101108 | ||
| 3 | Instance method | Private | Constructor | Constructor | 20110413 | |
| 4 | Instance method | Public | Method | 20101108 | ||
| 5 | Instance method | Public | Method | 20101108 | ||
| 6 | Instance method | Public | Method | 20110124 | ||
| 7 | Static method | Public | Method | Object Generation | 20101025 | |
| 8 | Instance method | Private | Method | 20101108 | ||
| 9 | Instance method | Public | Method | 20101108 | ||
| 10 | Instance method | Public | Method | 20101108 | ||
| 11 | Instance method | Public | Method | 20110124 | ||
| 12 | Instance method | Public | Method | 20101108 | ||
| 13 | Instance method | Public | Method | 20101108 |
Events
Class CL_RSPLFA_SRV_DESIGNTIME has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_REF | Private | See coding | 20101026 | BEGIN OF tp_s_ref,
srvnm TYPE rsplf_srvnm,
r_srv_designtime TYPE REF TO cl_rsplfa_srv_designtime,
END OF tp_s_ref
|
||
| 2 | TP_TS_REF | Private | See coding | 20101026 | tp_ts_ref TYPE SORTED TABLE OF tp_s_ref WITH UNIQUE KEY srvnm
|
Method Signatures
Method CHECK Signature
Method CHECK on class CL_RSPLFA_SRV_DESIGNTIME has no parameter.
Method CHECK on class CL_RSPLFA_SRV_DESIGNTIME has no exception.
Method CHECK_CHAR_USAGE Signature
Method CHECK_CHAR_USAGE on class CL_RSPLFA_SRV_DESIGNTIME has no parameter.
Method CHECK_CHAR_USAGE on class CL_RSPLFA_SRV_DESIGNTIME has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RSPLFA_SRV_DESIGNTIME has no parameter.
Method CONSTRUCTOR on class CL_RSPLFA_SRV_DESIGNTIME has no exception.
Method DELETE Signature
Method DELETE on class CL_RSPLFA_SRV_DESIGNTIME has no parameter.
Method DELETE on class CL_RSPLFA_SRV_DESIGNTIME has no exception.
Method DEQUEUE Signature
Method DEQUEUE on class CL_RSPLFA_SRV_DESIGNTIME has no parameter.
Method DEQUEUE on class CL_RSPLFA_SRV_DESIGNTIME has no exception.
Method EXISTS_ON_DB Signature
Method EXISTS_ON_DB on class CL_RSPLFA_SRV_DESIGNTIME has no parameter.
Method EXISTS_ON_DB on class CL_RSPLFA_SRV_DESIGNTIME has no exception.
Method FACTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AGGRLEVEL | Value transfer | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20101025 | |||
| 2 | I_FOR_UPDATE | Value transfer | Type reference (TYPE) | RSPLFB_FOR_UPDATE | 'X' zum editieren laden / sperren | 20101026 | |||
| 3 | I_IS_NEW | Value transfer | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Neue Planungsfunktion | 20101025 | ||
| 4 | I_R_MSG | Call by reference | Object reference (TYPE REF TO) | CL_RSPLFU_MSG | Meldungen (mit Kontext) | 20101105 | |||
| 5 | I_SRVNM | Value transfer | Type reference (TYPE) | RSPLF_SRVNM | Name Planungsfunktion | 20101025 | |||
| 6 | I_SRVTYPE | Value transfer | Type reference (TYPE) | RSPLF_SRVTYPENM | Planungsfunktionstyp | 20101025 | |||
| 7 | R_R_SRV_DESIGNTIME | Value transfer | Object reference (TYPE REF TO) | IF_RSPLFA_SRV_DESIGNTIME | Planungsfunktionen bearbeiten | 20101105 |
Method FACTORY on class CL_RSPLFA_SRV_DESIGNTIME has no exception.
Method GET_INFOPROV_DESC Signature
Method GET_INFOPROV_DESC on class CL_RSPLFA_SRV_DESIGNTIME has no parameter.
Method GET_INFOPROV_DESC on class CL_RSPLFA_SRV_DESIGNTIME has no exception.
Method GET_LIST Signature
Method GET_LIST on class CL_RSPLFA_SRV_DESIGNTIME has no parameter.
Method GET_LIST on class CL_RSPLFA_SRV_DESIGNTIME has no exception.
Method GET_PROPERTIES Signature
Method GET_PROPERTIES on class CL_RSPLFA_SRV_DESIGNTIME has no parameter.
Method GET_PROPERTIES on class CL_RSPLFA_SRV_DESIGNTIME has no exception.
Method GET_SRVTYPE Signature
Method GET_SRVTYPE on class CL_RSPLFA_SRV_DESIGNTIME has no parameter.
Method GET_SRVTYPE on class CL_RSPLFA_SRV_DESIGNTIME has no exception.
Method SAVE Signature
Method SAVE on class CL_RSPLFA_SRV_DESIGNTIME has no parameter.
Method SAVE on class CL_RSPLFA_SRV_DESIGNTIME has no exception.
Method SET_PROPERTIES Signature
Method SET_PROPERTIES on class CL_RSPLFA_SRV_DESIGNTIME has no parameter.
Method SET_PROPERTIES on class CL_RSPLFA_SRV_DESIGNTIME has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |