RfcField
This object represents a field value. Depending on the type of the field, the values can be accessed through the Value, Fields or Rows property
Properties
Name | Type | Description |
---|---|---|
name |
string |
Name of the field |
Type |
RfcType |
Type of the field |
Value |
variant |
Value of the field, if it is of scalar type (plain field, e.g. no struct or table) |
Fields |
RfcField [] |
Values of the field, if the field type is a struct |
Rows |
RfcRows |
Contains the table rows, if the field type is table |