ERPConnect.RFCServerFunction
Namespace: ERPConnect
Assembly: ERPConnectStandard20.dll
RFCServerFunction represents a single function that can be assigned to an RFCServer object
Inheritance
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
RFCServerFunction(string)
Initializes a new RFCServerFunction object. You can also use RFCServer.RegisteredFunctions.add()
Parameters
functionName
string
Name of the function module to be called by SAP system
Properties
Exports
A collection of RFCParameter objects that represents the export parameters that are exchanged during a call.
Property Value
FunctionName
Name of the function module
Property Value
Imports
A collection of RFCParameter objects that represents the import parameters that are exchanged during a call.
Property Value
Tables
A collection of RFCTable objects that represents the table parameters that are exchanged during a call.
Property Value
UseTRFC
Defines whether transactional RFC is expected or not.
Property Value
Methods
LoadFromXML(string)
Loads the RFCServerFunction object from XML
Parameters
path
string
Path to the source file
LoadFromXML(TextReader)
Loads the RFCServerFunction object from XML
Parameters
reader
TextReader
TextReader object for reading the XML
LoadFromXMLString(string)
Loads the RFCServerFunction object from a string which contains XML
Parameters
xml
string
String which contains the XML
SaveToXML(string)
Saves the RFCServerFunction object to XML
Parameters
path
string
Path to the output file
SaveToXML()
Saves the RFCServerFunction object to XML
Returns
String which contains the XML