Show TOC

Procedure documentationConfiguring SAP ME Outbound Collaboration Locate this document in the navigation structure

 

SAPMEINTCTC configures collaboration directives to specify Web service URL for operation confirmation, scrap confirmation, yield confirmation, clearing inventory reservation, equipment usage, and equipment status change.

Procedure

  1. In Collaboration Directive Maintenance, review transport parameters for the following directives:

    Standard SAPMEINT Interfaces

    Directive

    Value

    ERP_SCRAP_BACKFLUSHING

    operation=scrapBackflushing;url=http://<MIIhost>:<port>/XMII/Runner?Transaction=Visiprise/ERPShopFloorIntegration/services/SAPMEOutboundService&InputParameter=DOC&OutputParameter=*&Session=false

    ERP_SCRAP_CONFIRMATION

    operation=scrapConfirmation;url=http://<MIIhost>:<port>/XMII/Runner?Transaction=Visiprise/ERPShopFloorIntegration/services/SAPMEOutboundService&InputParameter=DOC&OutputParameter=*&Session=false

    ERP_YIELD_BACKFLUSHING

    operation=yieldBackflushing;url=http://<MIIhost>:<port>/XMII/Runner?Transaction=Visiprise/ERPShopFloorIntegration/services/SAPMEOutboundService&InputParameter=DOC&OutputParameter=*&Session=false

    ERP_YIELD_CONFIRMATION

    operation=yieldConfirmation;url=http://<MIIhost>:<port>/ XMII/Runner?Transaction=Visiprise/ERPShopFloorIntegration/services/SAPMEOutboundService&InputParameter=DOC&OutputParameter=*&Session=false

    ERP_CONTAINER_CLOSED_CONFIRMATION

    operation=yieldConfirmation;url=http://<MIIhost>:<port>/ XMII/Runner?Transaction=Visiprise/ERPShopFloorIntegration/services/SAPMEOutboundService&InputParameter=DOC&OutputParameter=*&Session=false

    ERP_CONTAINER_CLOSED_BACKFLUSHING

    operation=yieldBackflushing;url=http://<MIIhost>:<port>/ XMII/Runner?Transaction=Visiprise/ERPShopFloorIntegration/services/SAPMEOutboundService&InputParameter=DOC&OutputParameter=*&Session=false

    ERP_EQUIPMENT_STATUS_CHANGE

    operation=equipmentStatusChange;url=http://<MIIhost>:<port>/XMII/Runner?Transaction=Visiprise/ERPShopFloorIntegration/services/SAPMEOutboundService&InputParameter=DOC&OutputParameter=*&Session=false

    ERP_EQUIPMENT_USAGE

    operation=equipmentUsage;url=http://<MIIhost>:<port>/ XMII/Runner?Transaction=Visiprise/ERPShopFloorIntegration/services/SAPMEOutboundService&InputParameter=DOC&OutputParameter=*&Session=false

    ERP_INV_CLEAR_RESERVATION

    operation=maintainInventory;url=http://<MIIhost>:<port>/XMII/Runner?Transaction=Visiprise/ERPShopFloorIntegration/services/SAPMEOutboundService&InputParameter=DOC&OutputParameter=*&Session=false

    ERP_RMA_COMPLETE

    operation=rmaOrderComplete;url=http://<MIIhost>:<port>/XMII/Runner?Transaction=Visiprise/ERPShopFloorIntegration/services/SAPMEOutboundService&InputParameter=DOC&OutputParameter=*&Session=false

    ERP_QUALITY_NOTIFICATION

    operation=qualityNotification;url=http://<MIIhost>:<port>/XMII/Runner?Transaction=Visiprise/ERPShopFloorIntegration/services/SAPMEOutboundService&InputParameter=DOC&OutputParameter=*&Session=false

    High Performance SAPMEINT Interfaces

    Directive

    Value

    ERP_SCRAP_BACKFLUSHING

    operation=scrapBackflushing;url=http://<MIIhost>:<port>/ XMII/Runner?Transaction=SAPMEIntLite/SAPMEIntegration/services/Outbound/ScrapBackflushing/ScrapBackflushingCorrelationService&InputParameter=document&saveRequestAndResponse=true&retryLimit=3&OutputParameter=ResponseMessage&Session=false

    Note Note

    The above URL calls an SAP MII transaction which correlates the Scrap Backflushing messages. If message needs to be processed immediately without correlation, the collaboration directive can be configured to use the following transport URL:

    operation=scrapBackflushing;url=http://<MIIhost>:<port>/ XMII/Runner?Transaction=SAPMEIntLite/SAPMEIntegration/ services/Outbound/ScrapBackflushing/ScrapBackflushingHandler&InputParameter=document&saveRequestAndResponse=true&retryLimit=3&OutputParameter=ResponseMessage&Session=false

    End of the note.

    ERP_SCRAP_CONFIRMATION

    operation=scrapConfirmation;url=http://<MIIhost>:<port>/XMII/Runner?Transaction=SAPMEIntLite/SAPMEIntegration/services/Outbound/ScrapConfirmation/ScrapConfirmationCorrelationService&InputParameter=document&saveRequestAndResponse=true&retryLimit=3&OutputParameter=ResponseMessage&Session=false

    Note Note

    The above URL calls an SAP MII transaction which correlates the Scrap Confirmation messages. If message needs to be processed immediately without correlation, the collaboration directive can be configured to use the following transport URL:

    operation=scrapConfirmation;url=http://<MIIhost>:<port>/XMII/Runner?Transaction=SAPMEIntLite/SAPMEIntegration/services/Outbound/ScrapConfirmation/ScrapConfirmationHandler&InputParameter=document&saveRequestAndResponse=true&retryLimit=3&OutputParameter=ResponseMessage&Session=false

    End of the note.

    ERP_YIELD_BACKFLUSHING

    operation=yieldBackflushing;url=http://<MIIhost>:<port>/ XMII/Runner?Transaction=SAPMEIntLite/SAPMEIntegration/ services/Outbound/YieldBackflushing/YieldBackflushingCorrelationService&InputParameter=document&saveRequestAndResponse=true&retryLimit=3&OutputParameter=ResponseMessage&Session=false

    Note Note

    The above URL calls an SAP MII transaction which correlates the Yield Backflushing messages. If message needs to be processed immediately without correlation, the collaboration directive can be configured to use the following transport URL:

    operation=yieldBackflushing;url=http://<MIIhost>:<port>/XMII/Runner?Transaction=SAPMEIntLite/SAPMEIntegration/services/Outbound/YieldBackflushing/YieldBackflushingHandler&InputParameter=document&saveRequestAndResponse=true&retryLimit=3&OutputParameter=ResponseMessage&Session=false

    End of the note.

    ERP_YIELD_CONFIRMATION

    operation=yieldConfirmation;url=http://<MIIhost>:<port>/ XMII/Runner?Transaction=SAPMEIntLite/SAPMEIntegration/ services/Outbound/YieldConfirmation/YieldConfirmationCorrelationService&InputParameter=document&saveRequestAndResponse=true&retryLimit=3&OutputParameter=ResponseMessage&Session=false

    Note Note

    The above URL calls an SAP MII transaction which correlates the Yield Confirmation messages. If message needs to be processed immediately without correlation, the collaboration directive can be configured to use the following transport URL:

    operation=yieldConfirmation;url=http://<MIIhost>:<port>/ XMII/Runner?Transaction=SAPMEIntLite/SAPMEIntegration/ services/Outbound/YieldConfirmation/YieldConfirmationHandler&InputParameter=document&saveRequestAndResponse=true&retryLimit=3&OutputParameter=ResponseMessage&Session=false

    End of the note.

    ERP_CONTAINER_CLOSED_CONFIRMATION

    operation=yieldConfirmation;url=http://<MIIhost>:<port>/ XMII/Runner?Transaction=SAPMEIntLite/SAPMEIntegration/ services/Outbound/YieldConfirmation/YieldConfirmationCorrelationService&InputParameter=document&saveRequestAndResponse=true&retryLimit=3&OutputParameter=ResponseMessage&Session=false

    Note Note

    The above URL calls an SAP MII transaction which correlates the Yield Confirmation messages. If message needs to be processed immediately without correlation, the collaboration directive can be configured to use the following transport URL:

    operation=yieldConfirmation;url=http://<MIIhost>:<port>/XMII/Runner?Transaction=SAPMEIntLite/SAPMEIntegration/services/Outbound/YieldConfirmation/YieldConfirmationHandler&InputParameter=document&saveRequestAndResponse=true&retryLimit=3&OutputParameter=ResponseMessage&Session=false

    End of the note.

    ERP_CONTAINER_CLOSED_BACKFLUSHING

    operation=yieldBackflushing;url=http://<MIIhost>:<port>/ XMII/Runner?Transaction=SAPMEIntLite/SAPMEIntegration/services/Outbound/YieldBackflushing/YieldBackflushingCorrelationService&InputParameter=document&saveRequestAndResponse=true&retryLimit=3&OutputParameter=ResponseMessage&Session=false

    Note Note

    The above URL calls an SAP MII transaction which correlates the Yield Backflushing messages. If message needs to be processed immediately without correlation, the collaboration directive can be configured to use the following transport URL:

    operation=yieldBackflushing;url=http://<MIIhost>:<port>/ XMII/Runner?Transaction=SAPMEIntLite/SAPMEIntegration/ services/Outbound/YieldBackflushing/YieldBackflushingHandler&InputParameter=document&saveRequestAndResponse=true&retryLimit=3&OutputParameter=ResponseMessage&Session=false

    End of the note.

    ERP_EQUIPMENT_STATUS_CHANGE

    operation=equipmentStatusChange;url=http://<MIIhost>:<port>/ XMII/Runner?Transaction=SAPMEIntLite/SAPMEIntegration/ services/Outbound/EquipmentStatusChange/EquipmentStatusChangeService&InputParameter=document&saveRequestAndResponse=true&retryLimit=3&OutputParameter=ResponseMessage&Session=false

    ERP_EQUIPMENT_USAGE

    operation=equipmentUsage;url=http://<MIIhost>:<port>/XMII/Runner?Transaction=SAPMEIntLite/SAPMEIntegration/services/Outbound/EquipmentUsage/EquipmentUsageService&InputParameter=document&saveRequestAndResponse=true&retryLimit=3&OutputParameter=ResponseMessage&Session=false

    ERP_INV_CLEAR_RESERVATION

    operation=maintainInventory;url=http://<MIIhost>:<port>/ XMII/Runner?Transaction=SAPMEIntLite/SAPMEIntegration/services/Outbound/MaintainInventory/MaintainInventoryService&InputParameter=document&saveRequestAndResponse=true&retryLimit=3&OutputParameter=ResponseMessage&Session=false

    ERP_RMA_COMPLETE

    operation=rmaOrderComplete;url=http://<MIIhost>:<port>/XMII/Runner?Transaction=SAPMEIntLite/SAPMEIntegration/services/Outbound/ServiceOrderComplete/ServiceOrderCompleteService&InputParameter=document&saveRequestAndResponse=true&retryLimit=3&OutputParameter=ResponseMessage&Session=false

    ERP_QUALITY_NOTIFICATION

    operation=qualityNotification;url=http://<MIIhost>:<port>/XMII/Runner?Transaction= SAPMEIntLite/SAPMEIntegration/services/Outbound/QualityNotification/QualityNotificationService&InputParameter=document&saveRequestAndResponse=true&retryLimit=3&OutputParameter=ResponseMessage&Session=false

    For more information, see Collaboration Directive Maintenance.

  2. In Collaboration Link Maintenance, ensure that the following collaboration links are set up as follows:

    Standard SAPMEINT Interfaces

    Link

    Trigger Action

    Directive

    ERP Scrap Backflushing

    COLLABORATION_ERP_SCRAP_BACKFLUSHING

    ERP_SCRAP_BACKFLUSHING

    ERP Scrap Confirmation

    COLLABORATION_ERP_SCRAP_CONFIRMATION

    ERP_SCRAP_CONFIRMATION

    ERP Yield Backflushing

    COLLABORATION_ERP_YIELD_BACKFLUSHING

    ERP_YIELD_BACKFLUSHING

    ERP Yield Confirmation

    COLLABORATION_ERP_YIELD_CONFIRMATION

    ERP_YIELD_CONFIRMATION

    ERP Container Closed Confirmation

    COLLABORATION_ERP_CONTAINER_CLOSED_CNFRM

    ERP_CONTAINER_CLOSED_CONFIRMATION

    ERP Container Closed Backflushing

    COLLABORATION_ERP_CONTAINER_CLOSED_BCKFL

    ERP_CONTAINER_CLOSED_BACKFLUSHING

    ERP Clear Inventory Reservation

    COLLABORATION_ERP_INV_CLEAR_RESERVATION

    ERP_INV_CLEAR_RESERVATION

    ERP Equipment Status Change

    COLLABORATION_EQUIPMENT_STATUS_CHANGE

    ERP_EQUIPMENT_STATUS_CHANGE

    ERP Equipment Usage

    COLLABORATION_ERP_EQUIPMENT_USAGE

    ERP_EQUIPMENT_USAGE

    ERP RMA Order Complete

    COLLABORATION_SHOPORDER_COMPLETE

    ERP_RMA_COMPLETE

    ERP Nonconformance Logged

    COLLABORATION_NC_LOG

    ERP_QUALITY_NOTIFICATION

    High Performance SAPMEINT Interfaces

    Point

    Trigger Action

    Directive

    ERP Scrap Backflushing

    COLLABORATION_ERP_SCRAP_BACKFLUSHING

    ERP_SCRAP_BACKFLUSHING

    ERP Scrap Confirmation

    COLLABORATION_ERP_SCRAP_CONFIRMATION

    ERP_SCRAP_CONFIRMATION

    ERP Yield Backflushing

    COLLABORATION_ERP_YIELD_BACKFLUSHING

    ERP_YIELD_BACKFLUSHING

    ERP Yield Confirmation

    COLLABORATION_ERP_YIELD_CONFIRMATION

    ERP_YIELD_CONFIRMATION

    ERP Container Closed Confirmation

    COLLABORATION_ERP_CONTAINER_CLOSED_CNFRM

    ERP_CONTAINER_CLOSED_CONFIRMATION

    ERP Container Closed Backflushing

    COLLABORATION_ERP_CONTAINER_CLOSED_BCKFL

    ERP_CONTAINER_CLOSED_BACKFLUSHING

    ERP Clear Inventory Reservation

    COLLABORATION_ERP_INV_CLEAR_RESERVATION

    ERP_INV_CLEAR_RESERVATION

    ERP Equipment Status Change

    COLLABORATION_EQUIPMENT_STATUS_CHANGE

    ERP_EQUIPMENT_STATUS_CHANGE

    ERP Equipment Usage

    COLLABORATION_ERP_EQUIPMENT_USAGE

    ERP_EQUIPMENT_USAGE

    ERP RMA Order Complete

    COLLABORATION_SHOPORDER_COMPLETE

    ERP_RMA_COMPLETE

    ERP Nonconformance Logged

    COLLABORATION_NC_LOG

    ERP_QUALITY_NOTIFICATION

    Note Note

    The input parameters passed to Outbound Service transactions using URL parameters can be set with different values than what is specified in default. For example, if there is no need to save request and response XML during the message processing for the messages generated from ERP_EQUIPMENT_USAGE and we also would like to set a different retry limit value, we could do it by setting the transport parameter like:

    operation=equipmentUsage;url=http://<MIIhost>:<port>/XMII/Runner?Transaction=SAPMEIntLite/SAPMEIntegration/services/Outbound/EquipmentUsage/EquipmentUsageService&InputParameter=document&saveRequestAndResponse=true&retryLimit=3&OutputParameter=ResponseMessage&Session=false

    End of the note.

    For more information, see Collaboration Link Maintenance and Collaboration Log Report.