Definition at line 530 of file sapnwrfc.h.
Public Attributes | |
| RFC_ABAP_NAME | name |
| Attribute name, null-terminated string. | |
| RFCTYPE | type |
| Attribute data type. | |
| unsigned | nucLength |
| Attribute length in bytes in a 1-byte-per-SAP_CHAR system. | |
| unsigned | ucLength |
| Attribute length in bytes in a 2-byte-per-SAP_CHAR system. | |
| unsigned | decimals |
| Gives the number of decimals in case this attribute is a packed number (BCD). | |
| RFC_TYPE_DESC_HANDLE | typeDescHandle |
| Handle to the structure definition in case this attribute is a structure or table. | |
| RFC_CLASS_ATTRIBUTE_DEFVALUE | defaultValue |
| Default value as defined in SE37. | |
| RFC_CLASS_NAME | declaringClass |
| Declaring class. | |
| RFC_CLASS_ATTRIBUTE_DESCRIPTION | description |
| Attribute description, null terminated, may be null. | |
| unsigned | isReadOnly |
| This attribute is read only if isReadOnly != 0. | |
| RFC_CLASS_ATTRIBUTE_TYPE | attributeType |
| The attribute type tells you, whether this attribute is an instance attribute, a class attribute or a constant. | |
| void * | extendedDescription |
| This field can be used by the application programmer (i.e. you) to store arbitrary extra information. | |
| unsigned _RFC_CLASS_ATTRIBUTE_DESC::nucLength |
Attribute length in bytes in a 1-byte-per-SAP_CHAR system.
Definition at line 534 of file sapnwrfc.h.
| unsigned _RFC_CLASS_ATTRIBUTE_DESC::ucLength |
Attribute length in bytes in a 2-byte-per-SAP_CHAR system.
Definition at line 535 of file sapnwrfc.h.
| unsigned _RFC_CLASS_ATTRIBUTE_DESC::decimals |
Gives the number of decimals in case this attribute is a packed number (BCD).
Definition at line 536 of file sapnwrfc.h.
Handle to the structure definition in case this attribute is a structure or table.
Definition at line 537 of file sapnwrfc.h.
The attribute type tells you, whether this attribute is an instance attribute, a class attribute or a constant.
Definition at line 542 of file sapnwrfc.h.
This field can be used by the application programmer (i.e. you) to store arbitrary extra information.
Definition at line 543 of file sapnwrfc.h.
1.5.5