SAP NetWeaver RFC SDK 7.50
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
_RFC_UNIT_IDENTIFIER Struct Reference

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...
 

Detailed Description

For convenience combines a unit's ID and its type.

Definition at line 297 of file sapnwrfc.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: