Transfer order is directly going to spool.

Hi experts,
We are creating Transfer order after Material document creation throuh call up Transfer order functionality and once we create
Transfer Order, directly it is going to spool. From spool they take the print out. We are not suing LT31n to print Transfer Order.
Could you please tell me how it is going direclty to spool and what are the settings required for the same.
Thanks in advance.
Thanks
Raghu

Hi
For Every TO created Spool will be created because of the following Config:
LE>Warehouse Managament>Activities>Define Print Control>Definitions/Assignments- Spool Code
Rgds
Ramesh

Similar Messages

  • Adobe form is going to Spool directly want a print preview

    HI Experts,
    I have created a class where I am calling a standard Material document print form WOST_WSGM_MATDOC_PDF but it is directly going to spool.
    NOTE : I am calling this class method in one of my POWL Feeder class which is linked with standard GR print application and I want it to be previewed for user to save.
    Please refer the code below.
      DATA iv_funcname TYPE  funcname.
      CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
        EXPORTING
          i_name              = 'WOST_WSGM_MATDOC_PDF'"gc_mat_doc_form_name
        IMPORTING
          e_funcname          = iv_funcname  .
      DATA iv_outputparams TYPE  sfpoutputparams.
      CALL FUNCTION 'FP_JOB_OPEN'
        CHANGING
          ie_outputparams = iv_outputparams
        EXCEPTIONS
          cancel          = 1
          usage_error     = 2
          system_error    = 3
          internal_error  = 4
          OTHERS          = 5.
      IF sy-subrc <> 0.
    Implement suitable error handling here
      ENDIF.
      DATA fp_docparams TYPE sfpdocparams.
      DATA fp_formoutput TYPE fpformoutput.
    Now call the generated function module
      CALL FUNCTION iv_funcname
        EXPORTING
          /1bcdwb/docparams  = fp_docparams
          mat_doc_header     = es_mkpf
          doc_type_txt       = es_t003t
          vendor_data        = es_lfa1
          plant_data         = es_t001w
          move_plant_data    = es_t001w_move_plant
          mat_doc_item_tab   = et_mseg
          mat_doc_printgrgi  = et_printgrgi
        IMPORTING
          /1bcdwb/formoutput = fp_formoutput
        EXCEPTIONS
          usage_error        = 1
          system_error       = 2
          internal_error     = 3
          OTHERS             = 4.
      IF sy-subrc <> 0.
        CALL FUNCTION 'FP_GET_LAST_ADS_ERRSTR'
          IMPORTING
            e_adserrstr = ls_adserrstr.
      ENDIF.
    Close spool job
      CALL FUNCTION 'FP_JOB_CLOSE'
        EXCEPTIONS
          usage_error    = 1
          system_error   = 2
          internal_error = 3
          OTHERS         = 4.
    When  I am running this class individual then I am getting the print preview but when I am running it through portal by calling it in the feeder class then It is going directly to SPOOL request.

    try passing PREVIEW field  "X" in  FP_JOB_OPEN.
    Uma

  • ES_SAPMV50A-OP of delivery not triggered on WM transfer order in upgrade

    ES_SAPMV50A - enhancement FCODE_BEARBEITEN_03 is not called for delivery when the transfer order is created.
    earlier system was 4.5, the same config worked in it.
    however in upgrade, when the WM transfer order is created the output is not generated.
    After creation of transfer order, if one goes in the delivery VLN02 the output is generated.
    Pls help
    Regards
    Meghana Munj

    Hi,
    no, unfortunately I found no other solution than the approach described in the original thread - but for my requirement, it works fine.
    Rudi

  • WM: Split transfer order by queue

    Hi. We have WM an SAPConsole implemented in our company. The actual parameter to split the transfer orders, when created, in our warehouse is the storage type. That is, if the delivery order needs to pick product from different storage types, the system will create one transfer order for each storage type.
    Now we have customized our system to work with queues. We assigned different storage types to those queues. Now we need to split the transfer orders by queue.
    So let's say, if we have a queue that has assigned both storage types A00 and B10, when we create the transfer order that is going to order to pick from these two storage types, we need the system to generate only one transfer order.
    We have been researching a little and found nothing in SAP standards. Do you know if that's possible as a SAP standard? What suggestions do you have for this case?
    Thank you for the support

    Hi,
    it is possible as SAP standard. I use this functionality in production system. In my scenario queues are assigned by BAdI LE_WM_RF_QUEUE.
    In documentation for this BAdI I found following note:
    "Note that the queue acts as the forced split criteria for the TO split."
    Of course if you use standard RF queue management, queue also acts as criteria for TO split.
    You can find useful documentation under:
    IMG:
    Logistics Execution>Mobile Data Entry> System Modifications> Business Add-Ins in Mobile Data Entry> Business Add-In for Queue Determination.
    u201CYou can also call the documentation on the BAdI method via the menu, by carrying out the following steps:
    1. Choose the tab page Interface.
    2. Double-click on the relevant method.
    3. Click on the right mouse button and choose Component documentation.u201D
    Andrzej

  • Automatic/Direct Creation of Transfer OrderS

    Hello Gurus,
          these are my question:
       (1)for Automatic/Direct Creation of Transfer Orders, should it be created when saving delivery order, or do I have to create transfer order after this function ?   how to config this function?
    thanks very much!

    Hi,
    The concept of Transfer Order comes if the business have warehouse management system.
    Once the delivery is created, we need to do picking.
    This can be done in two ways
    1. Manual Picking
    This is done when there is no warehouse management. means in the delivery picking tab, you have a field as Pick Qty. The you have to give the quantity (either less than or equal to delivery qty field), then you can save the delivery. This is called manual picking
    2. Automatic Picking
    This is done when there is warehouse management is available. Then in the delivery picking tab, pick qty is grayed out. That means you cant enter the pick qty manually. For this you have to create a transfer order.
    For this you have two options
    1. With in the delivery:
    In the delivery it self before saving the delivery, you can click on "subsequent functions" drop down list on the standard menu bar, in that you have option "Create Transfer Order" click on that
    Then it will ask whether you want continue to next, say ok, then it will take you to Tranfer Order Creation Screen, Click on Generate TO item, and save it. Now the delivery is created and the Picking is done for that delivery.
    2. Using Transaction Code
    You can also do the same using transaction code. For this first you have to save the delivery.
    Goto T. Code LT03, Then it will ask for
    Warehouse Number (mandatory field)
    Plant (optional no need to mention)
    Delivery Number (mandatory field) and press enter
    Then it will take you to Transfer order creating screen, which will be nothing but above mentioned screen. Continue with same process and save it.
    Now picking is done for your delivery.
    It cant be possible to create a Transfer Order automatically once after delivery is saved.
    Hope this is clear.
    Reward if helpful.
    Thanks
    Praveen

  • Creation of Transfer Order takes a long time and finally throws spool error

    Hi,
    I create Sales Order of type OR. I do delivery successfully. But when i proceed to create Transfer Order, it takes painfully long time and finally after painful 30 mins or so, it throws a error message, 'Error in spool call' with a blank page. I click on save icon and transfer order is created.
    But the creation takes very long time. I checked SP01 and there are no requests.
    Any suggestions will be rewarded.
    Regards,
    Mangesh

    Dear,
              Kindly contact your Basis team it will help you.
             After error please take the screen short of SU53 and give to basis team.
    May be it will help you.
    Regards,
    Sandip

  • Transfer order goes on wf-batch

    Hi
    I am using BAPI_GOODSMVT_CREATE to create a transfer order via evetn linkage. however the TO goes on WF-BATCH rather than the actual user.
    Please advise.

    Ok... let see if I understand you right...
    You are using Event Linkage. This means you are using method CREATED of the Business Object BUS2017 and you should also be triggering Standard Workflow WS53800005 from that MKPF created event. Am I right?
    Which transaction are you executing? I guess MIGO? Because the user is executing the transaction, the Material Document gets posted with his ID. That transaction triggers the event CREATED of the BUS2017 which fires the workflow and creates that transfer order, which is being executed using the workflow user WF-BATCH.
    Kind regards,
    Andres.

  • BAPI /FM for getting Transfer Order details based on Material Doc No.

    Is there any FM or BAPI with which I would be able to get directly Transfer Order details, status etc based on Material Doc No without going into the tables?
    Thanks for your help
    Usha

    Yes, you can use BAPI_WHSE_TO_GET_DETAIL.
    You can find bapis using transaction BAPI and following functionnal nodes.
    Regards,
    Christophe
    <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Apr 30, 2008 11:37 AM

  • Why transfer order is unable to print in LT31

    Hi,
    This is a question about LT31 printing problem.
    my print code used and spool control data used are "02".
    Problem:
    I tested our system both in production and quality system on LT31 and both system behave differently though LT31 is standard SAP.
    This is the problem. I tested three confirmed TO at PRD and immediately when I hit execute print, there are three Spools showing green color in SP01 (this means successful printed, with status "compl"). However, when I tested three confirmed TO at QAS, the three spools shown in SP01 were red color (i.e. with status "waiting").
    Do you know what is going on? thanks again.
    tuff
    (p.s. the TO tested between the two system are similar, i.e. QAS is a copy version of PRD)

    Hi,
    Please run transaction LX31 (Analysis of print control table) for the transfer order and warehouse number and check where it is failing. Also you can check the error / information in SP01 by double click on spool number.
    Hope this will help.
    Reg,
    Sudhir

  • Transfer order Printing Error

    Hello,
    I have two issue with tranfer order
    1) We are printing transfer order through network order CN23 .The part has been issued to network order from 3 Group WBS element .So when we are printing the Transfer order it is just printing one WBS element on transfer order not the other two of them.So is there a configuration setting for the trnasfer order to print all the WBS element?
    2) When the user is printing tasfer order from his profile LT31 and including all the setting plus defined printer as LOCL the transfer order is not getting printed .Only when he is going to SP02 it is getting printing .So i guess there must be some setting that is missing in printer config .I checked in OMLV but couldnt find one .Can any one pls help.?

    Thanks for the reply Abhijit.I saw in OMLV in Print code that the printer has been set to 02 so does that mean it is going to Spool? If so how can i change the setting back to print immediately ?what needs to be done in printer setting to get that print immediately.
    My first question is related to Transfer order print out .We have network order which has 3 WBS elements from which the component has been issued.So when we print the transfer order via LT31 it is only printing one WBS not the other two of them.So my question is is there a way in config to change the Transfer order so that it print all the WBS element or it should be done via coding?

  • Order as Direct material Tab activation

    Hi Guys,
    I select some materials from catalog and transfer them to SRM system and some materials I find a tab with ORDER AS DIRECT material. where as for some material I do not find, when I click on the Order as direct material this goes into a stock item.
    So in order to activate this for some Vendor catalogues  what are specific settings I need to follow.
    Please suggest.
    This is extended classic scenario and Version 5.0
    Thanks for your replies
    Regards
    Srujank

    Hi Srujank,
    "order as direct material' will be available only for Product of type 'Material'. It is not available in case of product type 'Service'. Please, check if your product is of type material or not.
    Thanks and regards,
    Ranjan

  • Automatic creation of transfer orders from goods receipt of purchase order.

    Hi experts
    The project i am currently working on requires the following;
    When goods receipting a purchase order i have a requirement for the system to create automatic transfer orders to put the stock away into storage bins.  I am aware that the stock goes straight into the 902 area once goods receipted.  Is it possible to have the transfer orders created automatically out of 902 once the goods receipt has been posted.
    In support of this, i have made an entry in transaction OMKX for the following;
    Reference Movement Type - 101
    Movement Indicator - B (goods movement for purchase order)
    Movement Type - 101
    TR Create Transfer requirement - X
    Immed. TO Creation - A
    Addl Data - X
    Once i receipt the PO it just sits in 902 and does not create any automatic transfer orders.
    Could someone please help me
    Thanks
    Simon

    Please try to process the material document of the GR manually by LT06 in foreground to find out the root cause of the error.
    You may also want to setup the mail control (V_T321-MAILK) for immediate TO creation in OMKX. The system will send you a express message (depending on your setup) if TO creation is failed.

  • Routing in Stock Transfer Order

    Hi,
    We are having SAP 4.7 & we have activated Transportation Routing process.
    Routing is copied in Sales order & Delivery. But the same is not copied in the stock transfer Order. We are doing following steps.
    We are using Stock Transfer order to transfer the material from One storage location to another storage location. Supplying Plant & Receiving Plant are same in Stock transfer Order. We are entering Receiving STorage location & Shipping point in the STO.
    Is this b'coz of Supplying plant & receing plant are same in the STO ? Or i need to active something els for this.
    Kindly revert back.
    Thanks in advance.
    Samir Bhatt

    Hi,
    this is one of the problems caused by an organisation structure that is not quite matching the "real world".
    In SAP each Plant should have a unique address and the storage locations are thought of as areas within that address.
    If you have two sites that have different addresses, they should <u>ideally</u> be separate plants. You can then use all of the available functionality within SAP that you would expect.
    If you want to set up a route that goes from one address to another than this is possible, but in your case you are actually saying that you want a route for s delivery from and too the same address, not really a real world scenario.
    So if you really want to do this then each site should be a plant. I expect that it is too late to change your design but it is important for others reading this to understand the problems that are caused when Storage locations are used instead of Plants for physically separate addresses.
    Sorry if this is not much help to you but it should help you to understand why you are having a problem.
    Steve B

  • Open Qty is not copied in Delivery for Stock Transfer Order

    Hi,
    In the Stock Transfer Order process, Once the STO Order is created, I am creating delivery in the transaction VL10B or VL10G.
    When I am clicking the background button Delivery gets generated. Then when i am going in the transaction VL02N and increasing the delivery Quantity which is more than STO order quantity, the system is accepting it. But i want the system to throw an error message if the delivery quantity is more than the order qauntity. For this I have made the following settings.
    In the Transaction Code 0VLP, i have selected B in Check Over Delivery field. But still it is not throwing an error.
    The reason for the same may be, the system is not copying the Open Delivery Qty from the STO Order (Which normally happens in Sale Order to Delivery process, bcos of Copy Control). This field has 0 value. So the system is not able check for over delivery.
    If I get this value in the delivery then it should be working fine and the sytem will throw an error for over delivery.
    Can you please suggest me a way to get this open qty value in delivery for STO order or suggest me some other option to check for over delivery in STO.
    Regards
    Vijay

    Dear Friend,
    If I can understand you clearly.
    to achieve your task the best way you can sit with your abaper and configure a routine and assign the same to T-code OVLK delivery type customizing :
    In the Item requirement : Generally it is 202
    reward points if helpful,
    regards,
    Amlan

  • How can i display the MRP controller in transfer order print?

    Dear all:
       When i print the transfer order(Tcode: LT31) ,i want to display the MRP controller in the output form.
    How can i get that ?
    I found the user exit MWMD0001 and add the code in the include like this:
       select  single dispo from marc
         where matnr = ltap-matnr
               and werks = ltap-werks.
         zdispo = marc-dispo.
    But caz the "zdispo"  could not been brought to the "print form " of the report RLVSDR40 which control the print LT31.So ,i failed.
    Anyone advice?

    The problem is as zdispo is declared in your user exit it doesn't become available. Had it been declared variable in the include of the program for LT31 you would be able to use it directly in the script.
    Try doing this instead in your layout set.
    /: PERFORM MRP_CONTROLLER IN PROGRAM ZABCXYZ
    /: USING &LTAP-MATNR&
    /: USING &LTAP-WERKS&
    /: CHANGING &ZDISPO&
    /: ENDPERFORM
    in your program ZABCXYZ.
    FORM MRP_CONTROLLER tables in_par structure itcsy
                               out_par structure itcsy.
    tables: marc.
    data: matnr like marc-matnr.
    data: werks like marc-werks.
    READ TABLE IN_PAR WITH KEY ‘LTAP-MATNR’.
    CHECK SY-SUBRC = 0.
    MATNR = IN_PAR-VALUE.
    READ TABLE IN_PAR WITH KEY ‘LTAP-WERKS’.
    CHECK SY-SUBRC = 0.
    WERKS = IN_PAR-VALUE.
    select single dispo from marc
    where matnr = ltap-matnr
    and werks = ltap-werks.
    IF SY-SUBRC = 0.
    READ TABLE OUT_PAR WITH KEY ‘ZDISPO’.
    CHECK SY-SUBRC = 0.
    OUT_PAR-VALUE = MARC-DISPO.
    ELSE.
    CLEAR OUT_PAR-VALUE.
    ENDIF.
    MODIFY OUT_PAR INDEX SY-TABIX.
    ENDFORM.
    This should work.

Maybe you are looking for