SAP ABAP Class CL_OST_FM_COMMAND (Implements command for function module)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-WST (Application Component) Web Services Tool
     WS_BOL_DT (Package) Web Service Tool> Design Time
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OST_COMMAND Command interface for an executable unit 20070828
Properties
Class CL_OST_FM_COMMAND  
Short Description Implements command for function module    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WS_BOL_DT   Web Service Tool> Design Time 
Created 20070828   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_OST_FM_COMMAND has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_OST_COMMAND Command interface for an executable unit 20070828
Friends
Class CL_OST_FM_COMMAND has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_INPUT_PARAM_NAME Constant Public Type reference (TYPE) STRING 'INPUT' 20070828
2 GC_OUTPUT_PARAM_NAME Constant Public Type reference (TYPE) STRING 'OUTPUT' 20070828
3 MT_PATH Instance attribute Private See coding 20070829
4 MV_FM_NAME Instance attribute Private Type reference (TYPE) STRING name of function module 20070828
5 MV_INPUT_DATA Instance attribute Private Object reference (TYPE REF TO) DATA 20070828
6 MV_OUTPUT_DATA Instance attribute Private Object reference (TYPE REF TO) DATA 20070828
7 MV_ROOT Instance attribute Private Type reference (TYPE) STRING 20070905
Methods
# Method Level Visibility Method type Description Created on
1 GET_DATA Instance method Private Method returs data object for give data/path 20070829
2 GET_FM_STRUC_NAMES Instance method Private Method Returns function module metadata 20070828
3 GET_INSTANCE Static method Public Method Returns instance of function module command 20070828
4 GET_PATH_TABLE Instance method Private Method Returns a table containing the path 20070830
Events
Class CL_OST_FM_COMMAND has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MS_PATH Private See coding 20070829 BEGIN OF ms_path, path TYPE string, END OF ms_path
Method Signatures

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FOUND_DATA Call by reference Object reference (TYPE REF TO) DATA 20070831
2 Importing IR_CURRENT_DATA Call by reference Object reference (TYPE REF TO) DATA current data element 20070831
3 Importing IT_PATH Call by reference Type reference (TYPE) STANDARD TABLE tokenized path 20070831
4 Importing IV_CURRENT_INDEX Call by reference Type reference (TYPE) I current position in the path 20070830

Method GET_DATA on class CL_OST_FM_COMMAND has no exception.

Method GET_FM_STRUC_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_INPUT_TYPE_NAME Call by reference Type reference (TYPE) STRING type name of input structure 20070828
2 Exporting EV_OUTPUT_TYPE_NAME Call by reference Type reference (TYPE) STRING type name of output structure 20070828

Method GET_FM_STRUC_NAMES on class CL_OST_FM_COMMAND has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RP_COMMAND Value transfer Object reference (TYPE REF TO) IF_OST_COMMAND Command interface for an executable unit 20070828

Method GET_INSTANCE on class CL_OST_FM_COMMAND has no exception.

Method GET_PATH_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PATH Call by reference Type reference (TYPE) STRING 20070830
2 Exporting RV_PATH Call by reference Type reference (TYPE) STANDARD TABLE 20070830

Method GET_PATH_TABLE on class CL_OST_FM_COMMAND has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 600