Missing parameters for L_TO_CREATE_DN (Transfer Order Creation)

Hi,
   Though i am passing T_LTAP_VB-LETYP, i am getting an error message as 'Enter the storage unit type', could you please let me know what i am missing here.
I am passing the following fields to the function module (L_TO_CREATE_DN):
I_LGNUM
I_VBELN
I_COMMIT_WORK = 'X'.
I_BNAME = User name.
T_LTAK-LGNUM
T_LTAP_VB-LGNUM
T_LTAP_VB-LETYP
T_LTAP_VB-NLTYP
T_LTAP_VB-NLPLA
T_LTAP_VB-NSOLM
T_LTAP_VB-NLENR
Thanks
Satya
Edited by: Satya suresh Donepudi on Aug 18, 2010 4:37 PM

Hi,
This function module does create problems in passing the data.
We had a similar situation and finally ended up exporting to memory and importing it in an enhancement implementation inside the function module.
We implemented it here IF_EX_SCM_TRM_RELEVANCE_D~TRM_RELEVANCE_CHECK (before endmethod)
But perhaps it can be done outside this call as well.

Similar Messages

  • Logic for finding transfer order creation date for a given delivery??

    Hi,
    I am trying to find a logic for connecting the table LTAK which has ERDAT as the T.O. creation date with LIKP/ LIPS table.
    Can you please help me with this information. 
    Regards,
    Peeyoosh.

    Hi,
      Go to LTAP to get the transfer order number based on delivery ltap-vbeln. Then got to ltak to get the Creation date.
    Hope it helps
    Vinod.

  • Missing entries for cancelled transfer order

    Hi friends,
    I created two transfer orders for a delivery document(stock is available in storage bins), but I cancelled two transfer orders.But I couldn't able to see entries in those cancelled transfer orders(cancelled transfer orders are blank at item level).I checked in LTAP table, there also entries are missing at item level.
    Can someone please advice me?
    regards,
    Seetaram

    Hi,
    Check out this link Particularly  last replay
    [http://www.sapfans.com/forums/viewtopic.php?f=6&t=341743&start=0&st=0&sk=t&sd=a]
    Thanks,
    Anmol.

  • No Automatic Transfer order creation upon usage decision for 553 mtype

    Scenario: We have quality and warehouse management active. Goods receipt is done against a purchase order. Stock comes into 902 storage type under stock category u201CQu201D. From 902 storage type, Goods issue to scrapping under quality( using IM movement type 553 ) is done using QA11. Normally, once GI to scrap under quality is done at IM level, WM movement type 551 gets triggered automatically in the background which creates a transfer order to move stock from 902 to 999 storage type under u201CQu201D stock category.
    Problem: System unable to find storage bin for storage type 902 Q.
    In our system, automatic TO creation from TR isnu2019t happening once the usage decision for 553 movement type happens. The TO creation process couldnu2019t recognize the stock which is available as u201CQu201D. It throws an error message u201Csource storage bin could not be foundu201D at the time of TO creation from TR. Putaway strategy for the physical storage types is FIXED BIN, MIXED STOCK ALLOWED and ADDITION TO EXISTING STOCK. 902 storage type has ADDITION TO EXISITNG STOCK and MIXED STOCK as a putaway strategy.
    We have already activated auto TO creation settings at WM-IM reference movement types interface configuration.
    Is there any setting missing at QM-WM interface?
    Can someone please tell us a methodology to activate this transfer order creation process (WM mtype 551) for 553 IM mtype ?
    Thanks in advance. Please reply.
    Regards
    Preetinder Singh
    Phone: 404-468-8422

    Hello,
    I do not understand your scenario , u are saying are posting inspection lot to non WM storage location and again saying system can not find bin automatically.
    "A transfer requirement (movement type 311 / destination u201C921 Transferu201D) is created after the inspection lot posting (QA11) but the auto-creation functionality is not possible since the u201CSystem cannot find source storage binu201D.
    How can this auto-creation of a transfer order be realized since it is possible to create the transfer order manually via LB11 (entering source u201C902u201D / storage bin u201CPurchase Order no.u201D)?
    The system cannot find the storage bin automatically.
    Thank you in advance!"
    Please let me know are u using quality interim storage area. If you clear material from quality and want material to go to bin then it should be warehouse managed storage location. 
    Regards,
    Prashant

  • Problem on creation of Outbond Delivery for Stock Transfer Order

    Hi all,
    We have problem on the creation of Outbond delivery for stock transfer order because the system doesn't group in a unique delivery for different items of a STO order.
    We used VL10B or VL10D but the behaviour is the same. Even if we have to handle few items of the Stock Transfer order already scheduled, the scope is to create a delivery which group everything while the system split in several delivery notes.
    Could you advice me the way to set in customizing , master data I don't know where else , the rules in order to avoid to split deliveries for STO.
    Secondly if we have already created a delivery note is it possible to add a further purchase order item as in sales order processing?
    Thank you for any suggestion you will give
    Andrea

    Dear Kripa,
    the first point has been solved. We have checked a SAP Note 386340 which is appropriate to this case.
    The second point, the one referred to the additional items to an existing delivery note, is not yet closed and I would like to know further advices  from you and the other guys connected to the forum in order to help us to solve the problem.
    Thanks for your help
    Andrea

  • Upload data for Tcode LT06(Transfer order creation) using BDC -very urgent

    hi experts,
          I got stucked up in writing a BDC for the Tcode LT06(Transfer order creation using wearhouse number) in MM module,
    the problem is like this, when i go to the tcode LT06 , it will ask for material doucument,mat. docu. year and wearhouse number, iam entering the inputs and then press enter, as soon as i press enter it takes me to the second screen where i will be selecting the item and then click on the button called  'Generate TO item'
    here the problem arises, as soon as i click the button iam getting a standard SAP error message(No Destination Storage Bin found in storage type 'IMP'). Due to this errror iam not able populate the batch input data on the screen, suggest me a proper solution. rewards will given if solution found useful.
    Kishore K

    Hi ,
    I have done the same in Background with BDC and TR Number for Multiple Materials ,
    Can u please explain the scenario, so then I would be able to try for solution ?
    Warm Regards.

  • Error Handling for Background/Update Tasks (Transfer Order creation) - How?

    Hi,
    I have a standard process for creating a Transfer Order and 2 user-exits that I have implemented.
    The user exits are used to transfer information during Transfer Order creation.
    However, the user-exits also check data in table TVARV and other. As such, error handling needs to be implemented, since the T.O. might or might not go through, depending on data validation and related.
    However, the user-exits are implemented during creation, which is an update task that runs in the background. This makes it impossible to output any information or error messages.
    What else can be done in regards to outputting a message, since the user will need to see some sort of message that the process failed, that the T.O. didnu2019t confirm?  Can an SAP inbox message be created and how?
    Please help.
    Thank You,
    John

    Hi,
         Please check the following link for all the function modules and user exits on TOs.
    http://help.sap.com/saphelp_erp2005/helpdata/EN/c6/f83a294afa11d182b90000e829fbfe/content.htm
    Reward points if it was helpful.
    Regards
    Abhishek
    Edited by: Abhishek Raj on May 29, 2008 10:20 AM

  • FM or BAPI for Transfer Order creation in eWM

    Hello ALL,
    Please provide any FM or BAPI for Transfer Order creation in eWM. i know how to create transfer order in ERP.I tried to find out a FM or BAPI in SCM eWM but failes to get one.
    Kindly help.
    BR,
    Anil..

    Hi,
    Try using FM WS_LM_TRANSFER_ORDER_CREATE.
    I hope this is available in ur system
    Thanks

  • IDOC generation at time to transfer order creation.

    What are the config steps involved for idoc generation at the time of transfer order creation?
    please advise.
    Edited by: avi on Dec 25, 2008 5:31 AM

    Hello,
    TO creation with respect to Picking perspective:
    Lean WM --> output type WMTA can be used to create TO automatically can be created (you can go to NACE transaction and check the settings of WMTA)
    From MM WM perspective i think it is PUTAWAY concept, if Purchase order -->Inbound delivery will be created with ref. to inbound delivery TO (putaway) can be created.
    Link for IDoc maintenance:
    IMG>LE>WM>Interfaces>external systems-->configure wm
    link for Automatic TO creation:
    IMG>LE>WM>Interfaces>inventory management-->Activate Automatic TO creation
    Mahesh
    Edited by: Mahesh on Jan 2, 2009 11:19 PM

  • Control parameters for data transfer

    Hi!
    There are no data in SBIW source system - General Settings - Maintain Control Parameters for Data Transfer.
    How does it have an influence on loading data?

    Hi,
    Maximum size of a data packet in kilo bytes
    The individual records are sent in packages of varying sizes in the data transfer to the Business Information Warehouse. Using these parameters you determine the maximum size of such a package and therefore how much of the main memory may be used for the creation of the data package. SAP recommends a data package size between 10 and 50 MB.
    Frequency with which status Idocs are sent
    With this frequency you establish how many data IDocs should be sent in an Info IDoc.
    Standard settings
    Frequency 1 means, for example, that there is an Info IDoc for every data IDoc. In general, you should choose a frequency between 5 and 10 but not greater than 20.
    Recommendation
    The larger the packet size for a data IDoc, the smaller you should set the frequency. By doing this, you make it possible to get information on the respective data load status in relatively short time periods when uploading data.
    Maximum number of parallel processes for data transfer
    Select a number greater than 0.
    Parallel processes can be set from the SAP core release 3.1I onwards.
    These parameters are, therefore, ignored in releases before 3.1I.
    However, there is a possibility of importing the SAP release 3.1I into earlier releases.
    The more parallel processes that can run the better the performance of your system will be. However, you must bear in mind the number of available dialog processes here.
    It will be fine and more effective if you use sap recomended values in those respective fields

  • Standard Extractor for Warehouse Transfer Orders

    Hello Experts.  Does anyone know if there a standard extractor for warehouse transfer orders (Tables LTAP/LTAK).
    Thank you!

    Hi Martin,
    Thank you for this information.  However, I cannot find these extractors when I execute RSA5.  Does this mean that these are not available in our version?  It seems to me that this should be available to us because our SAP Component Version is SAP EHP 1 for SAP NetWeaver 7.0 and this is what I see in the Business Content Documentation.  Are we missing something?  Thanks for your help.

  • Proforma invoice not created for stock transfer order

    Hi Experts
    while creating a proforma invoice for stock transfer order between the plants we are not able to create proforma invoice , the process is replenishment delivery is created and Wm is also done and the billing with reference to delivery and the item category is relevant for billing with value J, and below is the message i get whilw creating invoice
         Technical data
             Tech. data details
              Client                                
              Group Number
              Sales Document Number                
              Item Number of the SD Document         000010
              Schedule Line Number                   0001
              Counter in Control Tables              00
              Message Identification                 00
              System Message Number                  001
              Output Type                            E
              Message Variable 01
              Message Variable 02
              Message Variable 03
              Message Variable 04
              Group Type                             F
    No biliing documents generated
    Please suggest.
    Thanks

    This explanation is not in detail and hence I am not clear about your configuration settings. 
    First go to IMG Logistics-General => Tax on Goods Movements => India => Business Transactions => Outgoing Excise Invoices => Assign Billing Types to Delivery Types.
    There ensure that you have assigned the billing type JEX (assuming that you are using the standard) to your delivery type NL.
    Perhaps, you can also try with "D" for your item category in Billing Relevance field but I am not sure this will solve your issue.  Try in development client.
    thanks
    G. Lakshmipathi

  • Create ecatt script for one sales order creation with multiple line items

    Hi ,
    I want to create a ecatt script for one sales order creation with multiple line items. Preferably SAP GUI.
    This selection of data will be from an external file/ variants which will have only one row of data in it.
    Firstly: I have to sort the external file having same PO Numbers in an order.Group them together.
    Second: I have to create sales order for those many line items having same PO Number.
    Best Regard
    Taranum

    Hi Micky
    Firstl you should upload the Line items for a particular sales Order in an Internal table
    and then pass that internal table to your BAPI during your coding corresponding to a particu;lar sales order
    In case of any issues pls revert back
    Reward points if helpful
    Regards
    Hitesh

  • User exit at Transfer order creation

    i have a user exit named MWMTO001.
    it has been given like this will trigger at the end of the transfer order creation (Update task). wt i have done here is i activated the user-exit and when i try to create the TO its not getting stopped over the user-exit and here i didn't understand wt is mean by update task.
    regards,
    Mahesh.G

    Hi,
    How is it solved?
    I'm facing same problem, would you please advise?
    Regards

  • BADI or EXIT for pick transfer order

    Hi GURU ,
    Can anyone please tell me the BADI or EXIT name for PICK Transfer order.
    Now the line item is coming in the Article wise , But I want this in BIN wise .
    Please tell me the BADI or EXIT name where I can change the order of line item .
    Edited by: Julius Bussche on Dec 16, 2008 2:29 PM

    hi
    you can try these customer exits
    MWMTOAU1
    MWMTOAU2
    hope it helps
    regards
    Aakash Banga

Maybe you are looking for

  • Windows 8.1 install and HP Pavilion 23bw not working now as second monitor‏

    Prior to the 8.1 upgrade everything was working fine.  I installed the latest driver from HP for this monitor which looks like it's from February of 2013 so probably not current for the Windows 8.1 update. I should add that I'm running the HP monitor

  • Solaris 10 Sparc not rebooting in graphical environment

    I've installed Solaris 10 on Sparc. When I reboot the system it only boots into character login prompt. I then logged in and cd /usr/dt and executed dtlogin which enabled me to bring up the graphical environment. This is a brand new install on some o

  • Logging in java defined functions

    Hi, Are there any means of logging in java defined functions used in mapping? Regards Yann

  • Parsing Boolean Array in FPGA

    Hi All, Although I have programmed in LabVIEW many times, I am quite a novice when it comes to programming on an FPGA, and I have been learning as I go (which up to this point has worked with little issue).  However, I have been unable to resolve my

  • I have purchased Monster Mouth and it didnt download in my ipad

    please can anybody help with this issue.  im trying to report the problem using itunes and its impossible, they  always send me to de main page that explain the way to made the itunes solution. BUT IT DOESNT WOORKKK!!!!!!! They already made the charg