Automate 103 movement on Inbound delivery Save

Hello,
In ECC 6.0, the 103 movement carrying serial number information cannot be performed .
Since the serial number editing is possible for inbound deliveries, it is decided to edit the inbound deliveries manually and to automate the 103-movement execution.
Is there any Enhancement/Exit/BADI available to automate 103-movement on Inbound delivery save?
Regards,
Vanita
Edited by: Vanita Ghalme on Nov 16, 2009 4:50 PM
Edited by: Vanita Ghalme on Nov 16, 2009 4:51 PM

Hi,
You can use the user exit MM06L001 for your own score determination for 'On-Time Delivery'  Below is the link which gives idea about how to create and activate the user exit for your requirement.
http://scn.sap.com/docs/DOC-25273
Amit.

Similar Messages

  • Linking field between purchase order and inbound delivery

    Hi
    I have to enter some data in the purchase order and it has to automatically updated in the inbound delivery.
    For eg: if we enter bill of ladding number in purchase order, it has to get automatically populated in inbound delivery.
    Regards
    shaker

    Hi,
    Is the example provided by you, just for example purpose or is that the field you want to copy? If that is the field you want to copy from PO to Inbound document, then how would you know the BoL no. / details at the time of PO creation?
    However if it is just an example & you want to copy some other field, then you might want to evaluate the below exits:
    MM06E001  User exits for EDI inbound and outbound purchasing documents
    LMELA010  Inbound shipping notification: Transfer item data from IDOC
    Check with your abaper.
    Regards,
    Vivek

  • EWM  inbound delivery

    Hi all,
    We are trying to reproduce an inbound delivery flow from R/3 (ECC 6.0) to EWM ( SCM release 5.1).
    We created an Integration Model, and it runs in the correct way, because Product, Location and BP Data were created correctly in SCM.
    Now, when we create an inbound delivery in R/3 with a Packaging material, in SCM an Inbound Delivery Notification is created, but the system does not create
    in automatic way the linked Inbound Delivery in SCM, as the Sap library shows.
    Running SLG1 transaction one of the error messages shown is: "HU number XXXXXXX is internal and cannot be assigned externally"
    Can someone help us?
    Thanks in advance
    Regards,
    Rossella.

    Hi Antonella
    Looks like the PPF actions which create the INB dely are giving an error since the HU settings are not complete. Make sure that the packing material in EWM (which is CIF from ERP and WH Product has been creared) has a valid HU type entered. Also ensure that the HU number range in EWM (external number range) is in sync with the internal number range if HUs created in ERP.
    Hope this helps
    Thanks
    Deepak Joshi

  • Automatic creation of TO's for Handling Unit Inbound Delivery -del type HID

    Hi Guru's,
    I would like to create the putaway TO's for a Handling Unit inbound delivery automatically (delivery type HID). This means at the moment of the creation of the Inbound Delivery. The packing is also automatically done by the customizing of the delivery type. Did somebody faced this requirement before?
    Thx,
    Carl

    I found the solution:
    Choose Customizing activity Define Output Types for Inbound Delivery, and define output type WMTA. Enter the following values in the detail view of output type WMTA under General Data:
    Enter an existing Access sequence. Access sequence 0001 is predefined in the standard system.
    Set the indicator Access to conditions.
    Set the indicator Partner-indep. output.
    Save your entries.
    In the menu tree, choose the entry Processing Routines in the Customizing activity Define Output Types, and enter the following values:
    Choose entry 8 (special function) for the indicator Transmission Medium.
    Enter RLAUTA20 in the field Program.
    Enter ENTRY in the field Form Routine.
    Save your entries.
    Choose the Customizing activity Maintain Output Determination Procedure.
    Define a procedure and enter the output type WMTA in the control view of the procedure. The procedure E10001 is predefined in the standard system.
    To define a suitable condition record for inbound deliveries,
    choose Logistics -> Materials Management -> Purchasing -> Master Data ->
    Messages -> Inbound Delivery -> Create from the SAP menu.
    Enter the output type WMTA.
    Enter output medium 8 (special function) for delivery type Inbound Delivery.
    Select the desired Date/Time.
    Select the desired Language.
    Cheers,
    Carl

  • Default Movement type in inbound delivery

    Dear Experts ,
    Can anyone please tell me where in configuration is the movement type assigned against an inbound delivery .
    My requirement is to change the defalut movement type 101 for GR against inbound del to 103 , but only for a particulat PO document type.
    Eg PO doc type Z001 will have the defalut movement type in GR against inbound delivery as 103 .
    for all other document types the movement type will be 101 .
    Please suggets if it is possibel & how .
    Regards
    Anis

    Hello Anis,
    Generally, we go for movement type 103 for bolcking the goods reciept. As per SAP practice,we put the material in blocked stock, if we want to carry out inspection or before taking it into unrestriceted stock. Either way, we found a material which is faulty and we put it to blocked stock to return it back to vendor.
    Why you want to go for blocked stock, during reciept, as generally blocked stock movement type is used after Goods reciept are done based on above explanation.
    I guess, still if you want to use 103, you can do this either for particular vendor or for a particular material.
    To do it at vendor level, you can mark blocked stock indicator in vendor master record, either for material you can set this indicator in material master record.
    BR,
    Tushar

  • MB1B Movement 323 Outbound Delivery Inbound Delivery

    Hello,
    I try to execute 2 flows in order to transfer stock from one SL to another SL.
    The first flow is in status unrestricted used.
    With the transaction MB1B I am able to create an outbound delivery.
    When I do the PGI, an inbound delivery is generated automatically.
    Everything is OK.
    The second flow is in status Logistic Blocked.
    With the transaction MB1B I am able to create an outbound delivery.
    When I do the PGI, no inbound delivery is created !
    That's my problem !
    Could you help me to find what is missing in my customizing please ?
    Test Case :
    MB1B
    I use movement type 313 for flow in unrestricted used.
    I use movement type 323 for flow in logistic blocked.
    Fill the plant, the SL of departure and the SL of arrival.
    An outbound delivery is generated.
    Why, after the PGI, no inbound delivery is generated in the SL of arrival (for the flow with mvt 323) ?
    Thanks a lot
    Matthieu

    Hi Matthieu,
    As I replied in the message:
    As mentioned in note 340238, if you want to create inbound delivery via
    work flow, you have to fill likp-folar. To fill likp-folar, you have to
    define subsequent movement (customizing in T156n).
    See the coding below:
    Main Program     SAPMM07M
    Source code of   MM07MFS0_SD_FOLGEBEWEGUNGSART_
                   l_xmseg_folgebewegung LIKE mseg.
            SELECT SINGLE * FROM t156n
                            WHERE fcode = 'SU'
                              AND bwart = xmseg-bwart.
            IF sy-subrc IS INITIAL.
             l_xlk03-fobwa = t156n-bwart_next.
             ELSE.
               CLEAR l_xlk03-fobwa.
             ENDIF.
    Here, if subsequent movement is defined in T156n, XKOMDLGN-FOBWA will be
    filled. Only if XKOMDLGN-FOBWA is set and is different from the
    movement type(BWART) , system will fill LIKP-FOLAR.
    So, please set subsequent movement for movement type 323 as same as
    movement 313.
    regards,
    Harry
    Edited by: Harry Wu on Sep 8, 2010 6:37 AM

  • Goods Movement Type for Inbound Delivery

    Hi all,
    up to know I always thought that when posting a GR to an Inbound Delivery this happenes with MVT 101.
    In my current project MVT 103 is used; but only if serialized materials are concerned.
    Does anybody have an idea where/how I can control this?
    Nor in the ser-no.-profil neither in the confirmation key sth relevant is stipulated....
    Or coulkd it be that an exit is behind? If so, is there a possibility to find it out?
    bR
    Thomas

    Hey,
    many thx; seems to be very "hot".
    They use a special IC (ZSN) for serials.
    Unfortunately your mentioned link does not work ("Page not found"). Could u pls. check it?
    Looked in T184L, clear so far.
    What now is "missing:" Where/how is Movement Type determined?
    Thx again
    Thomas

  • Creation of automatic inbound delivery

    There is a requirement that inbound delivery should be automatically created after executing 511 movement type. How this can be achieved,Instead of material doc an inbound delivery should be created?

    Hi,
    my situation is:
    - a WM managed warehouse, society A;
    - a HU managed warehouse (without WM), society B;
    - a purchasing process of HU from society A towards society B.
    Society B have a scheduling agreement; when a delivery schedule appears, in society A born a sales order and a delivery. After the registration of the delivery good issue, an idoc transfer information for inbound delivery creation.
    This process is ok without WM, but with a WM managed warehouse the idoc has the following problem:
    "V51VP - item was not found - process cancelled".
    Can you help me to transfer these HU?

  • Automatic inbound delivery creation.

    Hi All
    In our STO process, when the outbound delivery is created from the issuing plant it should automatically create inbound delivery in the receiving plant. I think it is happening by triggering output type SPED.
    In some cases for the same STO we are able to get inbound delivery for few items and not for other items.
    First of all i want to understand usage of SPED and secondly why we are not getting inbound delivery in some cases.
    Thanks & Regards
    Amit

    Hi
    Adding to what i have asked, why SPED didn't worked for some materials. What can be the possible points?

  • Goods receipt inbound delivery using old goods movement transactions

    Hi! I have a client who is still using the old goods movement transactions in the new ECC system. I would like to confirm whether it is possible at all to receipt inbound delivery (from shipping notification) using any of the old goods movement transactions? I don't seem to be able to find one that work.
    Cheers!
    SF

    Yes, does anyone have any idea re this?
    Cheers!
    SF

  • MIGO Goods Receipt - error with Movement Types on GR from Inbound Delivery

    Hi,
    I am getting an error message when processing a Goods Receipt (MIGO) against an Inbound Delivery with as 2 lines with different movement types, a standard 101 and a 970 (the latter being a user defined movement type for free goods).
    The error message I get is 'Movement type 970 is not allowed; only 101 is allowed
    Message no. BORGR622'
    This error message only occurs with a Goods Receipt against an Inbound Delivery, we are able to process a similar Goods Receipt using MIGO against a Purchase Order, with two different movement types 101 and 970, without any issues. 
    It is only a problem with a GR against an Inbound Delivery which is necessary in our MM solution.
    As anybody and ideas how to resolve this?  I cannot see anything obvious in config, and have not spotted any SAP OSS notes either.
    I should mention that we can process a single line Inbound Delivery and Goods Receipt for the Movement Type 970 also!

    Thanks for the reply.  The Price Control Indicator is 'S'.
    The solution was set up at my company before I joined, but the different movement type is to enable the free goods stock to make a Finance posting to a Bonus Stock GL Account.  Bonus stock sale update the same account.
    As I mention the '970' movement type worked fine with Goods Receipt against a Purchase Order (it was coded into to the user exit). 
    The MM procedures were changed to use the Inbound Delivery matched to the PO, this had a result that when the Goods receipt was posted in MIGO it posted as 101 movement, as the PO number was not being recognised.
    By making a further change to the user exit we able to suggest the '970' movement type, but now get the BORGR622 error I refer to.
    '511' is not possible against an inbound delivery either.

  • Automatic Inbound Delivery Creation in HU Managed Storage Location

    Dear all...
    I have created PO, packing instruction, and packing instruction determination.
    Storage location was set to HU managed already.
    Now I want do GR for PO (with MIGO transaction) which can create inbound delivery automatically, and also do the packing process.
    Which config/setting should I do?
    Thanks before.

    HI,
    In IMG-Logistics general-HUM-Basics-MM-IM-HU req for SL and default values for deliveries
    Select the plant and click Sto Loc there u can find HU ReQ, Check that HU Req Box.
    If you set this indicator for a storage location, the system does not create a material document when it carries out a posting, but creates a delivery via Shipping
    Regards
    Kk

  • Why inbound delivery for when  i click "goods movement tab" still A

    Hi
    Please clarify my doubt. I have a PO for which i did inbound delivery and did goods receipt through MIGO also for entire quantity. My doubt is that when i display inbound delivery after all this process and click on "goods movement tab" why the status still shows "A" not started instead of "C" i.e complete inspite of GR done for full quantity. Is there any setting. Please clarify this.
    Dinakar

    Hi
    Please check  how you did MIGO wrt to PO or Inbound delivery i.e. Shipping notification
    Please check your PO details and config of SN
    Kishor

  • Automatically route determination for Normal PO - Inbound delivery

    dear MM experts,
    we are successful route determination for STO & SO, now we wud like to know whether normal PO, route automatically determined or not.
    -while creating PO, we don't find the shipping tab, unlike in sto,
    or
    -while creating inbound delivery
    Please help in giving solution if any one as already implemented
    thanx in advance
    srihari

    Hi, did you solve it? I am having the same problem.

  • Save STO in inbound delivery

    Hi Gurus,
    Requirement is to save Stock transfer order number in Inbound delivery line item when STO is created in SAP.STO will be captured in purchase order level as reference field.
    ME_PROCESS_PO_CUST is this BADI can be used.Pls suggest
    Regards
    Ravi

    U can use Program MV50AFZ1
    and code can be written  in
    FORM userexit_save_document.
    ENDFORM.

Maybe you are looking for

  • File attachment not available on CALL TRANSACTION

    Hello guys, I am using Generic Object System (GOS) for file attachment in a custom transaction. If I access the transaction directly, it is working fine. But if I use CALL TRANSACTION 'ZTRAN', the file attachment in the application toolbar is not app

  • BeX: New Variable Creation

    Hi *, I have created a variable "Calendar Year" for a BeX query. For another query too, I need to have the variable for Calendar Year. Can I use the previously created variable of that query in the current query ? Because, I can see that it allows me

  • How can I transfer songs that itunes says can't be converted?

    I have 38 songs and 5 video's that I purchased through Itunes that won't transfer over to my IPOD CLASSIC 120G. Keepp getting an error message saying these files can't be converted. I had them on it at one time then later on it started to delete them

  • Media player not working after upgrade

    Hi, I tried searching for this exact problem but couldn't find anything. I just upgraded my 8330 to the 4.5 os...Now when I play anything (music, video, ringtones) and try to adjust the volume, it toggle to the next or previous song, video, or ringto

  • Delta and init deletion

    Hi, I had a COPA load which got failed and trying to delete the Delta and init but its not allowing me to do that.. I have changed the request to red... Kindly can anyone will help.. Thanks