The Function object has the following properties:
Function Object Properties
Name |
Parameters |
Return Type |
Description |
Exception |
VT_BSTR |
If an exception occurs during the call, this returns a string containing the exception text. | |
Exports |
Index |
VT_DISPATCH |
Returns an Exports collection object ( Exports Collection Object) that contains a list of export parameters used in the function. If the index is left empty, the whole collection is returned. Otherwise, the parameter indicated by number or string will be returned. Read-only. |
Imports |
Index |
VT_DISPATCH |
Returns an Imports collection object ( Imports Collection Object) that contains a list of import parameters used in the function. The index can be empty. If the index is left empty, the whole collection is returned. Otherwise, the parameter indicated by number or string will be returned. Read-only. |
Name |
VT_BSTR |
Returns an ABAP function name. This is the default property. Read-only. | |
Parent |
VT_DISPATCH |
The Functions Collection Object that contains this function. | |
| Tables |
VT_DISPATCH |
Returns a Tables collection object that contains a list of ABAP internal tables used in the function. See the Table Collection Object topic in the Table Factory Control. | |
Description |
VT_BSTR |
Returns the documentation for the function module as found in the R/3 System. |