Start of Content Area

Object documentation RfcQueueItem Class Locate the document in its SAP Library structure

The RfcQueueItem class is used to submit an RFC via QRFC.

 

[C#]

public class RfcQueueItem : System.Object

 

Public Constructors

public RfcQueueItem (System.String name , System.Int32 index , SAP.Connector.RfcTID tid)

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

 

End of Content Area