Definition at line 336 of file sapnwrfc.h.
Public Attributes | |
| RFC_CALL_TYPE | type |
| Specifies the type of function call. Depending on the value of this field, some of the other fields of this struct may be filled. | |
| RFC_TID | tid |
| If type is RFC_TRANSACTIONAL or RFC_QUEUED, this field is filled with the 24 digit TID of the tRFC/qRFC unit. | |
| RFC_UNIT_IDENTIFIER * | unitIdentifier |
| If type is RFC_BACKGROUND_UNIT, this pointer is set to the unit identifier of the LUW. Note: the pointer is valid only during the execution context of your server function. | |
| RFC_UNIT_ATTRIBUTES * | unitAttributes |
| If type is RFC_BACKGROUND_UNIT, this pointer is set to the unit attributes of the LUW. Note: the pointer is valid only during the execution context of your server function. | |
Specifies the type of function call. Depending on the value of this field, some of the other fields of this struct may be filled.
Definition at line 337 of file sapnwrfc.h.
If type is RFC_TRANSACTIONAL or RFC_QUEUED, this field is filled with the 24 digit TID of the tRFC/qRFC unit.
Definition at line 338 of file sapnwrfc.h.
If type is RFC_BACKGROUND_UNIT, this pointer is set to the unit identifier of the LUW. Note: the pointer is valid only during the execution context of your server function.
Definition at line 339 of file sapnwrfc.h.
If type is RFC_BACKGROUND_UNIT, this pointer is set to the unit attributes of the LUW. Note: the pointer is valid only during the execution context of your server function.
Definition at line 340 of file sapnwrfc.h.
1.5.5