Error in confirmation of Transfer orders at Header level (TC LRF2)

Hello All,
A transfer order has single item.  It has got confirmed at the item level for the full quantity.  The confirmation switchbox at item level is checked in by the system automatically.  But in header level the switch box is not checked in.
While trying to confirm the Transfer order at header level, the error message shows that the Transfer order is already confirmed.  But the Transfer order still exists in LRF2.
Thanks in Advance.
Regards,
Sasi.

Hi Marcos
Note 566995 is an old correction note, which is probably already implemented on your system but it describes the standard system design regarding confirmations posted in mass processing transactions:
When you enter an operation confirmation via the order info system or the mass processing the system now sets the confirmation type to 'Automatic final confirmation' as well as the indicator 'Post open reservations'. Thus the system automatically generates a final confirmation when you confirm the whole planned quantity and the operation receives status CNF (finally confirmed) instead of PCNF (partially confirmed).
System is designed that way because a mass processing transaction will be generally executed in background mode and a huge number of confirmations can be posted at the same time. Therefore, user will not be able to enter any value to the confirmation.
If you don't want this behaviour you could use the BAPI
BAPI_PRODORDCONF_CREATE_HDR to develop your own mass processing transaction to post confirmations.
BR
Caetano

Similar Messages

  • Termination error while confirming the transfer order

    Hi Csaba/Frenchy,
    I am getting termination error while confirming or deleting the TO (TO is created out of a posting change notice). Upon confirmation, the system is giving a message that the TO is confirmed but when I try to go out of the TO confirmation screen (LT12), I get the update termination error resulting in TO not getting confirmed.
    Could you pls advise how to go about resolving this issue. Matter urgent please.
    regards,

    One more idea: recreate the PCN (same number, ect) and set the fields via SE16N + &sap_edit as they are in the archived PCN. Else contact SAP AG how to solve.
    (I do not know what is the standard solution for this - maybe before archiving belonging data such as open TOs should have been checked...)
    Maybe other solution might be if you debug transaction LT12 and when it wants to refresh the PCN you eliminate this with the help of your ABAPer.
    Edited by: Csaba Szommer on Jul 29, 2008 7:43 PM

  • Transfer Orders with Header and Item confirmations inconsistencies.

    Hi,
    Is it possible to confirm Transfer order at Item level instead of Header level. I have a requirement i.e. Table level LTAK table Header level confirmation should be blank and Item level LTAP confirmation should be "X".
    Could you please suggest me?
    Thank you & Regards
    Srinivas

    Hi Rahul,
    Thank you for your response.
    Can you please explain elaborately. For single item delivery i need to create a Transfer order and confirm Transfer order at Item level instead of Header level. When  I am confirming it is updating in LTAK & LTAP tables. Can you please explain do i need to maintain any prerequisite in configuration?
    Thank you & Regards
    Srinivas

  • Error during creation of transfer orders for mateRIA

    hi gurus,
    I am getting an error while moving material from sl0c2 to sloc1 which is connected to wh by mvmt 321. the document is getting posted and the stock is coming to sloc1,but the error is
    "Error during creation of transfer orders for mateRIAL.how to correct the error.
    regards
    murugan

    Hi,
    The material is maintained at the Warehouse level, hence warehouse transactions have to be completed, by creating a transfer order and the confirmation of the same will create a transfer posting from SL1 to SL2 in the system. This is trigerred automatically depending on the sytem configuration.
    Regards,
    raghu

  • Error during creation of transfer orders for material

    Hi,
            We are doing a transfer of stock from one storage with WM to a storage without WM.
    But system does not finish the process automatically displaing the following error message:
    "Error during creation of transfer orders for material document 49000XXXX"
    System cannot find source storage bin
    Thanks in advance for the help
    Regard
    Enzo

    your picking strategy does not find the bin where the material is.
    So you need to check what value you have entered for picking in WM view of material master.
    then you have to check where your material is (storage type and bin)
    then you need to check customizing to where what storage types are included in the picking strategy that is tight to the material master entry.

  • Auto Confirmation of transfer order - 999 mvt from storage type W01 to S01

    Hi,
    I am trying to automate the confirmation of transfer orders between storage type W01 and S01 using a 999 movement type. The 999 movement type appears to work perfectly when doing a bin to bin movement within the W01 storage type (for example move batch abc from bin 01 to bin 02) no confirmations are required. However if I transfer from a bin in W01 storage type to the S01 storage type (which only has a single bin to represent a staging area) a manual confirmation of the transfer order is required via lt24 or lt12. It appears therefore that the issue is with the storage type S01 for this particular Warehouse. The setting to confirm the TO immediately is already activated for movt 999 in customizing, is there a setting for the storage type that must be defined.
    Regards,

    F1 help for field V_T333-SQUIT:
    Means that the transfer order item can be confirmed immediately during the creation procedure.
    SAP online help:
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/c6/f83e4d4afa11d182b90000e829fbfe/frameset.htm
    To set the confirmation requirement for foreground processing, select the indicator for TO item can be confirmed immediately.
    As per my understanding the immediate confirmation indicator does not mean that the transfer order will be confirmed immediately. It makes possible that during the creation of transfer order you CAN put a flag in the confirmation checkbox.
    If you use it together with "propose confirmation" flag (setting for WM movement type; V_T333-VQUIT), the falg in confirmation check box will be populated automatically during TO creation.
    Edited by: Csaba Szommer on May 10, 2011 11:22 AM

  • Confirming a Transfer Order for RF

    I am trying to find a BAPI or function module that will confirm a transfer order for use with a RF device.  We have tried using a BDC, but it is too unreliable because of the limit on the number of handling units that it can do at 1 time from the same bin.  If you have a way of confirming 30 or more handling units using transaction LT12 in a BDC, I will try that as well.
    Thanks.
    Edited by: Paul Sullivan on Jun 3, 2008 5:36 PM

    Hello ,
    you could try with BAPI_SHIPMENT_CHANGE,
    but it's released and not documented. So, it's at own risk.
    Regards Wolfgang

  • BAPI/FM for Confirmation of Production order at operation level

    Hi ABAPers,
    I am using the 'BAPI_PRODORDCONF_CREATE_ACT'for Confirmation of Production order at operation level.
    I am able to pass the Production order number and Active Operation get the confirmation done.
    But the Confirmed Qty is not being updating in AFKO table.
    The 'BAPI_PRODORDCONF_CREATE_HDR' cannot be used for Confirmation of Production order at operation level as there is no Operation/Activity(Vornr) field in the input table. Hence using this bapi confirmation of Prod order can be only at Order level.
    Can someone know any FM/BAPI which can be used for the Confirmation of Production order at operation level(not order level).
    Thanks in Advance
    Ramesh Babu Cikka

    Hi Ramesh,
    Please use FUNCTION 'BAPI_PRODORDCONF_CREATE_TT'.
    This will work as like as T/Code "CO11".
    I hope this will help you.
    Example :
      CALL FUNCTION 'BAPI_PRODORDCONF_CREATE_TT'
        EXPORTING
          POST_WRONG_ENTRIES = '0'
          TESTRUN            = ' '
        IMPORTING
          RETURN             = ZRETURN
        TABLES
          TIMETICKETS        = ZBAPI_PP_TIMETICKET
          DETAIL_RETURN      = ZBAPI_CORU_RETURN.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
        EXPORTING
          WAIT = 'W'.
    Lanka

  • User exits for delivery picking confirmation and transfer order creation

    Hi
    We have a scenario for which we need help.
    This is to do with replenishment from plant to plant.
    We have sales sets.
    The sales sets needs to be replenished from one plant to another. We want the componenets of the sales sets to picked from the issuing plant. For this we need a transfer order. this needs tobe confirmed and then the goods issue should take place from the issuing plant. Its a two step process.
    we are doing Sales sets in STO. The explosion takes place in STO. However when we create deliveries for this. Only the sales set header item without its components are flowing into the delivery.
    The Tranfer order does not contain the components either.
    However post  the goods issue we  can create a TO with reference to the TR. This is is not acceptable because we want the picking and confirmation to occur before PGI from the issuing plant.
    Could anybody help: We want the TO to be created with the components even though in the delivery only the Sales set header appears. Can u suggest a user exit in which when we create the TR from the delivery the components of the set.
    After confirmation of the TO then we want the picking status to be put as C.
    Supreeth

    Hi,
    Check the following users exits.
    MWMRFSSG            user exit for sorting TOs in RF system-guided transaction
    MWMRFUP             Customer defined general purpose pushbutton called from scr.
    MWMRP001            Cust. Exit for Fixed Bin Replenish.: Delivery Item Selection
    MWMRP002            Cust. Exit for Fixed Bin Replenishment: TR Quantity Distr.
    MWMRP003            Customer Exit for Replenishment using RLLNACH1
    MWMRP004            User Exit for Replenishment using RLLNACH4
    MWMTO001            Enhancements for end of transfer order generation
    MWMTO010            Exit: Calculation of Total Planned TO Processing Time
    MWMTO011            Correction of Planned Processing Time for TO Item
    MWMTO012            Correction of Sorting and Split Transfer Order
    MWMTO013            Stock Removal for Sev. Storage Types as in Stringent FIFO
    MWMTOAU3            Separate selection of posting changes for autom.TO creation
    MWMTR001            Exits at the end of transfer rqmnt creation (IM,PP interf.)
    MWMD0001            Transfer order print via RLVSDR40
    MWMD0002            Transfer order print as multiple process with RLKOMM40
    MWMIDI07            Enhancement for Output WMPIHU (Create Pick-HU) Inbound
    MWMIDO11            Enhancement for message WMTORD: TO with several items
    MWMIDO12            Enhancement for Output WMPIHU (Pick-HUs) Outbound
    MWMIDO13            Extension for WMMBXY (subsequent tasks after goods movement)
    MWMPP001            Enhancement WM/PP Interface (automatic TR generation)
    Regards,
    Murali

  • Error while creating a transfer order for delivery note.

    Hi Gurus,
    I have already created an outbound delivery.  I am creating a transfer request as a basis for goods movement in the warehouse and to print the picking list. so i use the path:
    Logistics -> Sales and Distribution -> Shipping and Transportation -> Picking -> Create Transfer Order -> Single Document.
    Now here i enter the warehouse number, plant, delivery. when i press enter i get error "No items that are to be picked were found".
    I went to the following IMG path -- Enterprise Structure --> Assignment --> Logistics-Execution --> Assign Warehouse number to plant/storage location.
    Assign the warehouse to the plan and storage location.
    Still i get the same error. Could some one help me out here?
    Thanks in advance
    Amit

    Hi,
    can you check whether Warehouse number exists and transfer order creation is required or not at Delivery document under Picking tab

  • Error while creating TO(transfer order) w.r.t delivery note.

    I am usiing HU mgmt(Handling Unit Mgmt) with standard WH mgmt.
    I hae taken recipt of process order in MB31 transsanction which at the end give Inbound delivry no.
    now when i am going to create TO(Transfer Order) w.r.t that delivery no is gives error given below:
    " No items or handling units to be placed in storage could be determined"
    details:
    The inbound delivery does not have any items or handling units for putaway.
    i have tried by creating HU(Handling Unit) w.r.t t delivery & then try to create TO the same error was came at that time.

    Hi,
    can you check whether Warehouse number exists and transfer order creation is required or not at Delivery document under Picking tab

  • Error message while creating transfer order

    Hi Experts,
    My objective is to create a transfer order from a transfer requirement programatically.
    I am trying to create a transfer order using FM L_TO_CREATE_TR programatically. Prior to this FM, I am calling FM L_TR_CREATE to create a transfer requirement. I am passing this transfer requirement to FM  L_TO_CREATE_TR to create a transfer order.
    But on execution of L_TO_CREATE_TR , I am getting an error message: THIS SCREEN IS ONLY ALLOWED FOR MANUAL TRANSFER ORDERS as a status message in the program.
    Please tell how to solve this.
    Thanks,
    Sangeeta.

    Hi,
    Check whether following link is helpful
    http://sap.ittoolbox.com/groups/technical-functional/sap-log-wm/lt04-from-lb01-1239928
    Regards,
    Dhana

  • Unwanted automatic confirmation of transfer order

    Hi,
    I am kind of out of good ideas. The problem is following:
    I pick for production orders to fixed bins using several different WM movement types. When I am low on stock the production orders then cannibalizes on each other when picking in background. I dont have "propose confirmation" set in any of the WM movement types concerned.
    Ex.
    2 pcs are in interim storage type 914, then I generate a transfer order for interim storage type 924 (copy of 914), which picks from 914 and confirms automatically.
    thanks for any ideas of what else to check.

    Hi,
    the thing I need to understand is:
    1. why does the transfer order pick from another interim storage type in background.
    2. why does this type of movement between interims auto-confirm
    thanks

  • Order Confirmation (PM) & Transfer Order (WM)

    Hi all,
    following this path
    SPRO > Logistics Execution > Warehouse Management > Interfaces Inventory > Management > Activate Automatic TO Creation
    we have activated the automatic TO creation.
    We have maintained the value "X" in the column "Indicator: Create transfer order immediately" for all the Movement types. Indeed, creating a good issue (from MIGO transaction) the system offers the OT screen.
    But creating a good issue from the IW41 transaction (Create PM Order Confirmation) the system behaves differently.
    How I can align the two behaviors? I don't want to retain the MM stock misaligned compared to the WM stock.
    Thanks,
    Marco.
    Edited by: Marco Cariello on Jul 14, 2009 12:36 PM

    How I can align the two behaviors? I don't want to retain the MM stock misaligned compared to the WM stock.
    Generally, you cannot cause inconsistency between IM and WM stock via simple GI posting. If you detach your WH from an operating IM SLoc, you can cause...(just one example)
    Is WM/PP interface switched on?
    If yes, no TO is generated at the time of GI - SAP directly consumes it from the interim storage type 100. Reason is that TO creation is before GI in this case: TR is generated (e.g.) at the release of PrdOrd and processing that TR from LB10, you get the TO.
    SPRO > LE > WM > Interfaces > Define Prdouction
    I'm not sure but it can be a possible cause of the behaviour of the system you face...
    Regards,
    Csaba

  • Customized RF transaction for Confirmation of Transfer Order for WM

    Hello everyone !
    I need to develop a customized RF transaction for tcode LM05 and LT11. where i need to call custome screens for
    1. Select transfer order - ( which will fetched from any handheld device like BARCODE scanner )
    2. Navigate to screen SOURCE INFORMATION - Multiple Materials on pressing on NEXT button the control goes to
    3. Destination Information - Multiple Materials and on ENTER pushbutton the TO gets confirmed.
    Basically i need to create ZLM05 and do the above.
    Please can any one provide the steps to achieve the above funcitonality ,
    Thanks & Regards,

    Solved

Maybe you are looking for

  • KT4AV Big problems Please Help!!!

    I am having a few problems. I have just built a new computer here are the specs: AMD Palimino 1.9GHZ MSI KT4AV Winfast 128DDR 8X AGP 80GB Seagate Harddrive 128SDRAM I have tried booting this up and it boots up then after about 10 secs it just turns o

  • Updating iPad 2 from iOS 5.1.1 to iOS 7 - how is iCloud affected?

    My iPad 2 is running iOS 5.1.1 and I use iCloud for my contacts/calendar, etc. If I update to iOS 7, how to I ensure my iCloud accounts won't be affected?

  • ALL Posters - Please read this - important.

    Can I please ask that before posting in the main forums (where this message is) that you check a couple of things first: 1 - Is this the correct place to post? See if there is a subforum that is more suitable - this will get you help & answers to pro

  • Length of the p_file_name in wwsbr_api.upload_blob

    Hi, I am uploading blob file on portal 10 with wwsbr_api.upload_blob ( p_file_name => p_doc_name, p_blob => l_doc_content.doc, p_mime_type => l_doc_content.mime_type) the problem i have is that if the length of the p_file_name exceed 60 char it is tr

  • Import and Export header in CAUFVD

    Hello all, Can anyone tell me How to use Import and Export header for CAUFVD in function exit EXIT_SAPLCOZV_001 as my requirement is to populate overhead key automatically at the time of po order release. Do i have to use any function module ?? If ye