| Description | Manage Production Models |
| Name | ManageProdModelIn |
| Namespace | http://sap.com/xi/A1S/Global |
| Product | SAP Business ByDesign |
| Process component | Production Model Management |
| Process component namespace | http://sap.com/xi/AP/PC/ProductionModelProcessing/Global |
| Deployment unit | Foundation |
| Endpoint Activation | By Scoping of Process Component | Operations |
|
| Release Status | Released |
| Technical documentation on the SAP API Business Hub | Manage Production Models |
| General web service documentation | A2X Web Services (SOAP) |
An interface to manage production models.
The web service Manage Production Model In enables you to connect external applications to your SAP Business By Design system and to read general information, bill of material and bill of operation for production models.
The web service interface Manage Production Model In offers the operation ReadProductionModel.
The ReadProductionModel operation is used to read one or more production models.
Due to the stateless behavior of A2X service operations, it is not possible to enforce any kind of transactional or logical locking. Despite this, clients may be required to enforce that a modifying operation is not executed because the state of the underlying business object instance in the database has changed since the client read its data.
{include:AP_INBOUND_SERVICE_INTERFACE}
| Description | Maintain production model |
| Name | MaintainProductionModel |
| Synchronous | yes |
| Release Status | Released |
To maintain production models.
The maintain bundle operation maintains the data of one or more Production Models. It also assigns the products at item group level to activity.
The following are the elements of Production Model
| Elements | Description |
|---|---|
| BasicMessageHeader | Message header |
| ProductionModel | Production Model Structure |
The following are the attributes of Requested Elements
| Attributes | Description |
|---|---|
| ActionCode | Determine the action that will be executed |
| ProductionModelID | Alternative key for maintaining production |
| ProductID | Material number |
| ProductionRequiremntSpecificationKey | Specification key |
| MinimalLotsizeQuantity | Minimal lotsize quantity |
| MaximumLotsizeQuantity | Maximum lotsize quantity |
| ValidityPeriod | Valid period |
| Description | Description for production model |
| SupplyPlanningArea | Supply planning area |
| ProductionSegment | Production segment |
This is a coded representation of action code
| Action Code Value | Description |
|---|---|
| 01 | Create |
| 02 | Change |
| 03 | Delete |
| 04 | Save |
| 05 | Remove |
| 06 | No action |
The following are the attributes of description
| Attributes | Description |
|---|---|
| LanguageCode | Language code |
| Content | Description content |
The following are the attributes of supply planning area
| Attributes | Description |
|---|---|
| SupplyPlanningAreaID | Supply planning area ID |
The following are the attributes of production segment
| Attributes | Description |
|---|---|
| ProductionSegmentID | Value from production model ID of Production Model |
| ProductionSegment | Production segment |
The following are the attributes of production segment
| Attributes | Description |
|---|---|
| ID | Value from production model ID of Production Model |
| MaterialKey | Value from prodcut ID of Production Model |
| ProductionBomVarID | bill of material variant key |
| ProductionBom | bill of material |
| ProductionBooID | bill of operation |
The following are the attributes of Production Model
| Elements | Description |
|---|---|
| ID | Production Model ID |
The following are the attributes of Log
| Elements | Description |
|---|---|
| BusinessDocumentProcessingResultCode | Result code |
| MaximumLogItemSeverityCode | Severity code |
| Item | Message attributes |
<n0:ProductionModelMaintainBundleRequest xmlns:n0="http://sap.com/xi/SAPGlobal20/Global">
<BasicMessageHeader>
<ID></ID>
<UUID></UUID>
<ReferenceID></ReferenceID>
<ReferenceUUID></ReferenceUUID>
</BasicMessageHeader>
<ProductionModel ActionCode="01">
<SenderTechnicalID></SenderTechnicalID>
<ChangeStateID></ChangeStateID>
<ProductionModelID>MCF-TEST-0A</ProductionModelID>
<ProductID>MCF-0001-TO11</ProductID>
<ProductionRequirementSpecificationKey>
<RequirementSpecificationID></RequirementSpecificationID>
<RequirementSpecificationVersionID></RequirementSpecificationVersionID>
</ProductionRequirementSpecificationKey>
<MinimalLotsizeQuantity unitCode="EA">1</MinimalLotsizeQuantity>
<MaximumLotsizeQuantity unitCode="EA">10000</MaximumLotsizeQuantity>
<ValidatyPeriod>
<StartDate>2015-01-24</StartDate>
<EndDate>2015-01-24</EndDate>
</ValidatyPeriod>
<Description ActionCode="01">
<ObjectNodeSenderTechnicalID></ObjectNodeSenderTechnicalID>
<ChangeStateID></ChangeStateID>
<Description languageCode="EN">20150210TEST</Description>
</Description>
<SupplyPlanningArea ActionCode="01">
<ObjectNodeSenderTechnicalID></ObjectNodeSenderTechnicalID>
<ChangeStateID></ChangeStateID>
<SupplyPlanningAreaID>MC64000</SupplyPlanningAreaID>
</SupplyPlanningArea>
<ProductionSegment ActionCode="01">
<ObjectNodeSenderTechnicalID></ObjectNodeSenderTechnicalID>
<ChangeStateID></ChangeStateID>
<ProductionSegmentID></ProductionSegmentID>
<ProductionSegmentRoot ActionCode="01">
<SenderTechnicalID></SenderTechnicalID>
<ChangeStateID></ChangeStateID>
<ID></ID>
<MaterialKey>
<ProductTypeCode></ProductTypeCode>
<ProductIdentifierTypeCode></ProductIdentifierTypeCode>
<ProductID></ProductID>
</MaterialKey>
<ProductionBillOfMaterialVariantKey>
<BillOfMaterialVariantID>1</BillOfMaterialVariantID>
<BillOfMaterialID>MCPGB-0001-TO11</BillOfMaterialID>
</ProductionBillOfMaterialVariantKey>
<ProductionBillOfOperationsID>MCF0001-BO01</ProductionBillOfOperationsID>
</ProductionSegmentRoot>
</ProductionSegment>
</ProductionModel>
</n0:ProductionModelMaintainBundleRequest>
You can't change the production model ID of an existing production model.
| Description | Read production model |
| Name | ReadProductionModel |
| Synchronous | yes |
| Release Status | Released |
To read production models.
The ReadProductionModel operation reads the data of one or more Production Models.
The following are the elements of Production Model
| Elements | Description |
|---|---|
| ProductionModelID | Identifier for a Production Model |
The following are the attributes of Requested Elements
| Attributes | Description |
|---|---|
| ProductionModelTransmissionRequestCode | Transmission Request Code for a Production Model |
| ProductionSegmentationWhereUsedListTransmissionRequestCode | Transmission Request Code for Production Segmentation Where Used List |
| ProductionSegmentationAttachmentsTransmissionRequestCode | Transmission Request Code for Production Segmentation Attachments |
| BillOfOperationTransmissionRequestCode | Transmission Request Code for Bill of Operation |
| OpeartionsTransmissionRequestCode | Transmission Request Code for Operation |
| BillOfOperationPlanningViewTransmissionRequestCode | Transmission Request Code for Bill of Operation Planning View |
| BillOfMaterialTransmissionRequestCode | Transmission Request Code for Bill of Material |
| ProductAssignmentViewTransmissionRequestCode | Transmission Request Code for Product Assignment View |
| SystemAdministrativeDateTransmissionRequestCode | Transmission Request Code for System Administrative Date |
This is a coded representation of Transmission Request Code.
| Transmission Request Code Value | Description | Short Form |
|---|---|---|
| 1 | The node element, all its elements and its child node elements and all their elements shall be returned. | All |
| 2 | The node element and all its elements shall be returned. | Current Node |
| 4 | The node element and its child node elements shall not be returned. | Ignore |
The Production Model contains all general information as well as information about Bill of Material and Bill of Operation.
The following are the attributes and elements of the Production Model.
General Information
| Elements | Description |
|---|---|
| ProductionModelID | Identifier for a Production Model |
| ProductionModelDescription | Description for a Production Model |
| ProductID | Identifier for a Product |
| ProductDescription | Description for a Product |
| ProductSpecificationID | Identifier for a Product Specification |
| ProductSpecificationDescription | Description for a Product Specification |
| SupplyPlanningAreaID | Identifier for a Supply Planning Area |
| SupplyPlanningAreaDescription | Description for a Supply Planning Area |
| SiteID | Identifier for a Site |
| ValidityPeriod | Validity Time Period |
| MinimalLotSizeQuantity | Quantity of Minimal Lot Size |
| MaximumLotSizeQuantity | Quantity of Maximum Lot Size |
| ExecutionConsistencyStatusCode | Execution Consistency Status |
| PlanningConsistencyStatusCode | Planning Consistency Status |
| CostingPriorityValue | Costing Priority |
This is a coded representation of Production Model status.
| Execution Consistency Status Code Value | Description |
|---|---|
| 1 | Check Pending |
| 2 | Inconsistent |
| 3 | Consistent |
| Planning Consistency Status Code Value | Description |
| 1 | Check Pending |
| 2 | Inconsistent |
| 3 | Consistent |
The following are the attributes of the Bill of Material.
| Elements | Description |
|---|---|
| BillOfMaterialID | Identifier for a Bill of Material |
| BillOfMaterialDescription | Description for a Bill of Material |
| BillOfMaterialVariantID | Identifier for a Bill of Material Variant |
| BillOfMaterialVariantDescription | Description for a Bill of Material Variant |
| ProductSpecificationID | Identifier for a Product Specification |
The following are the attributes of the Bill of Operation.
| Elements | Description |
|---|---|
| BillOfOperationID | Identifier for a Bill of Operation |
| BillOfOperationDescription | Description for a Bill of Operation |
| SiteID | Identifier for a Site |
| SiteName | Name for a Site |
| Quantity | Quantity Value |
| QuantityTypeCode | Quantity Type Code |
| TaskGenerationMethod | Methos type code for a Task Generation |
| ExecutionConsistencyStatusCode | Execution Consistency Status |
| PlanningConsistencyStatusCode | Planning Consistency Status |
The Operation node is a collection of the Operation Activities.
| Elements | Description |
|---|---|
| OperationID | Identifier for an Operation |
| OperationDescription | Description for an Operation |
| OperationTypeCode | Type code for an Operation |
| MainResourceID | Identifier for the Main Resource |
| MainResourceDescription | Description for the Main Resource |
| MainResourceTypeCode | Type Code for the Main Resource |
| NumberOfResources | Number Value of Resources |
| LogisticsAreaID | Identifier for a Logistics Area |
| LogisticsAreaDescription | Description for a Logistics Area |
| SiteID | Identifier for a Site |
| TransitionTime | Time duration for a Transition |
This is a coded representation of Operation types.
| Operation Type Code Value | Description |
|---|---|
| 38573 | Check |
| 32494 | Make |
| 3671 | Mark |
The following are the attributes and elements of the Operation Activity.
| Elements | Description |
|---|---|
| ActivityID | Identifier for an Activity |
| ActivityDescription | Description for an Activity |
| ActivityCategory | Category code for an Activity |
| ActivityType | Type code for an Activity |
| FixedDuration | Fixed Time Duration |
| ConfirmationMethod | Method code of Confirmation |
This is a coded representation of Operation Activity types.
| Activity Category Code Value | Description |
|---|---|
| 1 | Setup |
| 2 | Produce |
| 3 | Tear Down |
| 4 | Move per Source and Destination |
| 5 | Move per Destination |
| 6 | Move per Source |
| 7 | Pack |
| 8 | Unpack |
| 9 | Homogenous Pack |
| 10 | Quality Check |
| 11 | Move All |
| 12 | Move per Item |
| Activity Type Code Value | Description |
| 1 | Setup |
| 2 | Produce |
| 3 | Tear Down |
| 4 | Move per Source and Destination |
| 5 | Move per Destination |
| 6 | Move per Source |
| 10 | Final Inspection |
| 11 | Move All |
| 12 | Move per Item |
| 13 | Supply |
| Confirmation Method Code Value | Description |
| 1 | Backflush |
| 2 | Explicit |
The following are the attributes and elements of the Product Assignment View.
| Elements | Description |
|---|---|
| ElementID | Identifier for an Element |
| ElementType | Type for an Element |
| ElementDescription | Description for an Element |
| MainResourceID | Identifier for the Main Resource |
| MainResourceDescription | Description for the Main Resource |
| MainResourceTypeCode | Type Code for the Main Resource |
| FixedDuration | Fixed Time Duration |
| VariableDuration | Variable Time Duration |
| ConfirmationMethod | Method code of Confirmation |
The following are the attributes and elements of the Bill of Material Line Item.
| Elements | Description |
|---|---|
| LineItemGroupID | Identifier for a Line Item Group |
| LineItemID | Identifier for a Line Item |
| ProductID | Identifier for a product |
| ProductDescription | Description for a Product |
| Quantity | Quantity Value |
| LineItemGroupDecription | Description for a Line Item Group |
The following are the attributes and elements of the By-Product.
| Elements | Description |
|---|---|
| ByProductID | Identifier for By-Product |
| Quantity | Quantity Value |
| OperationID | Identifier for an Operation |
| ActivityID | Identifier for an Activity |
The following are the attributes and elements of the Planning Operation Relationship.
| Elements | Description |
|---|---|
| PlanningOperationFromID | Identifier for the Predecessor Operation |
| PlanningOperationFromDescription | Description for the Predecessor Operation |
| PlanningOperationToID | Identifier for the Successor Operation |
| PlanningOperationToDescription | Description for the Successor Operation |
| RelationshipTypeCode | Type code for a Relationship |
This is a coded representation of Operation Relationship Type.
| Relationship Type Code Value | Description |
|---|---|
| 1 | Start-to-Start |
| 2 | Finish-to-Start |
| 3 | Finish-to-Finish |
| 4 | Start-to-Finish |
Here is an example of a web service request to read an existing production model:
Request: Reading two production models with IDs MCF-0001-TO01 and MCF-0001-TO02.
<n0:ProductionModelReadByID_sync xmlns:n0="http://sap.com/xi/SAPGlobal20/Global"> <ProductionModel> <ProductionModelID>MCF-0001-TO01</ProductionModelID> <ProductionModelID>MCF-0001-TO02</ProductionModelID> </ProductionModel> </n0:ProductionModelReadByID_sync>
Response: Details of two production models with IDs MCF-0001-TO01 and MCF-0001-TO01.
<n0:ProductionModelReadByIDResponse_sync xmlns:n0="http://sap.com/xi/SAPGlobal20/Global" xmlns:prx="urn:sap.com:proxy:ACL:/1SAI/TAS12F0832D4AFC0CEA3550:804">
<ProductionModel>
<ProductionModelID>MCF-0001-TO02</ProductionModelID>
<ProductionModelDescription languageCode="EN"/>
<ProductID>MCF-0001-TO02</ProductID>
<ProductDescription languageCode="EN">AHT Combi PRS 02</ProductDescription>
<SupplyPlanningAreaID>MC64000</SupplyPlanningAreaID>
<SupplyPlanningAreaDescription languageCode="EN">AHT Kokomo</SupplyPlanningAreaDescription>
<SiteID>MC64000</SiteID>
<ValidityPeriod>
<StartDate>2007-07-01</StartDate>
<EndDate>2099-12-31</EndDate>
</ValidityPeriod>
<MinimalLotSizeQuantity unitCode="EA">1.0</MinimalLotSizeQuantity>
<MaximumLotSizeQuantity unitCode="EA">10000.0</MaximumLotSizeQuantity>
<ExecutionConsistencyStatusCode>3</ExecutionConsistencyStatusCode>
<PlanningConsistencyStatusCode>3</PlanningConsistencyStatusCode>
<PlanningEnabledIndicator>true</PlanningEnabledIndicator>
<ExecutionEnabledIndicator>true</ExecutionEnabledIndicator>
<BillOfMaterial>
<BillOfMaterialID>MCPGB-0001-TO02</BillOfMaterialID>
<BillOfMaterialVariantID>1</BillOfMaterialVariantID>
<BillOfMaterialVariantDescription languageCode="EN">AHT Gas Boiler Combi</BillOfMaterialVariantDescription>
</BillOfMaterial>
<ProductionSegmentationWhereUsedList>
<ProductionModelID>MCF-0001-TO02_PRS</ProductionModelID>
<ProductionModelDescription languageCode="EN"/>
<ProductID>MCF-0001-TO02</ProductID>
<ProductDescription languageCode="EN">AHT Combi PRS 02</ProductDescription>
<ProductSpecificationID>
<RequirementSpecificationID>PS-000002-TO</RequirementSpecificationID>
<RequirementSpecificationVersionID> </RequirementSpecificationVersionID>
</ProductSpecificationID>
<ProductSpecificationDescription languageCode="EN">100 L - 15 KW</ProductSpecificationDescription>
</ProductionSegmentationWhereUsedList>
<ProductionSegmentationWhereUsedList>
<ProductionModelID>MCF-0001-TO02</ProductionModelID>
<ProductionModelDescription languageCode="EN"/>
<ProductID>MCF-0001-TO02</ProductID>
<ProductDescription languageCode="EN">AHT Combi PRS 02</ProductDescription>
</ProductionSegmentationWhereUsedList>
<BillOfOperation>
<BillOfOperationID>MCF0001-BO01</BillOfOperationID>
<BillOfOperationDescription languageCode="EN">Hot Water Cylinder</BillOfOperationDescription>
<SiteID>MC64000</SiteID>
<SiteName>AHT Kokomo</SiteName>
<Quantity unitCode="EA">1.0</Quantity>
<QuantityTypeCode>EA</QuantityTypeCode>
<TaskGenerationMethod>5</TaskGenerationMethod>
<ExecutionConsistencyStatusCode>3</ExecutionConsistencyStatusCode>
<PlanningConsistencyStatusCode>3</PlanningConsistencyStatusCode>
<SystemAdministrativeData>
<CreationDateTime>2008-07-03T08:55:13.751459Z</CreationDateTime>
<CreationIdentityUUID>00145ef5-88e6-02db-b8ad-62bc2e628346</CreationIdentityUUID>
<LastChangeDateTime>2008-07-03T08:55:49.068061Z</LastChangeDateTime>
<LastChangeIdentityUUID>00145ef5-88e6-02db-b8ad-62bc2e628346</LastChangeIdentityUUID>
</SystemAdministrativeData>
</BillOfOperation>
<Operation>
<OperationID>START</OperationID>
<OperationTypeCode>3671</OperationTypeCode>
</Operation>
<Operation>
<OperationID>OPR0010</OperationID>
<OperationDescription languageCode="EN">Implementation / Mounting of Hot Water Cylinder into heater frame</OperationDescription>
<OperationTypeCode>32494</OperationTypeCode>
<MainResourceID>CM-WMF001</MainResourceID>
<MainResourceDescription languageCode="EN">Work Station - Assembling Hot Water Cyl</MainResourceDescription>
<MainResourceTypeCode>1</MainResourceTypeCode>
<LogisticsAreaID>MC64050</LogisticsAreaID>
<LogisticsAreaDescription languageCode="EN">Production Area 1</LogisticsAreaDescription>
<SiteID>MC64000</SiteID>
<OperationActivity>
<ActivityID>ACT0010</ActivityID>
<ActivityDescription languageCode="EN">Setup Fixation</ActivityDescription>
<ActivityCategory>1</ActivityCategory>
<ActivityType>1</ActivityType>
<FixedDuration>PT18M</FixedDuration>
<ConfirmationMethod>1</ConfirmationMethod>
<Services>
<ActiveIndicator>true</ActiveIndicator>
<ServiceProductID>
<ProductTypeCode> </ProductTypeCode>
<ProductIdentifierTypeCode> </ProductIdentifierTypeCode>
<ProductID>MCPRDCE001</ProductID>
</ServiceProductID>
<ResourceID>CM-WMF001</ResourceID>
<MainResourceIndicator>true</MainResourceIndicator>
<ProductDescription languageCode="EN">On-Site Repair - Gas fueled boiler</ProductDescription>
<ResourceDescription languageCode="EN">Work Station - Assembling Hot Water Cyl</ResourceDescription>
</Services>
</OperationActivity>
<OperationActivity>
<ActivityID>ACT0020</ActivityID>
<ActivityDescription languageCode="EN">Put in Hot Water Cylinder</ActivityDescription>
<ActivityCategory>2</ActivityCategory>
<ActivityType>2</ActivityType>
<FixedDuration>PT0S</FixedDuration>
<ConfirmationMethod>1</ConfirmationMethod>
<Services>
<ActiveIndicator>true</ActiveIndicator>
<ServiceProductID>
<ProductTypeCode> </ProductTypeCode>
<ProductIdentifierTypeCode> </ProductIdentifierTypeCode>
<ProductID>MCPRDCE001</ProductID>
</ServiceProductID>
<ResourceID>CM-WMF001</ResourceID>
<MainResourceIndicator>true</MainResourceIndicator>
<ProductDescription languageCode="EN">On-Site Repair - Gas fueled boiler</ProductDescription>
<ResourceDescription languageCode="EN">Work Station - Assembling Hot Water Cyl</ResourceDescription>
</Services>
</OperationActivity>
</Operation>
<Operation>
<OperationID>RPP0010</OperationID>
<OperationDescription languageCode="EN">Gasboiler Finished, without connections</OperationDescription>
<OperationTypeCode>3671</OperationTypeCode>
</Operation>
<ProductAssignmentView>
<HierarchicalViewElement>
<ElementID>START</ElementID>
<ElementType>3671</ElementType>
</HierarchicalViewElement>
<HierarchicalViewElement>
<ElementID>OPR0010</ElementID>
<ElementType>32494</ElementType>
<ElementDescription languageCode="EN">Implementation / Mounting of Hot Water Cylinder into heater frame</ElementDescription>
</HierarchicalViewElement>
<HierarchicalViewElement>
<ElementID>ACT0010</ElementID>
<ElementType>32497</ElementType>
<ElementDescription languageCode="EN">Setup Fixation</ElementDescription>
<FixedDuration>PT18M</FixedDuration>
</HierarchicalViewElement>
<HierarchicalViewElement>
<ElementID>ACT0020</ElementID>
<ElementType>32498</ElementType>
<ElementDescription languageCode="EN">Put in Hot Water Cylinder</ElementDescription>
<FixedDuration>PT0S</FixedDuration>
<VariableDuration>PT17M</VariableDuration>
<BillOfMaterialLineItem>
<LineItemGroupID>HEATER</LineItemGroupID>
<LineItemID>10</LineItemID>
<ProductID>MCA-0001-TO02</ProductID>
<ProductDescription languageCode="EN">Heater (22,8 KW)</ProductDescription>
<Quantity unitCode="EA">1.0</Quantity>
</BillOfMaterialLineItem>
<BillOfMaterialLineItem>
<LineItemGroupID>HOT_WATER_CYLINDER</LineItemGroupID>
<LineItemID>10</LineItemID>
<ProductID>MCA-0009-TO02</ProductID>
<ProductDescription languageCode="EN">Hot Water Cylinder (75)</ProductDescription>
<Quantity unitCode="EA">1.0</Quantity>
</BillOfMaterialLineItem>
</HierarchicalViewElement>
<HierarchicalViewElement>
<ElementID>HEATER/10</ElementID>
<ElementType>987</ElementType>
<ConfirmationMethod>1</ConfirmationMethod>
</HierarchicalViewElement>
<HierarchicalViewElement>
<ElementID>MCA-0001-TO02</ElementID>
<ElementType>1507-1</ElementType>
<ElementDescription languageCode="EN">Heater (22,8 KW)</ElementDescription>
</HierarchicalViewElement>
<HierarchicalViewElement>
<ElementID>HOT_WATER_CYLINDER/10</ElementID>
<ElementType>987</ElementType>
<ConfirmationMethod>1</ConfirmationMethod>
</HierarchicalViewElement>
<HierarchicalViewElement>
<ElementID>MCA-0009-TO02</ElementID>
<ElementType>1507-1</ElementType>
<ElementDescription languageCode="EN">Hot Water Cylinder (75)</ElementDescription>
</HierarchicalViewElement>
<HierarchicalViewElement>
<ElementID>RPP0010</ElementID>
<ElementType>3671</ElementType>
<ElementDescription languageCode="EN">Gasboiler Finished, without connections</ElementDescription>
</HierarchicalViewElement>
</ProductAssignmentView>
<PlanningViewOfBillOfOperation>
<PlanningOperations>
<PlanningOperationID>RPP0010</PlanningOperationID>
<PlanningOperationAlternativeID>1</PlanningOperationAlternativeID>
<CalculatedLeadVariableDuration>PT17M</CalculatedLeadVariableDuration>
<CalculatedLeadFixedDuration>PT18M</CalculatedLeadFixedDuration>
<StartElementID>START</StartElementID>
<EndElementID>RPP0010</EndElementID>
<Resources>
<ResourceID>CM-WMF001</ResourceID>
<ResourceDescription languageCode="EN">Work Station - Assembling Hot Water Cyl</ResourceDescription>
<CalculatedFixedDuration>PT18M</CalculatedFixedDuration>
<CalculatedVariableDuration>PT17M</CalculatedVariableDuration>
</Resources>
<ExecutionOperation>
<OperationID>OPR0010</OperationID>
<OperationDescription languageCode="EN">Implementation / Mounting of Hot Water Cylinder into heater frame</OperationDescription>
<OperationTypeCode>1</OperationTypeCode>
<MainResourceID>CM-WMF001</MainResourceID>
<ProductionRelevanceIndicator>true</ProductionRelevanceIndicator>
<LogisticsAreaID>MC64050</LogisticsAreaID>
<LogisticsAreaDescription languageCode="EN">Production Area 1</LogisticsAreaDescription>
</ExecutionOperation>
</PlanningOperations>
</PlanningViewOfBillOfOperation>
<SystemAdministrativeData>
<ProductionModelAdmin>
<CreationDateTime>2008-07-07T11:42:07.165104Z</CreationDateTime>
<CreationIdentityUUID>00145ef5-88e6-02db-b8ad-62bc2e628346</CreationIdentityUUID>
<LastChangeDateTime>2011-12-21T13:13:46.201426Z</LastChangeDateTime>
<LastChangeIdentityUUID>00163e01-0402-02dd-98e5-959f19010006</LastChangeIdentityUUID>
</ProductionModelAdmin>
<PlanningConsistencyCheckedOn>2011-12-22T13:24:35.238355Z</PlanningConsistencyCheckedOn>
<ExecutionConsistencyCheckedOn>2011-12-22T13:24:35.237652Z</ExecutionConsistencyCheckedOn>
</SystemAdministrativeData>
</ProductionModel>
<ProductionModel>
<ProductionModelID>MCF-0001-TO01</ProductionModelID>
<ProductionModelDescription languageCode="EN"/>
<ProductID>MCF-0001-TO01</ProductID>
<ProductDescription languageCode="EN">AHT Combi PRS 01</ProductDescription>
<SiteID>MC64000</SiteID>
<ValidityPeriod>
<StartDate>2007-07-01</StartDate>
<EndDate>2099-12-31</EndDate>
</ValidityPeriod>
<MinimalLotSizeQuantity unitCode="EA">1.0</MinimalLotSizeQuantity>
<MaximumLotSizeQuantity unitCode="EA">10000.0</MaximumLotSizeQuantity>
<ExecutionConsistencyStatusCode>3</ExecutionConsistencyStatusCode>
<PlanningConsistencyStatusCode>3</PlanningConsistencyStatusCode>
<PlanningEnabledIndicator>true</PlanningEnabledIndicator>
<ExecutionEnabledIndicator>true</ExecutionEnabledIndicator>
<BillOfMaterial>
<BillOfMaterialID>MCPGB-0001-TO01</BillOfMaterialID>
<BillOfMaterialVariantID>1</BillOfMaterialVariantID>
</BillOfMaterial>
<BillOfOperation>
<BillOfOperationID>MCF0001-BO01</BillOfOperationID>
<BillOfOperationDescription languageCode="EN">Hot Water Cylinder</BillOfOperationDescription>
<SiteID>MC64000</SiteID>
<SiteName>AHT Kokomo</SiteName>
<Quantity unitCode="EA">1.0</Quantity>
<QuantityTypeCode>EA</QuantityTypeCode>
<TaskGenerationMethod>5</TaskGenerationMethod>
<ExecutionConsistencyStatusCode>3</ExecutionConsistencyStatusCode>
<PlanningConsistencyStatusCode>3</PlanningConsistencyStatusCode>
<SystemAdministrativeData>
<CreationDateTime>2008-07-03T08:55:13.751459Z</CreationDateTime>
<CreationIdentityUUID>00145ef5-88e6-02db-b8ad-62bc2e628346</CreationIdentityUUID>
<LastChangeDateTime>2008-07-03T08:55:49.068061Z</LastChangeDateTime>
<LastChangeIdentityUUID>00145ef5-88e6-02db-b8ad-62bc2e628346</LastChangeIdentityUUID>
</SystemAdministrativeData>
</BillOfOperation>
<Operation>
<OperationID>START</OperationID>
<OperationTypeCode>3671</OperationTypeCode>
</Operation>
<Operation>
<OperationID>OPR0010</OperationID>
<OperationDescription languageCode="EN">Implementation / Mounting of Hot Water Cylinder into heater frame</OperationDescription>
<OperationTypeCode>32494</OperationTypeCode>
<MainResourceID>CM-WMF001</MainResourceID>
<MainResourceDescription languageCode="EN">Work Station - Assembling Hot Water Cyl</MainResourceDescription>
<MainResourceTypeCode>1</MainResourceTypeCode>
<LogisticsAreaID>MC64050</LogisticsAreaID>
<LogisticsAreaDescription languageCode="EN">Production Area 1</LogisticsAreaDescription>
<SiteID>MC64000</SiteID>
<OperationActivity>
<ActivityID>ACT0010</ActivityID>
<ActivityDescription languageCode="EN">Setup Fixation</ActivityDescription>
<ActivityCategory>1</ActivityCategory>
<ActivityType>1</ActivityType>
<FixedDuration>PT18M</FixedDuration>
<ConfirmationMethod>1</ConfirmationMethod>
<Services>
<ActiveIndicator>true</ActiveIndicator>
<ServiceProductID>
<ProductTypeCode> </ProductTypeCode>
<ProductIdentifierTypeCode> </ProductIdentifierTypeCode>
<ProductID>MCPRDCE001</ProductID>
</ServiceProductID>
<ResourceID>CM-WMF001</ResourceID>
<MainResourceIndicator>true</MainResourceIndicator>
<ProductDescription languageCode="EN">On-Site Repair - Gas fueled boiler</ProductDescription>
<ResourceDescription languageCode="EN">Work Station - Assembling Hot Water Cyl</ResourceDescription>
</Services>
</OperationActivity>
<OperationActivity>
<ActivityID>ACT0020</ActivityID>
<ActivityDescription languageCode="EN">Put in Hot Water Cylinder</ActivityDescription>
<ActivityCategory>2</ActivityCategory>
<ActivityType>2</ActivityType>
<FixedDuration>PT0S</FixedDuration>
<ConfirmationMethod>1</ConfirmationMethod>
<Services>
<ActiveIndicator>true</ActiveIndicator>
<ServiceProductID>
<ProductTypeCode> </ProductTypeCode>
<ProductIdentifierTypeCode> </ProductIdentifierTypeCode>
<ProductID>MCPRDCE001</ProductID>
</ServiceProductID>
<ResourceID>CM-WMF001</ResourceID>
<MainResourceIndicator>true</MainResourceIndicator>
<ProductDescription languageCode="EN">On-Site Repair - Gas fueled boiler</ProductDescription>
<ResourceDescription languageCode="EN">Work Station - Assembling Hot Water Cyl</ResourceDescription>
</Services>
</OperationActivity>
</Operation>
<Operation>
<OperationID>RPP0010</OperationID>
<OperationDescription languageCode="EN">Gasboiler Finished, without connections</OperationDescription>
<OperationTypeCode>3671</OperationTypeCode>
</Operation>
<ProductAssignmentView>
<HierarchicalViewElement>
<ElementID>START</ElementID>
<ElementType>3671</ElementType>
</HierarchicalViewElement>
<HierarchicalViewElement>
<ElementID>OPR0010</ElementID>
<ElementType>32494</ElementType>
<ElementDescription languageCode="EN">Implementation / Mounting of Hot Water Cylinder into heater frame</ElementDescription>
<MainResourceID>CM-WMF001</MainResourceID>
</HierarchicalViewElement>
<HierarchicalViewElement>
<ElementID>ACT0010</ElementID>
<ElementType>32497</ElementType>
<ElementDescription languageCode="EN">Setup Fixation</ElementDescription>
<FixedDuration>PT18M</FixedDuration>
</HierarchicalViewElement>
<HierarchicalViewElement>
<ElementID>ACT0020</ElementID>
<ElementType>32498</ElementType>
<ElementDescription languageCode="EN">Put in Hot Water Cylinder</ElementDescription>
<FixedDuration>PT0S</FixedDuration>
<VariableDuration>PT17M</VariableDuration>
<BillOfMaterialLineItem>
<LineItemGroupID>ASSEMBLED_CYLINDER</LineItemGroupID>
<LineItemID>10</LineItemID>
<ProductID>MCA-0001</ProductID>
<ProductDescription languageCode="EN">Heater (22,8 KW)</ProductDescription>
<Quantity unitCode="EA">1.0</Quantity>
<ProductionActivityAssignmentAppliedIndicator>true</ProductionActivityAssignmentAppliedIndicator>
</BillOfMaterialLineItem>
<BillOfMaterialLineItem>
<LineItemGroupID>COLOR</LineItemGroupID>
<LineItemID>10</LineItemID>
<ProductID>MCA-0001-TO03</ProductID>
<ProductDescription languageCode="EN">Colour</ProductDescription>
<Quantity unitCode="EA">1.0</Quantity>
<ProductionActivityAssignmentAppliedIndicator>true</ProductionActivityAssignmentAppliedIndicator>
</BillOfMaterialLineItem>
<BillOfMaterialLineItem>
<LineItemGroupID>HOT_WATER_CYLINDER</LineItemGroupID>
<LineItemID>10</LineItemID>
<ProductID>MCA-0009</ProductID>
<ProductDescription languageCode="EN">Hot Water Cylinder (75)</ProductDescription>
<Quantity unitCode="EA">1.0</Quantity>
<ProductionActivityAssignmentAppliedIndicator>true</ProductionActivityAssignmentAppliedIndicator>
</BillOfMaterialLineItem>
</HierarchicalViewElement>
<HierarchicalViewElement>
<ElementID>COLOR/10</ElementID>
<ElementType>987</ElementType>
</HierarchicalViewElement>
<HierarchicalViewElement>
<ElementID>MCA-0001-TO03</ElementID>
<ElementType>1507-1</ElementType>
<ElementDescription languageCode="EN">Colour</ElementDescription>
</HierarchicalViewElement>
<HierarchicalViewElement>
<ElementID>HOT_WATER_CYLINDER/10</ElementID>
<ElementType>987</ElementType>
</HierarchicalViewElement>
<HierarchicalViewElement>
<ElementID>MCA-0009</ElementID>
<ElementType>1507-1</ElementType>
<ElementDescription languageCode="EN">Hot Water Cylinder (75)</ElementDescription>
</HierarchicalViewElement>
<HierarchicalViewElement>
<ElementID>ASSEMBLED_CYLINDER/10</ElementID>
<ElementType>987</ElementType>
</HierarchicalViewElement>
<HierarchicalViewElement>
<ElementID>MCA-0001</ElementID>
<ElementType>1507-1</ElementType>
<ElementDescription languageCode="EN">Heater (22,8 KW)</ElementDescription>
</HierarchicalViewElement>
<HierarchicalViewElement>
<ElementID>RPP0010</ElementID>
<ElementType>3671</ElementType>
<ElementDescription languageCode="EN">Gasboiler Finished, without connections</ElementDescription>
</HierarchicalViewElement>
</ProductAssignmentView>
<PlanningViewOfBillOfOperation>
<PlanningOperations>
<PlanningOperationID>RPP0010</PlanningOperationID>
<PlanningOperationAlternativeID>1</PlanningOperationAlternativeID>
<CalculatedLeadVariableDuration>PT17M</CalculatedLeadVariableDuration>
<CalculatedLeadFixedDuration>PT18M</CalculatedLeadFixedDuration>
<StartElementID>START</StartElementID>
<EndElementID>RPP0010</EndElementID>
<Resources>
<ResourceID>CM-WMF001</ResourceID>
<ResourceDescription languageCode="EN">Work Station - Assembling Hot Water Cyl</ResourceDescription>
<CalculatedFixedDuration>PT18M</CalculatedFixedDuration>
<CalculatedVariableDuration>PT17M</CalculatedVariableDuration>
</Resources>
<ExecutionOperation>
<OperationID>OPR0010</OperationID>
<OperationDescription languageCode="EN">Implementation / Mounting of Hot Water Cylinder into heater frame</OperationDescription>
<OperationTypeCode>1</OperationTypeCode>
<MainResourceID>CM-WMF001</MainResourceID>
<ProductionRelevanceIndicator>true</ProductionRelevanceIndicator>
<LogisticsAreaID>MC64050</LogisticsAreaID>
<LogisticsAreaDescription languageCode="EN">Production Area 1</LogisticsAreaDescription>
</ExecutionOperation>
</PlanningOperations>
</PlanningViewOfBillOfOperation>
<SystemAdministrativeData>
<ProductionModelAdmin>
<CreationDateTime>2008-07-07T11:42:01.924734Z</CreationDateTime>
<CreationIdentityUUID>00145ef5-88e6-02db-b8ad-62bc2e628346</CreationIdentityUUID>
<LastChangeDateTime>2011-01-13T11:36:41.527651Z</LastChangeDateTime>
<LastChangeIdentityUUID>00163e01-0d44-1def-a2b6-251b8ab3fdad</LastChangeIdentityUUID>
</ProductionModelAdmin>
<PlanningConsistencyCheckedOn>2011-01-13T11:36:41.954128Z</PlanningConsistencyCheckedOn>
<ExecutionConsistencyCheckedOn>2011-01-13T11:36:41.94654Z</ExecutionConsistencyCheckedOn>
</SystemAdministrativeData>
</ProductionModel>
<Log/>
</n0:ProductionModelReadByIDResponse_sync>
Show full documentation