How to create Automatic TO at MIGO

Hi Guys
How to create automatic Transfer order(WM)
I need this after creation of MIGO
Where I can see the TO number(Not TR)
What are all the config setttings for this( Triggering Auto TO)

Hi
Use OMKX
Or browse through
SPRO>Logistics Execution>Warehouse Management>Interfaces>Inventory Management>Activate Automatic TO Creation
Regards
Amuthan M
Edited by: Amuthan M on Apr 22, 2009 3:12 PM

Similar Messages

  • How to create automatic po from migo?

    enter Vendor
       Message no. M7018
    i want to create automatic PO from MIGO and i put the vendor in partner field vendor but this msg is issued

    Hi There
    Pre req for Auto PO
    1. Material master - P View- Auto PO enabled, and Material should be Valuated material and Procurement type should be F.
    2. Plant should be assigned to STD p Organ
    3. Vendor Master enable the Automatic PO
    4. Info Record with the Valid Price
    5. In Purchasing define default values for document type(PO) independent of transaction(MB01)
    6. Inventory Management- Movement Type- 101 and 161 Auto PO should be enabled
    7. Manual Entery @ the time of MIGO- Material , Plant, Location, Vendor and Qty
    You will get the PO, Material Document and Acc Document,,,
    Cheers
    Senthil

  • How to create automatic creation of BP from customer and vendor master data

    Hi gurus,
    can any one tell how to create automatic creation of BP from customer and vendor master data.
    Please give me the steps.
    Thanks
    Sasikanth.

    HI,
    Goto SPRO\ Cross application components \ Master data synchronization \ Synchronization control.
    Assign account groups of customer and vendors to respective BP grouping. This setting is enough to create BP in background while creating customer / vendor. But the fields groups are very much important, ensure mandatory fields should be sync.
    rgds,
    Srini

  • How to create an RFC for MIGO transaction?

    How to create an RFC for MIGO transaction?
    I want my RFC to accept all details as accepted in MIGO transaction.
    For the entered PO no, display the materials against it and allow user to enter the quantity for the same.
    Then the user should be able to post the PO by executing the RFC.
    Kindly revert asap.
    Thanx in advance,
    Bhakti

    Put good movement header data in structure header
      l_header-pstng_date = sy-datum.
      l_header-doc_date = sy-datum.
      l_header-ver_gr_gi_slip = space.
    Assign goods movement code
      l_wa_goodsmvt_code-gm_code = c_gm_code.
    Add material, plant, and other line item details in
    goods movement item table
      l_wa_goodsmvt_item-material = l_wa_selected-matnr.
      l_wa_goodsmvt_item-plant = l_wa_selected-werks.
      l_wa_goodsmvt_item-stge_loc = l_wa_selected-lgort.
      l_wa_goodsmvt_item-batch = l_wa_selected-charg.
      l_wa_goodsmvt_item-move_type = l_wa_selected-mov_type.
      l_wa_goodsmvt_item-entry_qnt = l_wa_selected-deviceid.
      l_wa_goodsmvt_item-entry_uom = l_wa_selected-meins.
      l_wa_goodsmvt_item-move_plant = l_wa_selected-zwerks.
      l_wa_goodsmvt_item-move_stloc = l_wa_selected-zsloc.
      l_wa_goodsmvt_item-move_batch = l_wa_selected-rec_batch.
      l_wa_goodsmvt_item-serialno_auto_numberassignment = space.
      APPEND l_wa_goodsmvt_item TO l_i_goodsmvt_item.
      CLEAR l_wa_goodsmvt_item.
      l_wa_serial_num-matdoc_itm = l_c_mat_doc_item.
      l_wa_serial_num-serialno = l_wa_selected-sernr.
      APPEND l_wa_serial_num TO l_i_serial_num.
      CLEAR l_wa_serial_num.
    To call BAPI BAPI_GOODSMVT_CREATE to transfer material of transfer
    type one step
      CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
        EXPORTING
          goodsmvt_header       = l_header
          goodsmvt_code         = l_wa_goodsmvt_code
        IMPORTING
          goodsmvt_headret      = l_goodsmvt_headret
        TABLES
          goodsmvt_item         = l_i_goodsmvt_item
          goodsmvt_serialnumber = l_i_serial_num
          return                = l_i_return.
    cheers
    Aveek

  • How to create automatic serial number for ticket in illustrator?

    How to create automatic serial number for ticket in illustrator?

    Check this out
    http://forums.adobe.com/message/1271310#1271310

  • How to create automatic timer process in BPM?

    Can anyone tell me how to create an automatic timer process in BPM?
    Can I just create an manual process, and drag the timer event into the swam lane, can connect the timer to the service and then to the end event?
    Thank you

    Hi,
    You can make use of Global Automatic activity to kick off your process at a particular time. Place a Global Automatic activity in your process and right click on the Global Automatic activity and select Properties --> General --> Global Automatic Type: Automatic Schedule, Automatic Schedule: <Configure with your requirement>.
    Else you can make use of due transition/timer activity to get your task done.
    Bibhu

  • How to create automatically users&roles in CUA and in chlid systems?

    Hi,
    i have a CUA on a 2 chlid R/3 systems (test and training) and 2 portal systems (test and training).
    i need to create a web application to create automatically users test and users training in CUA and see them in the R/3 chlid systems and at the same time to create autmatically a roles in CUA and R/3 chlid systems for those users (we sppose that the role is already stored in a table).
    are there any standard BAPI or Funcion modules that can do this job?
    is the role created automatically in CUA can be seen automaticall in the portal child system?
    any help?
    Thanks&Best regards

    You can use one of the various ways Java EE provides you, e.g. container managed authentication.
    It's also all in the Java EE tutorial: [http://java.sun.com/javaee/5/docs/tutorial/doc/bncas.html].
    You can configure it in the application server as well: [http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html].
    Here is an example how to use it in JSF: [http://ocpsoft.com/java/acegi-spring-security-jsf-login-page/].

  • How can create automatic billing?

    hi,
    I want to create automatic billing after creation the goods issue in delivery.
    I want to know how we can do it and is it necessary to use special user exit to program or not?
    Thank you.

    Hi Lida,
    Take the help of BASIS and give them the criteria as to for what billing types you want to do the Auto invoicing and then other criteria ( like docs with PGI or with out PGI n other ) save the criteria as variant and ask the BASIS team to run it at regular or required intervals...
    Also take a look at the below link if you wish to and check if any of the userexits meets your requirements.
    [https://www.sdn.sap.com/irj/scn/wiki?path=/display/erplo/sdUserexits]
    Hope it helps
    Thanks and Regards
    Rohit.

  • How to create automatically pdf with automator

    Hello,
    Probably my problem has been posted many times on this forum. So, any help is more than welcome.
    I would like to create a workflow that creates automatically a pdf version of any file when dropped for example in a defined folder.
    Is it possible? Does someone have already a similar workflow working?
    Thanks in advance
    Regards
    Tom

    Sure, but you would do that if you have to convert one or two files.
    I am looking for a workflow which converts automatically into pdfs hundreds of word documents for example.
    thanks
    tommaso

  • How to create automatically users&roles in CUA and child systems

    Hi,
    i have a CUA on a 2 chlid R/3 systems (test and training) and 2 portal systems (test and training).
    i need to create a web application to create automatically users test and users training in CUA and see them in the R/3 chlid systems and at the same time to create autmatically a roles in CUA and R/3 chlid systems for those users (we sppose that the role is already stored in a table).
    are there any standard BAPI or Funcion modules that can do this job?
    is the role created automatically in CUA can be seen automaticall in the portal child system?
    any help?
    Thanks&Best regards

    Thank you all. I got the solution.
    Regards
    Rajesh

  • How to create/automate a picklist in I/O Field of a screenPainter?

    Hi All,
    I have a screen: I/O box field and table control that will allow users to accept input.
    Please see the screen-shot below.
    http://img197.imageshack.us/img197/6526/ioboxnopicklist.jpg
    Declared in my top include as:
    DATA: P_WERKS LIKE T001W-WERKS. "Plant Master Table
    But during execution, I cannot see any picklist for the plant?  How can I automate it in the case of I/O field?
    I cannot declare PARAMATERS in my TOP include since my program is moduled.
    Thanks.
    Regards, Jaime

    Hi,
    Assign this H_T001W_C search help in the attributes of the field in the screen painter.
    Hope this helps you,
    Regards,
    Abhijit G. Borkar

  • How to create Automatic Delivery and Billing documents immediate

    Hello,
    I want to create Automatic delivery and billing documnets immediate once I create a sales order.
    E.g I need to see in the Status Bar the delivery and billing document was created.
    Thank you in advance
    Your help is highly appreciated
    Alfaid

    Please search in sales forum.  Many times this was discussed there.
    thanks
    G. Lakshmipathi

  • How to create user exit for MIGO check  "item OK" Field select/unselect?

    Hi All,
       I want to know User Exit for MIGO Screen. when I click check button it will be show "Item OK " Field select or not.
    MIGO Screen post if Item ok field select both parent id and line id . otherwise it will be show error message?.
    Can Please  every one tell me how to do user exit for MIGO?
    mail id: [email protected]
    thanks,
    S.Muthu,

    Hi,
    check the BADI <b>MB_MIGO_BADI</b> ( method: POST_DOCUMENT).
    COMD enhancment <b>MBCF0005</b>
    Regards

  • How to create automatic receipts in ar

    hi,
    we created document sequence and assigned receipt method against it. And changed profile option to partially used. And create the Receipt Classes for automatic. While making the receipt it asking payment instrument. how to solve this error. Pls guide me.
    Regards,
    R.Carolin

    hi,
    Provide exact error message which you are getting.
    --Sri                                                                                                                                                                                               

  • How to create automatic Transfer Order for posting change delivery mvt.321?

    Hi,
    We are using HU with WM functionality; While posting stocks after UD, the system creates a posting change delivery instead of directly posting the stock to unrestricted stock from quality stock.
    Now that we have to process the ourbound delivery bu creating a transfer order and confirming it and also do a Post Goods Issue against delivery then only the system posts the stock into unrestricted stock.
    Our client doesn't want to go thro' these process steps. They would like the stock to be posted to unrestricted automatically after UD stock posting (movement type 321). Is there a way out to automatically process the posting change delivery in the background including Transfer order creation and confirmation and PGI please?
    Thank you,
    Regards,
    Madhavkrishnaa.

    Pls see the customizing.
    SPRO:  Logistic Excution>Warehouse management>interfaces-->Define Quality management

Maybe you are looking for

  • Developerday  VM Ora-12505 Getting Started with Oracle SQL Developer 3.0

    Just downloaded the VM , Started the tutorial Getting Started with Oracle SQL Developer 3.0 As mentioned in tutorial , I was trying to make a new connection and I am getting following error Ora - 12505 : TNS Listener doesn't currently know of SID I g

  • Iphoto2: i have multiple i photo libraries. need help

    Hi everyone. When click into my "pictures" folder, i have two iphoto library folders (iPhoto Library) and (iPhoto Library_1). Does anyone have any idea why I would have two? They also do not appear to have the same exact contents. for example, under

  • Trying to convert String to java.sql.Date

    I need to convert a String (in the format "yyyy-mm-dd") to java.sql.Date It was suggested I use the following, SimpleDateFormat formater = new SimpleDateFormat("yyyy-mm-dd"); Date result = formater.parse(dbirth.getText()); However, It seem to produce

  • Change profile name in iMessage

    how do I change the profile name "jabber" on imessage?

  • PDF and Font Problems 10.6.8

    Ugh. MBP13 7,1 (mid 2010) 2.4g C2D 4G Ram I use Vectorworks 2011 to produce CAD drawings for customers and the plant. Recently I began having issues with my PDFs of my CAD not being fully distilled - various issues but primarily most dimensions not v