|
SAP NetWeaver RFC SDK 7.50
|
Structure for reading (RfcGetFieldDescByIndex() or RfcGetFieldDescByName()) or defining (RfcAddTypeField()) the properties of a field in a structure/table. More...
Public Attributes | |
| RFC_ABAP_NAME | name |
| Field name, null-terminated string. More... | |
| RFCTYPE | type |
| Field data type. More... | |
| unsigned | nucLength |
| Field length in bytes in a 1-byte-per-SAP_CHAR system. More... | |
| unsigned | nucOffset |
| Field offset in bytes in a 1-byte-per-SAP_CHAR system. More... | |
| unsigned | ucLength |
| Field length in bytes in a 2-byte-per-SAP_CHAR system. More... | |
| unsigned | ucOffset |
| Field offset in bytes in a 2-byte-per-SAP_CHAR system. More... | |
| unsigned | decimals |
| If the field is of type "packed number" (BCD), this member gives the number of decimals. More... | |
| 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 */. More... | |
| 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.). More... | |
Structure for reading (RfcGetFieldDescByIndex() or RfcGetFieldDescByName()) or defining (RfcAddTypeField()) the properties of a field in a structure/table.
Definition at line 620 of file sapnwrfc.h.
| unsigned _RFC_FIELD_DESC::decimals |
If the field is of type "packed number" (BCD), this member gives the number of decimals.
Definition at line 632 of file sapnwrfc.h.
| void* _RFC_FIELD_DESC::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.).
Definition at line 634 of file sapnwrfc.h.
| RFC_ABAP_NAME _RFC_FIELD_DESC::name |
Field name, null-terminated string.
Definition at line 622 of file sapnwrfc.h.
| unsigned _RFC_FIELD_DESC::nucLength |
Field length in bytes in a 1-byte-per-SAP_CHAR system.
Definition at line 625 of file sapnwrfc.h.
| unsigned _RFC_FIELD_DESC::nucOffset |
Field offset in bytes in a 1-byte-per-SAP_CHAR system.
Definition at line 627 of file sapnwrfc.h.
| RFCTYPE _RFC_FIELD_DESC::type |
Field data type.
Definition at line 623 of file sapnwrfc.h.
| RFC_TYPE_DESC_HANDLE _RFC_FIELD_DESC::typeDescHandle |
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 633 of file sapnwrfc.h.
| unsigned _RFC_FIELD_DESC::ucLength |
Field length in bytes in a 2-byte-per-SAP_CHAR system.
Definition at line 629 of file sapnwrfc.h.
| unsigned _RFC_FIELD_DESC::ucOffset |
Field offset in bytes in a 2-byte-per-SAP_CHAR system.
Definition at line 631 of file sapnwrfc.h.