Definition at line 445 of file sapnwrfc.h.
Public Attributes | |
| RFC_ABAP_NAME | name |
| Field name, null-terminated string. | |
| RFCTYPE | type |
| Field data type. | |
| unsigned | nucLength |
| Field length in bytes in a 1-byte-per-SAP_CHAR system. | |
| unsigned | nucOffset |
| Field offset in bytes in a 1-byte-per-SAP_CHAR system. | |
| unsigned | ucLength |
| Field length in bytes in a 2-byte-per-SAP_CHAR system. | |
| unsigned | ucOffset |
| Field offset in bytes in a 2-byte-per-SAP_CHAR system. | |
| unsigned | decimals |
| If the field is of type "packed number" (BCD), this member gives the number of decimals. | |
| RFC_TYPE_DESC_HANDLE | typeDescHandle |
| Pointer to an RFC_STRUCTURE_DESC structure for the nested sub-type if the type field is RFCTYPE_STRUCTURE or RFCTYPE_TABLE */. | |
| void * | extendedDescription |
| Not used by the NW RFC library. This parameter can be used by applications that want to store additional information in the repository (like F4 help values, e.g.). | |
| unsigned _RFC_FIELD_DESC::nucLength |
| unsigned _RFC_FIELD_DESC::nucOffset |
| unsigned _RFC_FIELD_DESC::ucLength |
| unsigned _RFC_FIELD_DESC::ucOffset |
| unsigned _RFC_FIELD_DESC::decimals |
If the field is of type "packed number" (BCD), this member gives the number of decimals.
Definition at line 457 of file sapnwrfc.h.
Pointer to an RFC_STRUCTURE_DESC structure for the nested sub-type if the type field is RFCTYPE_STRUCTURE or RFCTYPE_TABLE */.
Definition at line 458 of file sapnwrfc.h.
Not used by the NW RFC library. This parameter can be used by applications that want to store additional information in the repository (like F4 help values, e.g.).
Definition at line 459 of file sapnwrfc.h.
1.5.5