SAP ABAP Class IF_GLE_MCA_STUB (Access to stubs)
Properties
Class IF_GLE_MCA_STUB  
Short Description Access to stubs    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100629   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class IF_GLE_MCA_STUB has no interface implemented.
Friends
Class IF_GLE_MCA_STUB has no friend class.
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 GET_ATTRIBUTES Instance method Public Method 20100629
2 SET_ATTRIBUTES Instance method Public Method 20100629
Events
Class 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 Returning RT_PARAMETER Value transfer Type reference (TYPE) TY_TAB_STUB_PARAMETER 20100630

Method GET_ATTRIBUTES on class 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 Importing IT_PARAMETER Call by reference Type reference (TYPE) TY_TAB_STUB_PARAMETER 20100630

Method SET_ATTRIBUTES on class IF_GLE_MCA_STUB has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in