SAP ABAP Class CL_BICS_PLAN_MOD_RUN_FUNC (Planning Function at Runtime)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
BW_BICS_CONSUMER_PLANNING (Package) BW BICS Shell for Planning Functionaliies
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BICS_OBJECT | Root Object for BICS Entities | 20110721 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BICS_PLAN_MOD_RUN_FUNC | Runtime Modeling of a Planning Function | 20101122 |
Properties
| Class | CL_BICS_PLAN_MOD_RUN_FUNC | |
| Short Description | Planning Function at Runtime | |
| Super Class | CL_BICS_OBJECT | Root Object for BICS Entities |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BW_BICS_CONSUMER_PLANNING | BW BICS Shell for Planning Functionaliies |
| Created | 20101122 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BICS_PLAN_MOD_RUN_FUNC | Runtime Modeling of a Planning Function | 20101122 |
Friends
Class CL_BICS_PLAN_MOD_RUN_FUNC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | RSINFOPROV | Aggregation Level | 20101124 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | IF_BICS_OBJECT=>TN_ID | Object ID | 20101124 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_BICS_APPLICATION | Application Representation | 20101129 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_BICS_PLAN_MODEL_RUN | Planning Objects at Runtime | 20110114 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSPLFA_SRV_RUNTIME | Creates a planning function at runtime | 20101129 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSPLFA_SRVTYPE_DEF | Planning Function Type | 20101129 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_BICS_SRV_DESCR | Description of a Service | 20101129 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | NT_TS_PARAM_DEF_MAP | Mapping table (parameter name to reference) | 20101124 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | IF_BICS_PLAN_MOD_RUN_FUNC=>TN_T_CHARACTERISTIC | 20101124 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | RSPLF_T_CHAR_USAGE | Characteristic Usage | 20101126 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | IF_RSPLFA_SRV_RUNTIME=>TN_T_RULE | Characteristic Usage | 20101126 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20101122 | |
| 2 | Instance method | Protected | Method | 20101126 | ||
| 3 | Instance method | Private | Method | gets all subparameters | 20110412 |
Events
Class CL_BICS_PLAN_MOD_RUN_FUNC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | NT_S_PARAM_DEF_MAP | Public | See coding | 20101126 | BEGIN OF nt_s_param_def_map,
parnm TYPE rsplf_parnm,
r_param_def TYPE REF TO cl_rsplfd_param,
is_structured type rs_bool,
END OF nt_s_param_def_map
|
||
| 2 | NT_TS_PARAM_DEF_MAP | Public | See coding | 20101126 | nt_ts_param_def_map TYPE sorted TABLE OF nt_s_param_def_map WITH UNIQUE KEY parnm
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AGGREGATION_LEVEL | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | Name einer bestehenden Aggregationsebene | 20101122 | |||
| 2 | I_PLANNINGFUNCTION_NAME | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | Name der neuen Planungsfunktion | 20101122 | |||
| 3 | I_PLANNINGFUNCTION_TEXT | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_TEXT | 20101124 | ||||
| 4 | I_R_APPLICATION | Call by reference | Object reference (TYPE REF TO) | IF_BICS_APPLICATION | Applikationsrepräsentation | 20101129 | |||
| 5 | I_R_PLAN_MODEL_RUN | Call by reference | Object reference (TYPE REF TO) | IF_BICS_PLAN_MODEL_RUN | Planungsobjekte zur Laufzeit | 20110114 | |||
| 6 | I_R_SRV_DESCR | Call by reference | Object reference (TYPE REF TO) | IF_BICS_SRV_DESCR | Beschreibung eines Services | 20101129 | |||
| 7 | I_SERVICE_TYPE_NAME | Call by reference | Type reference (TYPE) | IF_BICS_OBJECT=>TN_NAME | Name Planungsfunktionstyp | 20101122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalide Eingabe bei Planungsobjekten | 20101122 |
Method GET_PARAM_DEF_MAP Signature
Method GET_PARAM_DEF_MAP on class CL_BICS_PLAN_MOD_RUN_FUNC has no parameter.
Method GET_PARAM_DEF_MAP on class CL_BICS_PLAN_MOD_RUN_FUNC has no exception.
Method GET_SUBPARAM_DEF_MAP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_PARAM_STRUC | Call by reference | Object reference (TYPE REF TO) | CL_RSPLFD_PARAM_STRUC | Strukturierter Parameter (Definition) | 20110412 |
Method GET_SUBPARAM_DEF_MAP on class CL_BICS_PLAN_MOD_RUN_FUNC has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |