SAP ABAP Interface IF_GLE_MCA_STUB (Access to stubs)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
FI-GL-CU-MCA (Application Component) Multi Currency Accounting
⤷
FAGL_MCA_AL_GEN (Package) FI: MCA General Functions
⤷
⤷
Properties
| Interface | IF_GLE_MCA_STUB | |
| Short Description | Access to stubs |
General Data
| Package | FAGL_MCA_AL_GEN | FI: MCA General Functions |
| Created | 20100629 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | CL_GLE_MCA_TEST_CONFIG | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Interface IF_GLE_MCA_STUB has no interface.
Friends
Interface IF_GLE_MCA_STUB has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MTS_PARAMETER | Instance attribute | Public | Type reference (TYPE) | TY_TAB_STUB_PARAMETER | 20100630 | |||
| 2 | MV_TEST_CONFIG | Instance attribute | Public | Type reference (TYPE) | STRING | 20100630 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20100629 | ||
| 2 | Instance method | Public | Method | 20100629 |
Events
Interface IF_GLE_MCA_STUB has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_STR_STUB_PARAMETER | Public | See coding | 20100629 | BEGIN OF ty_str_stub_parameter,
* Name of the parameter. Needs to be something which is known to the stub
name TYPE string,
* Value of the parameter. It's a reference, thus it can be anything
value TYPE REF TO data,
END OF ty_str_stub_parameter
|
||
| 2 | TY_TAB_STUB_PARAMETER | Public | See coding | 20100629 | ty_tab_stub_parameter TYPE STANDARD TABLE OF ty_str_stub_parameter WITH DEFAULT KEY
|
Method Signatures
Method GET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_PARAMETER | Value transfer | Type reference (TYPE) | TY_TAB_STUB_PARAMETER | 20100630 |
Method GET_ATTRIBUTES on Interface IF_GLE_MCA_STUB has no exception.
Method SET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PARAMETER | Call by reference | Type reference (TYPE) | TY_TAB_STUB_PARAMETER | 20100630 |
Method SET_ATTRIBUTES on Interface IF_GLE_MCA_STUB has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 606 |