The GetMaterialList Method is used to retrieve the material list information from a production order header. The primary intended use is for a memory constrained underlying system to retrieve the production order information just in time without storing it for all assigned production orders.

The signature of this Method is specified below. Table 107 specifies the Arguments representation.

Signature

GetMaterialList(

[in] ProductionOrderHeaderType POHeader,

[in] 0:String MachineModuleUserName,

[out] MaterialListType MaterialList,

[out] MethodExecutionFeedbackType ExecutionFeedback);

Table 107 - GetMaterialList Method Arguments

Argument

Description

POHeader

The Production Order Header of the Material List to be retrieved.

MaterialList

The Material List for the production order with Production Order Header.

MachineModuleUserName

The user name of the machine module for which the information is requested. The machine module identifier is exposed in the UserName in the MachineModuleConfiguration of the machine module.

ExecutionFeedback

The result of the execution of the method.