SAP ABAP Class CL_RSDD_CS_FUNCTION_CALL (Function Call)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDD_CALCSCENARIO (Package) Create Calculation Scenario
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDD_CS_CALCVIEW | Calculation View Definition | 20121008 |
Properties
| Class | CL_RSDD_CS_FUNCTION_CALL | |
| Short Description | Function Call | |
| Super Class | CL_RSDD_CS_CALCVIEW | Calculation View Definition |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDD_CALCSCENARIO | Create Calculation Scenario |
| Created | 20121008 | 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
Class CL_RSDD_CS_FUNCTION_CALL has no interface implemented.
Friends
Class CL_RSDD_CS_FUNCTION_CALL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | TN_T_MAPPING | Table with input parameter mappings | 20121010 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | TN_T_MAPPING | Table with output parameter mappings | 20121010 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | STRING | Function Name | 20121010 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | STRING | Function Schema | 20121010 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Visibility flag | 20121011 | ||
| 6 | Constant | Private | Type reference (TYPE) | STRING | 'functionCall' | XML Tag | 20121008 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Input Parameter Mapping | 20121009 | |
| 2 | Instance method | Public | Method | Add Output Parameter Mapping | 20121009 | |
| 3 | Instance method | Public | Constructor | 20121010 | ||
| 4 | Instance method | Public | Method | Get function name | 20121011 | |
| 5 | Instance method | Public | Method | Get function schema | 20121011 | |
| 6 | Instance method | Public | Method | Get visibility flag | 20121011 |
Events
Class CL_RSDD_CS_FUNCTION_CALL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_T_MAPPING | Public | See coding | 20121010 | tn_t_mapping TYPE STANDARD TABLE OF REF TO cl_rsdd_cs_fc_param_mapping WITH DEFAULT KEY
|
Method Signatures
Method ADD_INPUT_PARAM_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_INPUT_PARAM_MAPPING | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_CS_FC_PARAM_MAPPING | Function Call Mapping | 20121009 |
Method ADD_INPUT_PARAM_MAPPING on class CL_RSDD_CS_FUNCTION_CALL has no exception.
Method ADD_OUTPUT_PARAM_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_OUTPUT_PARAM_MAPPING | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_CS_FC_PARAM_MAPPING | Function Call Mapping | 20121009 |
Method ADD_OUTPUT_PARAM_MAPPING on class CL_RSDD_CS_FUNCTION_CALL has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FUNCTION_NAME | Call by reference | Type reference (TYPE) | STRING | 20121010 | ||||
| 2 | I_FUNCTION_SCHEMA | Call by reference | Type reference (TYPE) | STRING | 20121010 | ||||
| 3 | I_IS_VISIBLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20121010 | ||||
| 4 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20121010 | ||||
| 5 | I_R_NAME_MAPPER | Call by reference | Object reference (TYPE REF TO) | IF_RSDRV_TREX_NAME_MAPPER | 20121010 |
Method CONSTRUCTOR on class CL_RSDD_CS_FUNCTION_CALL has no exception.
Method GET_FUNCTION_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_FUNCTION_NAME | Value transfer | Type reference (TYPE) | STRING | 20121011 |
Method GET_FUNCTION_NAME on class CL_RSDD_CS_FUNCTION_CALL has no exception.
Method GET_FUNCTION_SCHEMA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_FUNCTION_SCHEMA | Value transfer | Type reference (TYPE) | STRING | 20121011 |
Method GET_FUNCTION_SCHEMA on class CL_RSDD_CS_FUNCTION_CALL has no exception.
Method IS_VISIBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_VISIBLE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20121011 |
Method IS_VISIBLE on class CL_RSDD_CS_FUNCTION_CALL has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |