ERPConnect.Utils.BatchStep
Namespace: ERPConnect.Utils
Assembly: ERPConnectStandard20.dll
BatchStep represents a single step for a SAP transaction
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
BatchStep()
Initializies an empty batch step.
BatchStep(string, string, bool, string, string)
Initializes a new Batch Step
public BatchStep(string ProgramName, string DynproNumber, bool BeginNewDynpro, string FieldName, string FieldValue)
Parameters
ProgramName string
Name of the ABAP program
DynproNumber string
Name of the current dynpro number
BeginNewDynpro bool
True / false whether the step begins to fill a new dynpro
FieldName string
Name of the dynprofield to be set
FieldValue string
Value of the field to be set
Properties
BeginNewDynpro
True / false whether the step begins to fill a new dynpro
Property Value
DynproNumber
Name of the current dynpro number
Property Value
FieldName
Name of the dynprofield to be set
Property Value
FieldValue
Value of the field to be set
Property Value
ProgramName
Name of the ABAP program