Reverse is not posible GR in an inbound delivery with quality inspection

Hi!
I am trying to reverse goods movements for inpection lots for handling units (HU).
Does any one Know how to do that???
In my case, I need to reverse an inbound delivery that is asociated to an inspection lot.
Please, could you help me? any idea???
Thanks alot!
Regards,
Tati

Putaway relevancy of item category can be changed to make operations not relevant for WM.
Inbound creation and GR can be carried out.

Similar Messages

  • Create Inbound Delivery with Reference to PO using Serial Numbers

    I guys.
    I didn't find any BAPI  to create an Inbound Delivery with Reference to PO using Serial Numbers so I've made a Function Module with BDCData.
      LOOP AT serial.
        ADD 1 TO ld_count.
        ld_value = serial-sernr.
        CONCATENATE  'RIPW0-SERNR(' ld_count ')' INTO ld_field.
        PERFORM bdc_field USING ld_field ld_value.
      ENDLOOP.
    This works fine for 10 entries, but when I'm trying to use 1000 entries in serial Internal Table I'm getting the error: Screen 0000 is too large for internal batch input area - Message no. 00379.
    Please note that my issue is the Serial numbers, so don't answer me please with BAPIs that doesnt allow me to deal with this.
    Any idea?
    Thanks in advance,
    Nuno

    As I expect, it solved my problem. It's not pretty, but it works...
      PERFORM bdc_dynpro      USING 'SAPLIPW1'       '0200'.
      PERFORM bdc_field       USING 'BDC_CURSOR'     'RIPW0-SERNR(01)'.
      DATA: ld_valor(4) TYPE n,
            ld_next,
            ld_tabix TYPE sy-tabix.
      LOOP AT serial.
        ld_tabix = sy-tabix.
        IF ld_next = 'X'.
          CLEAR ld_next.
          ld_count = 2.
        ELSE.
          ADD 1 TO ld_count.
        ENDIF.
        ld_value = serial-sernr.
        CONCATENATE  'RIPW0-SERNR(' ld_count ')' INTO ld_field.
        PERFORM bdc_field USING ld_field ld_value.
        ld_valor = ld_tabix + 17.
        ld_valor = ld_valor MOD 18.
        IF ld_tabix NE 1 AND ( ld_tabix EQ 19 OR ld_valor EQ 0 ).
          ld_next = 'X'.
          PERFORM bdc_field       USING 'BDC_OKCODE'     '=PNPG'.
          PERFORM bdc_dynpro      USING 'SAPLIPW1'       '0200'.
          PERFORM bdc_field       USING 'BDC_CURSOR'     'RIPW0-SERNR(01)'.
        ENDIF.
      ENDLOOP.
      PERFORM bdc_field       USING 'BDC_OKCODE'     '=RWS'.

  • Goods Receipt using Inbound Delivery with reference to Outbound Delivery

    Here is our scenario that we need help finding a solution:
    1.  Multiple Intracompany POs created
    2.  On the confirmations tab of the POs, we have u201CInbound Deliveryu201D Selected because the items need to be received in with Handling Unit management.
    3.  We have the Order Combination box checked on the shipping tab to allow 1 delivery to be created for multiple purchase orders.
    4.  We create only 1 Outbound Delivery for only available items on various purchase orders.
    5.  Due to being handling unit managed, we need to receive the items using an inbound delivery.
    Problem:  We need to find a solution to easily enter an outbound delivery number which will allow us to receive only the parts that were shipped (issued), via the inbound delivery process. 
    If we remove the confirmation control key, we can complete a Goods Receipt for Outbound Delivery in MIGO u2013 but is there a way to complete a goods receipt using an inbound delivery with reference to an Outbound Delivery?
    Thank you for the help.

    Hi,
    You can work with Inbound delivery created via IDOC Triggered from Outbound Delivery, this will carry the HU Data as well. Please refer this wonderful note, which will explain you a lot of things,  Note 1119073 - FAQ: Automatic inbound delivery creation for stock transfers
    There are other notes also available for Inbound delivery creation with HU in STO, please browse the notes, if you find any difficulty.
    Regards
    Chandra Shekhar

  • Function module to create Inbound delivery with reference to Purchase Order

    Hi experts,
    I want to create Inbound delivery with refernce to Purchase Order. But I want to create item wise. For example If one purchase order is there with 10 line items. 10, 20, 30, 40, 50......100.
    If I am showing report for Purchase Order with select option and if I select first 5 line items 10, 20, 30, 40, 50 then my program should be create one Inbound delivery for selected line items only. I have tried BDC for Tcode VL31N, but its not worked. Is there any Function module to create Inbound delivery with reference to Purchase Order for selected line items????????

    Hi,
    Try FM RV_DELIVERY_CREATE or GN_DELIVERY_CREATE.
    For creating a delivery wrt PO u 1st need to have a sales order i guess.
    Regards,
    Amit

  • Function module create inbound delivery with text

    Hello
    I'm trying to create an inbound delivery with reference to a purchase order and create additional texts. I found FM GN_DELIVERY_CREATE but the texts are not added. I entered data in table IT_GN_TEXTL & IT_GN_TEXTH.
    What can be the problem?
    KR

    We will solve it with some extra development.
    As we do not have the parameter IS_BORGR_CONTROL-SAVE_TEXTS = 'X', I compared the version of ECC 6.0 to the 4.7. In debugging, we just have to pass one check and it will work. We will create a own version of gn_delivery_create with one extra parameter and put this parameter where it is added in Ecc 6.0.
    Check:
    if v50agl-create_decentral ne space
        or v50agl-create_uclief     = 'X'.
    KR

  • Intercompany STO with inbound delivery with freight....Urgent

    Hi,
    I have following scenario to map.
    There are 2 company codes A & B and a shipment of goods is to be transferred from A to B.
    I wish to use Intercompany STO process with UB.
    However, A & B are geographycally separated so there involves transportation costs which will be beared by B.
    How can I have the pricing procedure if I wish to have one in STO ?
    If I create some freight conditions then I can add the values but I will not able to know the exact freight charges till B receives the shipment and the invoice for the same.
    In this case how can I use pricing procedure ?
    If I do not enter any freight charges in PO then how can I add them before I do the GR in B as this is requirement to add freight costs on material at the time of goods receipt so to arrive at exact landed cost for that material in B.
    Once I wish to transfer the goods from A to B, I will do delivery so that stock gets reduced from A otherwise if I wait till the stock is physically transferred to B and then B changing the PO and add freight and subsequently doing picking, PGI and GR ,it will not correctly reflect stock positions in A.
    What is the better way I can map this process.
    If I wish to use inbound delivery before receiving the goods in B can I add conditions in Inbound delivery ? If so how it can be done ?
    So my intended procedure will look as
    Intercompany STO-UB
    Outbound Delivery
    Picking/PGI
    Inbound Delivery with freight
    GR
    Please suggest as this is very critical and important requirement
    Thanks in advance
    regards,
    manOO

    Hi,
    Thanks for the feedback.I wished to use NB but I don't want to go with the regular NB and subsequent billing cycle.
    I want to use UB.
    Anyways, is there any way by which I can have freight cnditions added at the time of Delivery.Be it Outbound or Inbound.
    Please suggest.
    Thanks in advance
    Regards,
    manOO

  • Can we create inbound delivery with refernce to outbound delivery?

    Dear all,
    can we create inbound delivery with refernce to outbound delivery?
    Regards
    ahmad

    Dear Ahamed
    I beleive it is a stock movement between 2 different plants
    If so then the receiving plant will have to do GR against the outbound delivery only
    The outbound delivery of the supplying plant
    The  outbound delivery of the supplying plant will not become the inbound delivery of the receiving plant in SAP
    But logically yes
    Your second post talks about outbound delivery only and that is correct
    My point is your proces doesnot involve inbound delivery at all
    In STO there is no inbound delivery at all
    Inbound delivery in SAP means shipping notification that means the confirmation from the vendor about the despatches
    That will not have  muck material details and it is just a confirmation
    Meaning of inbound delivery from SCM 601 logistics execution
    The goods receipt process using inbound deliveries realistically maps standard
    processes in many companies. If the vendor announces the goods receipt with a
    shipping notification, the inbound delivery can be created either manually or
    automatically on the basis of the shipping notification. It contains information
    transmitted by the vendor concerning the expected delivery times and quantities,
    as well as any information about packaging. It is also the reference document for
    the subsequent putaway using a transfer order. If you also use the transportation
    function as part of Logistics Execution, you can summarize inbound deliveries
    into inbound shipments.
    Regards
    Raja

  • Creation of Inbound Delivery with reference from PO

    Hi,
            I use this FM-BBP_INB_DELIVERY_CREATE for creation of inbound delivery.  Delivery date is  same  Actual GR date means it's working fine. But i give less than or greater than Actual GR date  means it shows following error,
              'Acknowledgment for PO item 10028 00010 contains date variance'
        Please tell me how to correct this error.Otherwise tell me correct FM/BAPI to create inbound delivery with reference from PO

    Hi Anjaneya,
                My business process is,(In MM side)
         I create one purchase order(me21n) mention Delivery Date is 24.08.2011 and Delivery Qty is 20 etc......And raise the po to vendor.
       In vendor side, check the po details and perform confirmation process i.e creation of inbound delivery using FM BBP_INB_DELIVERY_CREATE. I give the following  inputs,
            Import
              IS_INB_DELIVERY_HEADER -DELIV_DATE  = 26.08.2011
             Tables
             IT_INB_DELIVERY_DETAIL -MATERIAL = M1
             IT_INB_DELIVERY_DETAIL -DELIV_QTY  = 20
            IT_INB_DELIVERY_DETAIL-UNIT = EA
            IT_INB_DELIVERY_DETAIL-PO_NUMBER = 0000010028
             IT_INB_DELIVERY_DETAIL -PO_ITEM  = 00010
    If run this FM shows the following error
           '      Acknowledgment for PO item 0000010028 00010 contains date variance'
                    Please tell me how to correct this error.

  • Is it possible to create an inbound delivery with MB31

    Hi,
    I would like to know if it's possible to create an inbound delivery with transaction MB31. It's a requirement of the client that all goods that come into the warehouse (HU managed) get in with an inbound delivery.
    So, for the scenario of production (non HUM storage Location) to warehouse (HUM storage location) a transfer posting will be done with MB31, A inbound delivery must be created.
    I hope this is possible.
    Regards,
    Alexander

    Hi,
    You can use an STO to transport stock from production to your warehouse and you can use VL31N with reference to your STO to create an inbound delivery document.
    Thanks
    Silas

  • Could we create an inbound delivery with reference to purchase requisition?

    Dear all,
    Could we create an inbound delivery with reference to purchase requisition?
    If yes, how could we customize the system?
    Kind regards,
    Adi

    No, I don't think so. You have to convert it into a PO and then you can create the delivery.

  • Create Inbound Delivery with reference to Outbound Delivery

    Hi Team,
    Can anybody describe the process needed to be able to Create an Inbound Delivery with reference to an Outbound Delivery.
    Also, can the whole inbound delivery creation process be automated?
    Thanks.

    Inbound Delivery can be created wrt :
    Purchase order
    Shipping notification
    Customer return
    and
    Outbound Delivery can be created wrt:
    Goods shipment based on a sales order
    Stock transfer order
    Goods return (to the vendor)

  • Inspection lot not getting cancelled after the inbound delivery is created

    Hello,
    The scenraio is like this.
    1. Material was procured in plant A.
    2. Using the stock transfer purchase order, transferred the material from Plant A to Plant B.
    3. Outbound delivery was created, Handling units were assigned and Post Goods issue was done.
    4. As soon as this was done, inbound delivery got created automatically in plant B and Handling units were assigned.
    5. Inspection lot was created with origin "08".
    6. Now I want to reverse all the transactions, so I did as mentioned below.
    7. Handling units were deassigned from the inbound delivery and inbound delivery was successfully deleted.
    8. Now tried to do the reverse post goods issue and got the error "Handling unit XXXXXX cannot be reversed"..Goods movement cannot be reversed for handling unit XXXXX because it has been changed or assigned to object since the last goods movement posting".
    The issue is that as soon as the inbound delivery is deleted, the inspection lot status should change, which has not changed. So kindly let me know how to make the system cancel the inspection lot as soon as the deassignment of handling units is done in inbound delivery or the inbound delievry is deleted.
    Regards,
    Narendra Bora

    Hello,
    Can anyone please reply.
    Regards,
    Narendra Bora

  • MB1B 311 Mvmt Type not completing goods receipt on inbound delivery

    I have existing warehouses that complete this transaction (non-HU managed SL to HU managed SL).  I have created a new warehouse, however this process is not working the same in the new warehouse.  Can someone tell me what configuration I am missing?  The TO is created and confirmed automaticly, but the inbound delivery is not posted.  I can open the inbound delivery and post it without any messages.
    Thank you,  Julie

    Hi,
    For creating inbound delivery , Confirmation tab must be entered in PO. It is must.then only you can post GR wrt Inbound delivery.
    Try it and any quries let me know.
    Regards,
    Smitha

  • VLO6if will not show PGR Date in inbound delivery

    hi Gurus,
                VL06IF will not show the Post good receipt date of an inbound delivery,
    need this date inserted in the report.last column good recepit does not show any dates
    showing last column empty
    please check
    thanks,
    Joan

    Hi,
    Check Note 128150 - VL06: Designing your own display variants. It explains how to do with enhancement V50Q0001.
    I hope this helps you
    Regards,
    Eduardo

  • GurtVLO6if will not show PGR Date in inbound delivery

    hi gurus,
           Pls provide me the flow on how to link the inbound delivery number with the material document number, as I need to get the material doc number based on that delivery number and then I need to get the receipt date i.e. document date or posting date  from the material document master tables and fill in the enhanced structure field that I added for the goods receipt date in standard structure,, for this purpose and  at last inside the user exit to fill values for report vl06if.
    Regards
    NNeeti

    hi nneti,
               put thevariant parameter and check with material master

Maybe you are looking for

  • HT202157 my Apple TV 2nd gen firmware is stuck on version 4.3 -- how to update?

    I have a 2nd generation Apple TV which software I regularly updated whenever there was an update until version 4.3. After that whenever I check for an update it always states that the software is up to date. What do I need to do to update it to the l

  • Cant connect w/video from my mac ichat to PC users AIM.

    When in ichat and trying to connect a video chat from my mac to a PC user using AIM, I get a communication error. On my end it often says they declined while on their end it says Timed Out. Mac to Mac seems to work just fine. Any Suggestions?

  • Constant Pop-up Warning Message- PhotoshopElementsSyncAgent.exe-No Disk

    How can I stop this constant pop-up box from appearing on my computer screen every 30 seconds even when Elements is not running. Never had it before until I turned my computer on in May- I am wondering if something to do with the change over for back

  • QM control key functions?

    Dear SAPIENTS, I would like to know the details description of QM control key in material master. I have defined control key 0007 in which Release required, Invoice block is selected. Now at the time creating Po for this material following error is c

  • Dispatcher not starting-- while upgrade

    hi, I am in the process of upgrading the SAP server. it failes in MSCONCHECK.and it could not execute the program SETUSER '<SID>' so i went in backend and gave some privilages and executed the program loggin in as <sid>adm.. But now after doing this