!--a11y-->
RfcQueueItem Class 
The RfcQueueItem class is used to submit an RFC via QRFC.
|
[C#] public class RfcQueueItem : System.Object |
Public Constructors
|
Creates an instance of an RfcQueueItem from a queue name, queue index and RFC tid. If a queue already exists in SAP, the function will be added at that index. If not, a queue will be created |
Public Properties
|
QueueIndex |
The index to which the function will be added to the SAP queue |
|
QueueName |
The name of the SAP queue to add to or to create if it does not already exist |
|
TID |
The TID used to submit the RFC to the SAP system |
