The Parameter object has the following properties:
Parameter Object Properties
Name |
Return Type |
Description |
Function |
VT_DISPATCH |
Returns the Function object that owns this Parameter object. Read-only |
Length |
VT_I4 |
Returns the byte length of the data. |
Name |
VT_BSTR |
Returns the parameter name. |
SAPType |
VT_I2 |
Returns the ABAP data type of the parameter. |
Type |
VT_BSTR |
Returns the RFC type. |
Value |
VT_VARIANT |
Sets or returns the value of a parameter. This property is the default. |
Description |
VT_BSTR |
Returns the parameter description documented in the R/3 System. |