ERPConnect.BusinessObjectMethod
Namespace: ERPConnect
Assembly: ERPConnectStandard20.dll
Represents a single method of a SAP business object. Please use R3Connection.CreateBapi to create a properly defined instance of this class.
Inheritance
object ← RFCFunction ← BusinessObjectMethod
Inherited Members
RFCFunction.Execute(string, string), RFCFunction.Execute(string), RFCFunction.Execute(), RFCFunction.SaveToXML(XmlWriter), RFCFunction.SaveToXML(string), RFCFunction.SaveToXML(), RFCFunction.LoadFromXML(XmlReader), RFCFunction.LoadFromXML(string), RFCFunction.LoadFromXML(TextReader), RFCFunction.LoadFromXMLString(string), RFCFunction.Name, RFCFunction.Connection, RFCFunction.Imports, RFCFunction.Exports, RFCFunction.Changings, RFCFunction.Tables, RFCFunction.CallbackFunctions, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
BusinessObjectMethod(R3Connection)
Initializes an BusinessObjectMethod
Parameters
Connection
R3Connection
R3Connection object
Properties
MethodName
The Name of the Method of the SAP Business Object
Property Value
ObjectName
The Name of the SAP Business Object
Property Value
Returns
Rteurns a collection of BapiReturn object that represent all the BAPI return messages.
Property Value
Methods
CommitWork(bool)
Execute external Commit when using BAPIs (only few BAPIs need this function)
Parameters
Wait
bool
Wait until Commit is processed
Execute()
Exectutes the BAPI
RollbackWork()
Execute external Rollback when using BAPIs (only few BAPIs support this function)