GetProductionOrderDetailsNodeConfiguration
Namespace: Meshmakers.Octo.Communication.Adapters.Sap.Nodes.Extract.ProductionPlanningControl
Node Configuration to get production order details (SAP module PP - Production Planning and Control)
public record GetProductionOrderDetailsNodeConfiguration : SourceTargetPathNodeConfiguration, INodeConfiguration, IEquatable<NodeConfiguration>, ITargetPathNodeConfiguration, IEquatable<TargetPathNodeConfiguration>, IPathNodeConfiguration, IEquatable<SourceTargetPathNodeConfiguration>, IEquatable<GetProductionOrderDetailsNodeConfiguration>
Inheritance Object → NodeConfiguration → TargetPathNodeConfiguration → SourceTargetPathNodeConfiguration → GetProductionOrderDetailsNodeConfiguration
Implements INodeConfiguration, IEquatable<NodeConfiguration>, ITargetPathNodeConfiguration, IEquatable<TargetPathNodeConfiguration>, IPathNodeConfiguration, IEquatable<SourceTargetPathNodeConfiguration>, IEquatable<GetProductionOrderDetailsNodeConfiguration>
Remarks:
This node uses function module BAPI_PRODORD_GET_DETAIL
Properties
ReadHeader
Read the header data of the production order
public bool ReadHeader { get; set; }
Property Value
ReadComponents
Read the components of the production order
public bool ReadComponents { get; set; }
Property Value
ReadOperations
Read the operations of the production order
public bool ReadOperations { get; set; }
Property Value
ReadPositions
Read the positions of the production order
public bool ReadPositions { get; set; }
Property Value
ReadSequences
Read the sequences of the production order
public bool ReadSequences { get; set; }
Property Value
ReadSubOperations
Read the sub-operations of the production order
public bool ReadSubOperations { get; set; }
Property Value
ReadTriggerPoints
Read the trigger points of the production order
public bool ReadTriggerPoints { get; set; }
Property Value
ReadProductionRelevantTools
Read the production relevant tools of the production order
public bool ReadProductionRelevantTools { get; set; }
Property Value
Path
public string Path { get; set; }
Property Value
TargetPath
public string TargetPath { get; set; }
Property Value
TargetValueWriteMode
public WriteMode TargetValueWriteMode { get; set; }
Property Value
WriteMode
TargetValueKind
public ValueKind TargetValueKind { get; set; }
Property Value
ValueKind
Description
public string Description { get; set; }
Property Value
Constructors
GetProductionOrderDetailsNodeConfiguration()
public GetProductionOrderDetailsNodeConfiguration()