  

 

Orchestration Integration &amp; Transactions

 ## Breadcrumb

1. [Home](/)
2. [Orchestration Integration &amp; Transactions](/orchestration-integration-transactions)
 
  

 

 

# Warehouse Stock Transfer Shipment Advice – IDoc WMTORD.WMTOID02

 

 

 

 

 

 ![banner-image](https://www.tracelink.com/sites/default/files/2024-04/For%20Internal%208.png) 

 

 

 

 

#### Table of contents

 

 

 

### Overview

Enable end-to-end visibility and synchronization of goods movements between warehouse locations with the WMTORD.WMTOID02 IDoc transaction.

This standard SAP message type automates the communication of shipment notifications for stock transfers, ensuring accuracy, compliance, and efficiency when moving inventory between plants, storage locations, or third-party logistics providers.

The WMTORD.WMTOID02 IDoc provides detailed information regarding warehouse stock transfer shipments, including materials, batch and lot identifiers, handling units, and quantities. By integrating this transaction through the TraceLink OPUS Platform, organizations gain real-time shipment tracking across internal and external warehouse networks—improving operational coordination and reducing reconciliation delays.

### Key Use Cases

- Send warehouse shipment notifications between manufacturing locations, plants, or third-party logistics (3PL) warehouses.
- Provide visibility into goods moving from one warehouse to another to enable timely receipting processes.
- Synchronize shipment details with SAP ERP and Warehouse Management (WM/EWM) systems to maintain inventory alignment.
- Drive downstream processes such as goods receipt posting and inventory updates upon stock arrival.
- Support compliance and traceability by including batch, lot, and serialized unit information.
- Eliminate manual shipment reporting by enabling automated, system-to-system transmission.

### Data Elements Included 

A WMTORD.WMTOID02 – Warehouse Stock Transfer Shipment Advice transaction typically includes:

- **Transfer Order Number:** Unique identifier for the stock movement order in SAP.
- **Source and Destination Locations:** Warehouse, plant, or 3PL details defining origin and destination points.
- **Material and Quantity Details:** Item numbers, unit of measure, and quantity shipped.
- **Batch or Lot Numbers:** Ensures product traceability and compliance with regulatory mandates.
- **Handling Units and Packaging Details:** Pallet, case, and unit hierarchy for logistical accuracy.
- **Shipment Date and Time:** Indicates when the goods were dispatched.
- **Carrier and Transport Information:** Details on mode of transportation and carrier references.
- **Stock Type:** Designation for unrestricted, quality inspection, or blocked stock.
- **Special Instructions:** Any additional shipment handling or regulatory notes.

### Benefits of WMTORD.WMTOID02 – Warehouse Stock Transfer Shipment Advice

- **Automates inter-warehouse shipment notifications**, minimizing manual intervention.
- **Enhances inventory synchronization** between originating and receiving sites.
- **Improves planning and visibility** for inbound teams awaiting stock transfers.
- **Supports full traceability** of materials, batches, and handling units.
- Reduces discrepancies and speeds up goods receipt posting.
- **Strengthens compliance and quality oversight** for regulated life sciences materials.

### Business Process: WMTORD.WMTOID02 – Warehouse Stock Transfer Shipment Advice

Here’s how WMTORD.WMTOID02 can fit into a warehouse stock transfer and fulfillment process:

Business Process DescriptionStock Transfer Order CreatedA transfer order is generated in SAP for movement between warehouses or plants.Goods Issue Posted at SourceThe origin warehouse picks and ships the goods, posting a goods issue in SAP.WMTORD.WMTOID02 IDoc GeneratedSAP generates and sends the WMTORD.WMTOID02 IDoc to communicate shipment details.TraceLink Receives and Validates IDocTraceLink validates and converts the shipment data to the required format, ensuring accuracy.Data Distributed to Destination WarehouseShipment advice is securely transmitted to the receiving warehouse’s ERP or WMS in their preferred data format, enabling arrival preparation.Goods Receipt Process InitiatedThe receiving partner uses the shipment data for inbound verification, inventory updates, and confirmation.Receipt Confirmation CompleteOnce stock is received, a WMTOCO.WMTCID03 IDoc (Receipt Advice) can be triggered to complete the transaction loop.

### How TraceLink Supports WMTORD.WMTOID02 – Warehouse Stock Transfer Shipment Advice

The TraceLink OPUS Platform, powered by B2N Integrate-Once™, delivers a secure, scalable, and compliant environment for warehouse shipment communication:

- **Real-time integration** with SAP, EWM, and 3PL systems for two-way shipment synchronization.
- **Automated validation and transformation** of IDoc data to partner-specific formats.
- **Secure, auditable communication** meeting life sciences and GxP compliance standards.
- **Single integration point**—link once to TraceLink and collaborate with all network partners.
- **Full shipment visibility** with tracking, exception handling, and analytics capabilities.
- **Exception management dashboards** for monitoring shipment and receipt events.

### Explore More SAP IDoc Capabilities

- [**DELVRY07 – Advance Ship Notice**](/orchestration-integration-transactions/transform-your-supply-chain-seamless-idoc-integration/advance-ship-notice-idoc-delvry07): Communicate outbound delivery data for inbound readiness and compliance.
- [**WMTOCO.WMTCID03 – Warehouse Stock Transfer Receipt Advice**](/orchestration-integration-transactions/transform-your-supply-chain-seamless-idoc-integration/warehouse-stock-transfer-receipt-advice-idoc-wmtocowmtcid03): Confirm arrival of goods following a warehouse stock transfer.
- [**SHPORD.DELVRY03 – Warehouse Ship Order**](/orchestration-integration-transactions/transform-your-supply-chain-seamless-idoc-integration/warehouse-ship-order-idoc-shporddelvry03): Initiate warehouse operations for outbound shipments.
- [**INVRPT01 – Inventory Balance Report**](/orchestration-integration-transactions/transform-your-supply-chain-seamless-idoc-integration/inventory-balance-report-idoc-invrptinvrpt01): Maintain visibility into real-time stock positions across warehouses.

[See all IDoc capabilities](/orchestration-integration-transactions/transform-your-supply-chain-seamless-idoc-integration)

### Need Help Implementing IDoc WMTORD.WMTOID02?

[**Contact Us**](/contact-us) to learn how TraceLink can help automate and streamline your warehouse stock transfer shipment processes—ensuring accurate, compliant, and connected inventory movement across your global life sciences supply network.



 



 

 

 

#### Table of contents

 

 

 

Contact us to learn more about SAP IDoc Integration.

 

Fill out the form to contact us now.


    document.addEventListener("DOMContentLoaded", function() {
        // Delay the execution by 2 seconds (2000 milliseconds)
        setTimeout(function() {
            (function() {
                'use strict';
                // Load Marketo form
                MktoForms2.loadForm("//go.tracelink.com", "776-BAW-230", 2259);
            })();
            
            // Wait until the Marketo form is loaded
            MktoForms2.whenReady(function(form) {
                var formElement = document.getElementById('mktoForm_2259');
                if (!formElement) {
                    console.error("Form with id 'mktoForm_2259' not found.");
                    return;
                }
                
                var formLocation = formElement.querySelector("input[name=formLocation]");
                
                // Get the current URL and set the formLocation field
                if (formLocation) {
                    var currentURL = window.location.href;
                    formLocation.value = currentURL;
                }
                // Add onSuccess handler
                form.onSuccess(function(values, followUpUrl) {
                    var formElem = form.getFormElem()[0];
                    if (formElem) {
                        formElem.style.display = 'none';
                    } else {
                        console.warn("Form element could not be found to hide it.");
                    }
                    var confirmMessage = document.getElementById('confirmform');
                    if (confirmMessage) {
                        confirmMessage.style.display = 'block';
                    } else {
                        console.warn("Confirmation message with id 'confirmform' not found.");
                    }
                    
                    return false;  // Prevent the form from submitting normally
                });
            });
        }, 2000);  // Delay for 2 seconds
    });
**Thank you for contacting us; we’ll be in touch shortly.**





 

 

 

 

 

 

 

##### Related Content

 

 [ ![network](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2024-02/recovery%20banner%20network.png.webp?itok=YHW_jjzV) ](/orchestration-integration-transactions) 

#####  Transaction Integrations for Orchestration 

 Unlock the full power of your supply chain with TraceLink’s Integrate-Once capability part of our Business Network (B2N) platform. 

 

 [View More](/orchestration-integration-transactions) 

 

 [ ![crypto code](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2024-02/crypto%20code%20recovery%20banner.png.webp?itok=8eD6BCq2) ](/orchestration-integration-transactions/transform-your-supply-chain-seamless-idoc-integration) 

#####  Transform Your Supply Chain with Seamless IDoc Integration for SAP 

 Ensure secure, reliable, and compliant electronic data interchange between your SAP system and your end-to-end supply chain of suppliers, customers, and contract partners. 

 

 [View More](/orchestration-integration-transactions/transform-your-supply-chain-seamless-idoc-integration) 

 

 [ ![DSCSA](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2024-04/For%20Internal%208.png.webp?itok=iaEyYXqW) ](/orchestration-integration-transactions/transform-your-supply-chain-seamless-idoc-integration/advance-ship-notice-idoc-delvry07) 

#####  Advance Ship Notice - IDoc DELVRY07 

 The Advance Ship Notice (ASN) IDoc DELVRY07 transaction provides a structured way to share outbound shipment details with trading partners. 

 

 [View More](/orchestration-integration-transactions/transform-your-supply-chain-seamless-idoc-integration/advance-ship-notice-idoc-delvry07) 

 

 [ ![DSCSA](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2024-03/For%20Internal%205.png.webp?itok=AzflfAgI) ](/orchestration-integration-transactions/transform-your-supply-chain-seamless-idoc-integration/warehouse-stock-transfer-receipt-advice-idoc-wmtocowmtcid03) 

#####  Warehouse Stock Transfer Receipt Advice – IDoc WMTOCO.WMTCID03 

 Achieve full visibility and control over internal stock movements and inter-warehouse transfers with the WMTOCO.WMTCID03 IDoc transaction. 

 

 [View More](/orchestration-integration-transactions/transform-your-supply-chain-seamless-idoc-integration/warehouse-stock-transfer-receipt-advice-idoc-wmtocowmtcid03) 

 

 [ ![Food Supplement](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2024-03/For%20Internal%2049.png.webp?itok=ApeImtsu) ](/orchestration-integration-transactions/transform-your-supply-chain-seamless-idoc-integration/warehouse-ship-order-idoc-shporddelvry03) 

#####  Warehouse Ship Order – IDoc SHPORD.DELVRY03 

 Optimize your warehouse operations and outbound shipping performance with the SHPORD.DELVRY03 IDoc transaction. 

 

 [View More](/orchestration-integration-transactions/transform-your-supply-chain-seamless-idoc-integration/warehouse-ship-order-idoc-shporddelvry03) 

 

 [ ![For Internal 75](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2024-02/For%20Internal%2075_1.png.webp?itok=01LxrwoU) ](/orchestration-integration-transactions/transform-your-supply-chain-seamless-idoc-integration/inventory-balance-report-idoc-invrptinvrpt01) 

#####  Inventory Balance Report – IDoc INVRPT.INVRPT01 

 Enable real-time visibility and synchronization of inventory levels across your trading network with the INVRPT.INVRPT01 IDoc transaction. 

 

 [View More](/orchestration-integration-transactions/transform-your-supply-chain-seamless-idoc-integration/inventory-balance-report-idoc-invrptinvrpt01)