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 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'INPUT' | 20070828 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'OUTPUT' | 20070828 | ||
3 | ![]() |
Instance attribute | Private | See coding | 20070829 | ||||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | name of function module | 20070828 | ||
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20070828 | |||
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20070828 | |||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20070905 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | returs data object for give data/path | 20070829 |
2 | ![]() |
Instance method | Private | Method | Returns function module metadata | 20070828 |
3 | ![]() |
Static method | Public | Method | Returns instance of function module command | 20070828 |
4 | ![]() |
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 | ![]() |
EV_FOUND_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20070831 | |||
2 | ![]() |
IR_CURRENT_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | current data element | 20070831 | ||
3 | ![]() |
IT_PATH | Call by reference | Type reference (TYPE) | STANDARD TABLE | tokenized path | 20070831 | ||
4 | ![]() |
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 | ![]() |
EV_INPUT_TYPE_NAME | Call by reference | Type reference (TYPE) | STRING | type name of input structure | 20070828 | ||
2 | ![]() |
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 | ![]() |
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 | ![]() |
IV_PATH | Call by reference | Type reference (TYPE) | STRING | 20070830 | |||
2 | ![]() |
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 |