|
SAP NetWeaver RFC SDK 7.50
|
For convenience combines a unit's ID and its type. More...
Public Attributes | |
| SAP_UC | unitType |
| 'T' for "transactional" behavior (unit is executed synchronously), 'Q' for "queued" behavior (unit is written into a queue and executed asynchronously) More... | |
| RFC_UNITID | unitID |
| The 32 digit unit ID of the background unit. More... | |
For convenience combines a unit's ID and its type.
Definition at line 297 of file sapnwrfc.h.
| RFC_UNITID _RFC_UNIT_IDENTIFIER::unitID |
The 32 digit unit ID of the background unit.
Definition at line 299 of file sapnwrfc.h.
| SAP_UC _RFC_UNIT_IDENTIFIER::unitType |
'T' for "transactional" behavior (unit is executed synchronously), 'Q' for "queued" behavior (unit is written into a queue and executed asynchronously)
Definition at line 298 of file sapnwrfc.h.