WMTORD IDoc

Hi All,
I am triggering IDoc WMTORD during creation of transfer order (FM use for creating TO is L_TO_CREATE_MULTIPLE). Settings in OMKY are done for WMTORD for adding FM "L_IDOC_CREATE_WMTOID01" to that particular warehouse.
In the user-exit of WMTORD (exit name ZXLIDU01) i have to populate a Z table with transfer order data and IDoc number. But when this exit is triggered IDoc is not yet created.
Please let me know where can I populate the IDoc number in Z table.
Thanks in advance.

I got the solution for above query. I have exported the internal table to memory id and  created an Enhancement point in FM L_IDOC_SEND to import the internal table.

Similar Messages

  • Generate and Send WMTOID02 (WMTORD) Idoc to MII

    Hi
    Like we have POIT transaction in SAP ERP to genereate and Send Idocs Process or production orders ( LOIPRO01) to a RFC listner, is there a similar transaction to generate and send Idocs for WMTORD (WMTOID2) idocs?
    I understand that the authomatic way is to have a change pointer progame but i want to test the idoc before we write a changepointer ABAP program.
    Regards
    Suraj

    Hi Mike,
    THanks for your responce , below are my answers to your questions....
    If I understand you correctly, you are looking for the ECC t-code for generating the WMTORD IDoc, right?
    Right
    And you probably don't care whether it needs to be processed by either a RFC Listener or an IDoc Listener when it gets to MII?
    I would receive it in an IDoc listner and then process using BLS transaction attached to a Processing rule in the message services.
    In general, you send IDocs to an IDoc listener MII, but you may also do something along the lines of sending a control recipe (t-code CO53) to an RFC Listener in MII.
    I would want to send IDocs to an IDoc listener MII. Similar to the LOIPRO01 example  (http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a02bc7[[PDF] How to Send an IDoc from SAP ECC to the SAP MII IDoc Listener|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a02bc706-15f2-2c10-1aab-a1927ada11f0?quicklink=index&overridelayout=true] for production orders
    Do you have a t-code or codes you can provide for related activity? Also is this for WM or for EWM?
    LT01 and LT10 are the Tcode to create the Transfer orders. This is for WM.
    Regards,
    Suraj

  • Idoc type for Stock Receipt

    Hi experts,
    Do we have any standard idoc for Stock Receipt ?
    Thanks,
    Gopan

    Hi,
    Try using Message type : WMTORD &  IDoc type : WMTOID02  for stock transfer/receipt.
    hope it helps you.
    Regards,
    Anbalagan

  • Experiences with ES Bundle "Integration of external Warehouse Management" ?

    Hi PI Experts,
    anybody who can share experiences with the ES Bundle Integration of [External Warehouse Management System |https://www.sdn.sap.com/irj/scn/wiki?path=/display/espackages/integrationofExternalWarehouseManagement+System] and the usage of its Enterprise Services "Confirm Goods Movement_V1" or "Confirm Goods Movement" ?
    As far as I understood these ES can be used for goods movements out of the ERP System.
    Is it really possible to use these ES while creating an goods movement with Transaction MIGO ??
    As far as I know it is only possible to send Transport Orders with WMTORD IDOCS out of SAP to externa Systems (!!) without any custom coding (!!) . Using instead an WMBXY message type (IDOC WMBIDO02) is only for inbound IDOC processing. If using this Standard IDOC for outbound IDOC processing the only way is implementing the BADI called while perfoming the TA MIGO. Correct?
    Any experiences either with the ES Bundle or the IDOC goods movement out of SAP ERP are welcome.
    Kind regards,
    Dries

    you can use ES for creating goods movement in SAP ( see the esoa sample apps on sdn) or you can make your won service published using BAPI .
    I am not catching you in the use of BADI , elaborate more about that.

  • IDOC for transfer order for delivery note LT03

    Hi All,
    I need to generate an outbound IDOC upon transfer order creation in Tcode LT03.
    I found there are two types of IDOC discussed in this forum before. One is the Canceling Transfer Order IDOC and another one is the Confirmation Transfer Order IDOC.
    I'm not sure whether these relevant to what I need or not.
    Can i know what FM, message type and basic type should I use for this situation?
    (generate an outbound IDOC upon transfer order creation in Tcode LT03)
    Please advice.
    Thanks.
    Best Regards,
    JL
    Message was edited by:
            KAR SENG LAW

    I found something here,
    Someone is using FM: L_IDOC_INPUT_WMTORD, message type WMTORD and basic type WMTOID01 in doing this when trying to send an Idoc to an external system when a transfer order for a delivery note is created (LT03). Is it OK ?
    need advice.
    Thanks again.

  • IDoc for L_TO_CREATE_DN

    Hello All,
    We are trying to implement an interface process with an external WMS system to our ECC 6.0. We are looking for a standard iDoc that we can receive to 6.0 to create a Transfer Order similar to LT03 or FM L_TO_CREATE_DN. I've identified WMTORD to create transfer orders, but it will not let me reference it to an outbound delivery/delivery line like the L_TO_CREATE_DN function module. Is there any standard iDoc that will create a TO for an outbound delivery?

    Here are the message types:
    WMPIHU     Pick HU
    WMRREF     Release reference number
    WMSUMO     Move storage unit
    WMTOCO     Confirm transfer order
    WMTORD     Transport Request
    WMTREQ     Create/cancel transfer order
    You can set the IDOCs and function modules to process them in OMKY transaction.
    Hope that helps
    Thanks
    Vinod.

  • Output determination for Transfer Order(WMTORD)

    Hi Friends,
      My Requirement is to send an idoc to an external warehouse when i save Transfer Order.
      For that i have created a Partner Profile with message type WMTORD.
      When i save the transfer Order if the warehouse number and storage type matches to specific numbers then it has to trigger the given partner profile..for this usually we will do output determination.
    Please help in doing the output determination for the above case..i know normal output determination procedure from NACE transaction.But warehouse mangement it would be defferent.please help me,,
    Thanks a lot.
    regards,
    Ravimacha

    Hello Ravi,
    I would like to generate an outbound idoc (using Message Determination/Control)  when a delivery is created (via tcode VL01N).  I created a Partner Profile with message type WMTORD.
    In setting up the Partner Profile: Outbound Parameters, I didn't find a standard SAP Process Code.   Did you find one, if so, what would that be?
    (I've found process code WMT1 but it is for inbound.)
    Thanks in advance,
    Millie

  • Idoc for transfer order creation for outbound delivery

    Hi
    I am using idoc basic type WMTOID01 and message type WMTORD. when i am trying to create TO for delivery. the idoc is creating and TO ia also creating but, this is not linking to delivery. I am using mov type 601 and requirement type PICK and doc type L sales document. destination storage type 916 but when u see the TO i am not getting the delivery number is not appearing in TO and if you see the document flow in delivery the TO which is created is not appearing in document flow. please help to get the solution

    Some corrections
    Hi,
    Please check the delivery which you are creating is for WM managed storage location or not.
    If your configuration is in place & you are creating delivery & picking from WM managed storage location then TO will be seen in document flow. Either you create TO automatically or manually, in delivery document flow system will show TO number. Also in TO you will see destination bin as delivery number. (Dynamic bin)
    Hope this helps you.
    Regards,
    Prashant

  • Idocs in inbound queue

    Hi,
    We have a very critical issue wherein many a times in actual production system idocs are going into status 75 and hence into Inbound Queue.
    So user currently has to go transaction WEINBQUEUE and restart queue details.
    Just to give more technical details as only these type of idocs are going into queue's:
    Basic type: WMTOID02
    Message type :WMTORD
    Please help asap.Issue is very critical here.
    Thanks,
    Vikram

    Hi Ravi,
    Thanks for your quick response.
    As you have explained I see that from the Message Mapping I must mapping a timestamp in SERIAL field of the Control Record. This implies that the IDOC Receiver Communication Channel should not mark the checkbox "Queue Processing" (I get the feeling that this does nothing) and I have to mark the checkbox "Apply Control Record Values from Payload '.
    In conclusion, I understand that the IDOC Adapter for queued processing on a target system such as SAP adds nothing as standard. That is, I've mapping identifiers as timestamp to ensure the execution sequence in SAP and this will be done through a program in background. As is done with ALE...
    Furthermore, I can not avoid a "delay" in processing these messages. In my client does not allow me to schedule the job in less than 5 minutes.
    Is not there another solution where PI contribute just over? Any ideas?
    Thanks in advance,
    Jose.

  • Create Transfer Order inbound using an Idoc

    Hi all,
    I need some help on solving the error message-  In our senario we want to send an Idoc (Create Transfer order ) from external system to SAP. Hence i have done mapping for the idoc but everytime i process the idoc- it comes with an error the storage location missing or incorrect.
    Settings i have done is
    used WMTORD message typ idoc
    E1LTORH- B requirement type
                     4xxxxxx- PO number
                     101 - mvt type
                    Gxx - warehouse number
    TAPOS     1     Transfer order item
    MATNR     002xxxx     Material Number
    WERKS     Gxx2     Plant
    LETYP     E1     Storage Unit Type
    VLTYP     902     Source Storage Type
    VLBER     001     Source storage section
    VLPLA     4544000514     Source Storage Bin
    VSOLM     300     Source target quantity in stockkeeping unit
    NLTYP     001     Destination Storage Type
    NLBER     001     Destination storage section
    NLPLA     01     Destination Storage Bin
    NSOLM     300     Destination target quantity in stockkeeping unit
    VLENR     00000000001000000445     Source storage unit number
    LGORT     2001     Storage Location
    VBELN     425001423     Delivery
    any help is welcomed. thanks
    Jasmeet

    thanks for the reply,
    But omzk is no transaction, however when I try to do create a transfer order using transaction LT03 it works fine and also the document gets osted with movement type 101. so i need to replicate this in an idoc which i am not able to do as i keep getting error message  missing storage location or incorrect

  • Shipment IDOC basic type TPSSHT01 Message type SHIPPL

    Hi,
    I tried changing the shipment to add a delivery to the shipment using a bapi. I have successfully added the delivery but  INbound IDOC but finally i ended up in error in the idoc stating "Transportation planning point has no partner for transportatn. planning"
    please let me know where am goin wrong.
    Thanks,
    Prem.

    Hi Sravan ,
    WE82  is used for - Assigning Message type to IDOC . Here only we assigned this WMTORD message type to IDOC  (DELVRY03).
    We have warehouse , we need to send the WMTORD ( Transport order ) to Warehouse . Then they can process the picking , packing , shipping and loading  and send the materials to customers . After completion of all process , they(WMS team) will send the WMTOCO ( Transport confirmation )  to us  .Then  We will generate the Invoice based on TO and purchase Order .
    My requirement  : Now , The warehouse team needs the delivery date also should include in WMTORD message .
    But i looked in all segments in DELVRY03 idoc , i didn't find any element belongs the delivery date .
    Please advice me and help on this same

  • ALE message type WMTORD sending ST meins

    good morning/afternoon to all,
    we are in the process of setting up a 3rd party warehouse/miniload system and they connect using ALE. the 3rd party system is not a SAP system. our system is 4.7C. we are being asked to use this message type (WMTORD - standard) to send transport orders. they receive the idoc successfully with correct information, except for the unit of measure field meins. they receive the untranslated unit of measure ST, instead of EA.
    is there a fix for this? can this be changed with standard code, or is a user exit needed. and, if the user exit is needed, why does for example the message type MATMAS send a EA and not the ST? i do have the global unit or measure ST setup to send EA in spro.
    thanks in advance.

    it looks like no one knows the answer...
    here is what i found (for future reference)
    enhancement MWMIDO01
    component(fm) - EXIT_SAPLLIDO_001
    include - ZXLIDU01
    code example
    tables: e1ltori.
    loop at t_idoc_data.
      if t_idoc_data-segnam = 'E1LTORI'.
        move t_idoc_data-sdata to e1ltori.
        if e1ltori-meins = 'ST'.
          move 'EA' to e1ltori-meins.
        endif.
        move e1ltori to t_idoc_data-sdata.
        modify t_idoc_data.
      endif.
    endloop.
    *****solved*****

  • Extra fields IDOC WMTOID01 and L IDOC CREATE WMTOID01

    I am using the function module L_IDOC_CREATE_WMTOID01 to create an IDOC
    WMTOID01. The problem is thet I need to add a field to the IDOC , I have
    done this my creating an extention WMTOID01 and I have made an entry for the
    Message Type WMTORD.
    But when i try to populate a value in the new segment that i'v created, i find that the segment isnt added to the IDOC_DATA structure.
    Could you tell me what i am missing ?

    Mani,
    Please explain -
    1. IDoc is inbound or outbound (to SAP)?
    2. What document is created by processing the IDoc?
    3. What is the entire document flow?
    4. In WE02, you get an error message, have you already created your IDoc? What are you checking in WE02?
    Paste the screenshot of that IDoc with error message here.
    Typewriter

  • Idoc after TO confirmation

    Hi,
    I would like to be able to get our SAP system to create an Idoc after the TO confirmation in the warehouse - does anyone know if this is possible using SAP standard config?
    Many thanks,
    Steph.

    Yes, you can invoke an IDoc during transfer order creation and transmit the same to an external system.
    Some details in addition to what's mentioned in above post. Essentially, using the standard set up we will have to use ALE linkage.
    Part 1:
    Ensure the following are maintained for the logical system (external system):
    1. Define logical system (external system that would receive the IDoc)
    2. Configuring RFC connection for this logical system - perform a connection test once the logical system with the target host is established
    3. Establishing the port connection for the logical system (to select the IDoc record type version and RFC destination)
    4. Maintaining partner profile for the logical system with message type WMTORD (basic type WMTOID01)
    Part 2:
    Subsequently, maintain the following:
    1. Interface per wh : 1 (link via ALE)
    2. In the interface control, maintain the combination of Warehouse/source/destination storage type and movement types plus the receiver (the logical system defined in part 1) - essentially, when do you want the IDoc to be triggered
    3. Function module assignment - maintain the combination of warehouse, message type WMTORD and function module L_IDOC_CREATE_WMTOID01
    Once the above is maintained, during TO confirmation (based on the transfer combination in Part 2. 2.), an IDoc will be generated.
    This entire setting is available under a single IMG node as furnished below:
    IMG -> LE -> WM -> Interfaces -> External systems

  • Confirm Outbound Delivery with HU number via iDoc

    Hello SAPman,
    I am trying to confirm a outbound delivery thanks to iDoc,
    the context is the following :
    Storage location is managed with HU but there is no SAP WM.
    The goal is to get an iDoc from a external WMS with the HU which had been picked.
    I tryed with iDoc based on message WHSORD / SDPACK / DESADV
    but each time, the iDoc integration stop because SAP find the HU filled in the iDoc in the storage location, and don't want to use it.
    mesg HUSELECT 005
    My need is to affect the HU filled in the iDoc to the outbound delivery and post the good issue.
    Did you ever work with an eternal WMS with such a need ?
    Best Regards,
    Jérémy

    Hi,
    it is quiote some time ago that I have worked with that, but have you considered to establish a LEAN WM in the SLOC which is controlled by the external WMS system?`
    In this case you will have Transfer Orders and you can work with WMTORD/WMTOCO
    Additionally you can leave the lean WM as it is without a mass of config and it should be possible to work properly with HU's.
    Best regards
    Uwe

Maybe you are looking for

  • Sound Blaster Audigy 2 ZS Platinum Pro Mic/Codec problem

    Okay, I'm running a ZS Plat Pro and I'm having some problems with my mic settings for some reason. Here's the deal: My headphones are plugged into my external hub with the mic into the Line In slot. I have sound, theres power, that's all good. The pr

  • Missing print options when using school network

    I'm having an issue printing over the network here at my university. I have been able to sucessfully add the address of the printers here in our law library and have sucessfully printed documents on them. My problem is that our printers are set to du

  • TRUNCATE PROBLEM

    HI FRIENDS, CAN ANY ONE TELL , FROM WHICH FUNCTI0N MODULE WE CAN TRUNCATE . INPUT      - > ABCDEFGH OUTPUT   - > ABCDE IT'S URGENT, PLZ. HELP ME

  • REG: SOAP Interface

    Hi ,       I have a scenrio where SOAP is the sender and File is the receiver.         I have created the WSDL for the SOAP sender.          Now I need to add User Id and Password to the WSDL.         Can some tell me the syntax , how to add userId a

  • How do I return a Boolean array from LabView to TestStand?

    I am trying to return a Boolean array from Labview to TestStand and have TS evaluate the results. I can do this for arrays of integers or reals but booleans do not work. I tried copying the PassFailTest step type and adding an array of Bool but I cou