When we create Transfer order it should print by printer automatically

Dear Sir,
          I wanted to print Transfer order automatically when we create Transfer order it should print by printer.
          No need to go LT31 & generate Spool & then print.
          Please provide config setting ASAP.
Regards
Manoj Chaudhary

Hi Manoj,
Goto SPRO-IMG-LE-WM-activities-define print control .
There you will find all settings for defining spool code(tick immediate printing), printer,print code and the repective assignments and control parameters.
-rahul

Similar Messages

  • 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

  • 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

  • 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

  • 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 from TR - Consignment stock

    Hi,
    I've implemented vendor consignment stock in SAP. However I cannot get it fixed that when an TO is created from an TR that a TO is created for the material which is a part of the consignment stock.
    Is it possible to make a TO automatic (with LT04) that also creates a TO with consignment stock as a source bin?
    Thanks

    Hi,
    Below is a screenshot of the Transfer requirement:
    Item 1 (1100-0002-0000) is a non-consignment material and item 2 (5800-0001-0001) is a consignment material which is stored on a consignment location.
    With Tcode LT04 (Create Transfer Order from TR) it is possible to create a TO for a TR.
    After clicking enter, the following screen appears
    When I click Generate TO Item the system automatically creates a TO for material 1100-0002-0000. However the system cannot create an TO for material 5800-0001-0001. It gives the following screen. With the notice that the system cannot find the source storage bin.
    The goal is that the TO is automatic created (just as for item 1)  for this material. Thus the material can also be picked directly.
    Hope this clarifies the issue.
    Thanks.

  • 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

  • Creating Transfer Order using LT03

    Hi All,
    Can anybody send me steps to create Transfer Order using LT03. I'm a technical guy and dont know how to create this.
    Should I have outbound delivery to create TO using LT03?
    Thanks n Advance.

    I'm new on SAP. What is BAPI?
    Thanks for your answer.
    Regards,
    Aurélie

  • 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

  • Create transfer order without stock

    Hi,
    I have a requirement were I need to create transfer orders without stock, can we create this using the user exits (MWMTO005, MWMTO001, MWMTO002). is there anyother way of creating TO without stock by turning off ATP?
    we need this for cross docking, we need a outbound TO so the inbound can be cross docked.

    As I understood ur requirement u need vertual stock to make the delivery (GI) before reciving the good (GR).
    Step 1. create one Stoarge Bin in 999 storage type, called as verstoack(vertual stock) As this storage are used for stock adjustment.
    Step 2 Create TO from storage type 999-verstock to the in you want.
    By this step -ve stock will develop in 999.
    Step 3 when u do the GR, transfer this stock to 999-verstock from the recieved stoarge bins.
    This is to nulify vertual; stock after receive.
    This can be done on weekly basis.
    Note: PGI for delivery will be done after GR only.
    Please let me know if this issue is not resolved

  • 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

  • FM/BAPI to create Transfer Order(TO) with reference to TR or Material Doc.

    Hi,
    I am in need of Function module or BAPI to Create Transfer Order(TO) with reference to Transfer Requirement(TR) or Material Document.

    Hi,
    Please try any of the below,
    1.Look at function group L03B (Transfer order processing)
    2.Use L_TO_CREATE_TR
    3.BAPI_GOODSMVT_CREATE set:
    GOODSMVT_ITEM-STGE_TYPE_PC = destination storage type or GOODSMVT_ITEM-STGE_TYPE_ST = destination storage type
    4.Look at fm L_TB_VERAENDERN. This isn't RFC, but you might copy fm into ZL_TB_VERAENDERN and set RFC on.
    Hope this helps.
    Thanks,
    Harini

  • No Account Assignment when I created Planned Order to Purchase Requisition

    Hi ,
    No Account Assignment when I created Planned Order to Purchase Requisition from Funds Management , where as If i change  ( eq : PR item qty is 10 , i just changed to 0 , enter then replace back that 10 ) any thing in the PR , Account Assingment is populated and list of accountin  documents are attached to PR.
    Please suggest me , what might be the problem .
    Thanks in adv

    Hi,
    a) When you convert the PldOrd into PurReq it disappears from table PLAF, it ceases to exist. There will be no PldOrd-reference in PurReq (you will not find such field in EBAN). (if you check field RSNUM in PLAF before converting the PldOrd and you check field RSNUM in EBAN after converting the PldOrd into PurReq, you wlll find the same number)
    b) It's not easy to say. You can check PLAF-PSTMP and PLAF-PUSER and compare these with data you get from trx STAD. But this is also not an exact methode since these field are in connection with the last date of change.
    Firming indicator cannot help also since you can remove it manually... - even though the PldOrd was changed manually, no firming indicator will be seen...
    (Of course, generally firming indicator helps if the user doesn't remove it intenionally)
    Regards,
    Csaba

Maybe you are looking for

  • How do i get my numbers spreadsheets back onto my iPad (no iMac)

    I recently updated to the latest iOS (7.0.4) and now my numbers app is empty! I can see the spreadsheets in the iCloud (using iTunes on my PC), but there doesn't seem to be a way to download them without restoring the whole backup. (it would be nice

  • Sub-contracting with chargeable component.

    Hi All, I am doing following scenario Scenario: Sub-contracting with chargeable component. Activity: Clearing (Consumption-Based) T Code - /n/SAPNEA/JSCR19 Amount: 23,100,000 While action posting, we are getting following error message Error Message:

  • How do I get my Hp scanner to work with Mavericks?

    I am running 10.9.4 and my wife uninstalled the software to our HP Scanjet 4370. I'm not sure what to do to get the scanner to operate because HP does not have a driver or software for Mavericks yet. Can anyone help?

  • Changing email address in Messenger

    I was given my daughter's old  Blackberry Bold 9700. I have managed to get everything set up ok except when I try to add my daughter's email address in Blackberry Messenger a message comes up that says you cannot invite yourself via email. I assume I

  • 10.4.7 update causes weird pixels on my G4 titanium PB

    So, here's the deal, this is the only Apple update release that caused my G4 titanium powerbook to observe weird screen behavior (pixles appearing everywhere making it very hard to read thus impossible to use). The screenshot i took shows just the be