Skip to content

ERPConnect.Utils.BatchReturn

Namespace: ERPConnect.Utils
Assembly: ERPConnectStandard20.dll

Represents a message returned from a Batch Input transaction.

public class BatchReturn

Inheritance

objectBatchReturn

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

BatchReturn()

Initializes a new BapiReturn object.

public BatchReturn()

Properties

Message

Message

public string Message { get; set; }

Property Value

string

MessageID

Batch input message ID

public string MessageID { get; set; }

Property Value

string

MessageNumber

Number of system message

public string MessageNumber { get; set; }

Property Value

string

MessageVariable1

Variable contained in the message string

public string MessageVariable1 { get; set; }

Property Value

string

MessageVariable2

Variable contained in the message string

public string MessageVariable2 { get; set; }

Property Value

string

MessageVariable3

Variable contained in the message string

public string MessageVariable3 { get; set; }

Property Value

string

MessageVariable4

Variable contained in the message string

public string MessageVariable4 { get; set; }

Property Value

string

Type

Message type (e.g. W for warning or E for error)

public string Type { get; set; }

Property Value

string