Unable to create Transfer Order manually for a new Shipping Point

Hi folks
After spending a couple of days investigating what the problem, I am resorting to my last option of posting here. I am hoping one of you can help me here.
Due to a new business requirement, I am having to create a new Shipping Point. We use Lean WH. I have performed the following steps
Created a new shipping point under Logistics Exec
Created a new Shipping Point and assigned it to the plant (under ENT Structure)
Created Shipping Condition
Assign Shipping Point to Shipping Condition
Changed Customer Master Shipping condition to the new SC.
Assigned the storage location for the new Shipping Point and the Plant under SPRO-LE-Shipping-Picking-Determine Picking Location- Assign Picking Location
When I create an Order, a delivery gets created automatically. Now when I try to create a TO in VL06P in the background, I get an error VLA029
WM-TO: 0 deliveries successful, 0 with errors, 1 not relevant
As far as I am concerned, all the steps are completed.
Can someone please throw some light on how to get this fixed.
Thanks in advance to everyone.

For the said error, SAP have given the following procedure
The above is self explanatory and have you tested in line with the above.
G. Lakshmipathi

Similar Messages

  • Unable to create transfer order ,

    hi
    unable to create transfer order with t-code lt06  after receving production order.tell methe process.
    thanks in advance.

    Hi,
    Hope you are creating transfer with ref to material doc which is created after issuing goods to production.
    Check in customizing for that movement type in WM.
    SPRO-IMG-Logistics Execution-Warehouse management-Activities-Transfers-Define Movement Types
    also
    Check
    SPRO-IMG-Logistics Execution-Warehouse management-Interfaces-Inventory Management-Define Movement Types.
    Can you elaborate error, like  what type of error you are getting.
    Regards
    Ravi shankar.
    Edited by: Ravi Shankar H N on Oct 28, 2008 6:58 AM

  • Unable to create custom phone labels for new contacts since the upgrade

    I have a AT&T iphone 4 version 4.3.1 and since the last couple of recent upgrades I have been unable to create custom phone labels for any new contacts because the lower label options are gone. This is only a problem with new contacts. My existing contacts with custom labels are still there and if I edit those contacts the table that has create custom labels is also still there, but not for new contacts. Has anyone else noticed this problem.

    If you read the error above about the hash and manifest, you will se this is a RB Setup error and not a CM12 error. You would be better to post your question in the SQL forum or better yet to use BIDS instead.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Creating Transfer Order for a Material document

    Hi,
    I am transferring the Unrestricted stock from one material to another material through Movement type 309.
    I am creating a material document through BAPI_GOODSMVT_CREATE. Once the Material document is created and if the stock is in multiple storage types or storage bins, then I need to perform LT06. Instead of doing BDC recording I am using L_TO_CREATE_MULTIPLE function module for creating the TO. I am passing all the necessary values to this FM. TO is getting created but the Material document is not reflecting in that TO.
    As per the configuration, movement type 309 will create the posting change only not the Transfer Requirement.
    Does anybody have encountered the same problem?. If so please let me know how you have resolved the issue.
    Regards,
    Kishore.

    Hello Kirankumar,
    It is possible to assign external number ranges for Storage unit, so maintain storage unit number range to assign SU number externally.
    Now when you create Transfer order for material document at that time you can assign SU number externally.
    Hope this helps.
    regards,
    Arif Mansuri

  • BAPI - Goods receipt and then create transfer order for a production order

    Hello Everyone
    We need to do goods receipt and then create transfer order for a production order (Material for WM scenario)
    We are using BAPI 'BAPI_GOODSMVT_CREATE'
          i_items-orderid = wa_afpo-aufnr .
          i_items-order_itno = wa_afpo-posnr.
          i_items-mvt_ind = 'F'.
          i_items-stge_loc   = wa_afpo-lgort.
         i_items-stge_type = '901'. "wf_styp.
         i_items-stge_bin = wf_sbin.
          i_items-entry_qnt  = wf_qty.
          i_items-entry_uom = wa_afpo-meins.
          i_items-entry_uom_iso = wa_afpo-meins.
          i_items-batch      = wa_zmobtag-charg.
          i_items-move_type  = '101'.
          i_items-move_reas  = wl_3131.
    We are passing i_items (like line of goodsmvt_item) along with other parameters to BAPI and its creating material document and Transfer order automatically. Problem is the TO created is showing destination storage bin as default storage bin( from material master).
    The field goodsmvt_item-stge_bin is just changing the Source bin details. There is no field for bin in the BAPI so that we can change the Destination storage bin as per our requirement.
    My requirement : Creating material doc and then TO. Material should move to specified storage bin.
    Please let me know any alternate way( No BDC) so that my requirement is achieved.
    Regards
    Swetabh

    Hi ,
    can u check these fields ,
    STGE_TYPE_PC     UBTYP     CHAR     3     0     Storage type for transfer posting
    STGE_BIN_PC     UBPLA     CHAR     10     0     Storage bin for transfer posting
    Regards
    Prabhu

  • Create Transfer Order for Consingment Pick up

    Hey, is there anyone know how to create transfer order for consignment pick up.
    I had tried it using LT06 by using GR material document but it didnt work.
    Please i need the answer rather sooner than later.
    Thanks

    Hello,
    Customer consignment pick is from customer consignment stock back to plant stock.. First of all check in MMBE whether stock exists for that material under customer consignment stock. You can check this in MMBE.
    Your stock should be maintained  in customer consignment and not in interim storage type.
    Ideally your process shall flow like this
    Sales order (KA-Consignment Pick up with item category as KAN & schedule line category: F0 & F1)>>Enter the order reason, material and quantity in sales orde & Save It>>Create Outbound delivery (VL10B/VL01N)>>Now Create Tranfer order to move the stock from consignment to warehouse stock>>Go to VL02N Choose from menu  Subsequent Functions u2013 Create Transfer Order & Enter>>Add Storage bin if required>>Confirm the transfer order (LT12)>>Do the Post Goods Reciept (VL02N)
    Now Check Consignment stock quantity with MB58 Add Material , Plant , Customer Execute
    BR,
    Tushar

  • Anyone used BAPI/FM for LT03 create transfer order

    Hi all,
    Has anyone used BAPI/FM for <b>LT03</b> create transfer order based on delivery.
    the BAPI/FM should accept <b>multiple line items for individual storage units</b>.
    thanks,
    Subba

    thanks Amit....
    But it would be helpful to know the usage of this FM....and if anyone has used in their program....
    thanks,
    Subba

  • Create transfer order for material document - 4.6C system

    Hi Gurus
    Can any one provide me the function module or BAPI to create transfer for material document in 4.6c system. I have to give input as supply storage type and bin and destination storage type and bin while execting the function module.
    Thank you in advance
    Regards
    Sarath

    Sarath,
    Thanks for responding, I finally found my answere via Thread: create transfer order for material document - 4.6C system
    Thanks again.

  • Create transfer order for moving storage units

    Hello guys,
    I need to create transfer order for moving storage units, the same with the transactions LT09, I found this FM 'L_TO_CREATE_MOVE_SU' but no work, somebody have an example for this FM, thanks a lot!

    Hello,
    I had the same problem today and I've fixed it by calling the FM in a different task (asychronous) .. this way the fugr/internal variables will be loaded again and you won't get this stupid error anymore. 
    CALL FUNCTION 'L_TO_CREATE_MOVE_SU' STARTING NEW TASK lv_task
    In case you need it syncronous use PERFORMING clause together with WAIT UNITL
    Hope this helps!
    Cristian

  • Unable to create change order for Operational attributes

    Currently we are in 11.5.10 E9 patchset.
    Product : Advanced Product Catalog
    Unable to find create change order button for any of the operational attributes page.
    Steps to reproduce :
    1.Switch to 'Development Manager' resp
    2.Navigate to 'Item Catalog' > 'Item simple search'
    3. Enter criteria to find an engineering item
    4. Navigate to the item details page.
    5. Select 'Inventory' or 'Manufacturing' or any other page.
    Could not find the create change order button.
    The profile option 'ENG: Engineering Item Change Order Access' is enabled to YES.
    Also, these operational attribute pages are not listed in Change order screen.
    Any pointers on this issue pls.
    Thanks in advance.
    Kumar.

    Dear Friend,
    Please check following config,
    1. Document pricing procedure assignment to ORDER TYPE ( VOV8 under Transaction flow for field Doc.Pric. Proc is
       maintained or not )
    2. Customer Pricing procedure assignment ( In Customer Master data under SALES Tab for Field  Cust.Pric. proc. is mainatined
          or not )
    3. Pricing procedure determination (Sales Area + Document pricing procedure + customer pricing procedure)
    4. Also chcek the condition is maintained for this combination.
    Regards
    AJIT K SINGH

  • Unable to confirm transfer order due to error message "enter a storage unit

    Hi guys:
    I am unable to confirm transfer order due to error message popping up and saying "enter a storage unit", and I tried to search it in whole thread in the forum,it was suggestion to pick up destination storage unit via ls24, but I did went to ls24 and trying to click that line(transfer order) but unable to find the storage unit, so is there another way to fix it?

    Hi Allen...
    Pls check if your Storage Type is SU Active. If yes, then system will create a storage unit according to the setting done for the storage unit management, perhaps in your case you are confirmin TO for the putaway.
    Pls confirm and revert
    Regards
    Shiva

  • Error While creating Transfer Order

    Hi all......
    Im trying to create Transfer Order with ref. to Transfer requirement in LT04, and getting the following error.
    "This screen is only allowed for manual transfer orders".
    Can any one tel which transaction I hve to use ? And I need User manuals for WM transactions.
    Thanks n Regards
    Durga

    Hello,
    May I add something to the discussion.
    If you are calling "OMLJ", you see on the left side the secion "Transfer requirements". If the box for "Manual TO creation not allowed" is ticked, you are not able to create the TO's by the manual transactions. Then only the system is allowed to create the TO's, for instance with the report RLAUTA10.
    I hope this anweres your question.
    Best regards
    Uwe Neuman

  • How to create Transfer order from material document   uFF08Move type is 101uFF09

    Hi all,
    is there any function module, BAPI to create transfer order from a material document number?
    I want to use FM L_TO_CREATE_SINGLE,but the result is "Movement type 101 for manual transfer orders does not exist".
    Is the parameters error?
    Thank you in advance
    Regards

    The error message you get is number 196 from message class L3, do a where-used on it from transaction SE91 and then put a break-point on each line result.  Afterwards, re-execute your function call and see which break-point is hit and investigate from there.
    With that said, you really should be using Bapi BAPI_GOODSMVT_CREATE for all goods movement operations.  It shares code with MIGO and executes the same Badi's and user-exits, so data integrity is not broken.  Don't forget Bapi BAPI_TRANSACTION_COMMIT to commit changes in the database after a successful call.
    cheers

  • How to pick additional delivery quantity after creating Transfer Order .

    Hi
    Sales order has been created for 30 pc of material ,  with reference to this  sales order , delivery  has been created .Afterwards  I  created  transfer order in lt03 and got it confirmed  in LT12. However , PGI has not been carried out .
    Afterwards ,  I went to  VL02N and manually increased the materialsu2019 quantity to 60 pc in delivery  .
    In delivery packing status is partially picked .
    I request you to help me how can  I pick another 30pc as already transfer order has been created and confirmed for this delivery .
    Either system is not allowing me to cancel transfer order in order to create   fresh  transfer order to with reference to this delivery . Otherwise , I could have done it .
    Could you please suggest me , how to go about it .

    Hi
    There is an excellent way to handle your issue
    While creating TO in t code LT03 in the initial screen control tab if you give pick quantity as 2 after the TO creation the system will simultaneouslely do PGI also in a single shot
    This means the delivery quantity cant be changed in the VL02N
    The whole VL02N will be display mode fully greyed out
    That means after TO you cant change the delivery
    If extra qty has to be added then it has to be a separate order only
    I have practised this only and for the past two hrs i was breaking my head how come you are changing delivery after TO creation and for me it was in display mode(fully greyed out) even in VL02N and i found out i am using adopt pick qty as 2 in the initial screen of LT03 which does PGI in a single shot
    This should be a good solution for you
    Even the solution suggested by Mr.Raj Malhotra you will face the same problem
    Regards
    Raja

  • Not able to create transfer order..

    Hi all,
    When i am trying to create Transfer order,it gives an error"No items that are to be picked were found".
    I have maintained all the settings regarding item categories and delivery item categories.
    i am using Lean ware house management,What I feel is that there is some error in ware house settings.Please suggest..
    Roopak

    hi,
    i think you have 2 or more line item in sales order, the delivery date for one or two item will be in the past,so when you create delivery the item which is in the past delivey date will not get copied to delivery.
    check all item is there in the delivery document,if no check the mising item delivery date, create the delivery based on that delivery data.
    update the thread
    regards
    senya

Maybe you are looking for

  • PS4 and 64 bit Win 7 on a laptop... What problems am I in for?

    I'm a noobie to laptops, and I can't live without my Wacom tablet and pen.  I'd appreciate knowing how detail drawings are done by PS 4 or other users  with this OS and what problems 64 bit will create with this software. Some laptop questions too: I

  • How to change the Step Size to a specified value in a Chart?

    Hi All, I've built a report and include a chart to it to compute the average time of coming for employees among a month Now I've changed the Maximum and Minimum values for labels of Data Axis at the graphics builder to 10:00 and 08:00, and checked th

  • Populate a Floating Field from Multiple Choices in a Drop Down List

    Hi, folks, it's been a while which means things have been going smoothly. But what I'm trying to do at the moment has me stumped. I have a form that was originally made with a long section of checkboxes that our agents would check if the answers appl

  • Does Lion work with Turbotax 2010 and prior years?

    Does the current year version of TurboTax work with Lion.  Also are there any "cut-off" prior year compatibility issues.  Intuit has not posted a confirmation on their website.

  • Variable Refresh

    Hi, ODI Version : 10.1.3.4 I have a 4 variables in the package(define and refreshing all 3 in package). VAR_1 refresh query is select count(empno) from emp;----o/p "0" VAR_2. refresh query is "select dname from emp where empno=10";-- always return a