8.38.6 GetMaterialList Method

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
POHeaderThe Production Order Header of the Material List to be retrieved.
MaterialListThe Material List for the production order with Production Order Header.
MachineModuleUserNameThe 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.
ExecutionFeedbackThe result of the execution of the method.