Goods Receipt by delivery - RF LM71

Hi,
Hopefully a very simple question.
Within the RF transaction Lm71 (Goods receipt for delivery) I only want to generate transfer orders for those materials that have been selected. At present transfer orders are generated whether the select flag has been set or not.
Is this select flag just an indication to the user that they have checked this material? Can we enforce that the check has been flagged to only generate transfer orders for those materials which have been checked?
Any guidence appreciated,
Thanks
Adam.

Hello,
Havent used LM71 as-is and hence cant comment on the select functionality. However, the other part should be achievable with the help of a developer. You could probably modify the code and put in a logic where in the TO item is only created for the "select " flagged items only. The developer should be able to help you here.
Im sure someone on the forum having experience with LM71 can share.
Thanks,

Similar Messages

  • Unable to post Goods Receipt - Outbound Delivery

    In MIgo when i am selecting Goods Receipt -> Outbound Delivery & enter, the screen replace to Goods Receipt -> Purchase Order. I want to know is there any customizing is re queried.

    Yes.
    You can check it in below config path
    spro>MM>inventory management->settings for enjoy transaction->settings for goods movements (MIGO)-->settings for transaction and refewrence documents
    Regards
    Antony

  • Good Receipt after Delivery Completion Indicator on

    Dear ALL,
    In our Client there is a setting that if Delivery indicator Tick is on then the system is allowing the Goods Receipt . I want that if Delv. indicator is on then System should not allow GR.
    Please provide the Config setting.
    Regards,
    Kapil.

    Hi
    This is a standard functionality  incase PO qty is 100  and you set delivery completed indicator when goods receipt done for  90.then system will still allow receipt of another 10 qty. but not more than that.i.e. total receipt can be 100 only.
    But can use user exit to stop further goods receipt after delivery comple indicator is on.
    Vishal....

  • Error in post goods receipt of delivery for a cross company return STO

    Hi
    I created a cross company return STO in ME21N (with returnd indicator). Vendor V001 (DC) and Site F001.
    I created a delivery in VL10B. Delivery Type NCR.
    I did a Goods Receipt for STO. Movement Type 161. Internally stock in issued from site F001.
    I am trying to do a Post Goods Receipt of the Delivery in VL02N and I am getting this error.
    Delivery quantity is greater than supplying site stock quantity
    Message no. VL900
    Supplying site is F001 which has enough stock.
    DC has no stock and I amtrying to return stock to DC from store.
    How to eradicate this issue?
    Thanks and Regards

    Hi
    http://wiki.sdn.sap.com/wiki/display/B1/SAPBusinessOne...ToGo-3.TheBasicsofFinancial+Accounting
    http://help.sap.com/saphelp_sbo88/helpdata/en/45/06b9997d720487e10000000a155369/content.htm
    kiran

  • Inbound IDoc MBGMCR02 Goods receipt for delivery status 51 Reference Docume

    Hello IDoc experts,
    I try to do a goods receipt for an inbound delivery using inbound IDOC MBGMCR02.
    The inbound delivery is linked to only one PO, and the bill of lading number in the delivery is unique.
    Still I get the following error message:
    Reference Document Number is existing at more then one Purchase Order!
    The inbound delivery is linked to only one PO, and the bill of lading number is unique
    These are the fields I fill:
    E1EBP2017_GM_HEAD01
            PSTNG_DATE:  '20100421
            DOC_DATE:   '20100421'
            REF_DOC_NO: 180000008 (number of the inbound delivery)
            BILL_OF_LADING: 4500001992 (I have put the PO number in the bill of lading number in the delivery)
    E1EBP2017_GM_ITEM_CREATE
            MATERIAL: CH0463COEUR\1 (material number of the first item of the delivery)
            PLANT: ST01
            STGE_LOC: 0001
            MOVE_TYPE: 101
            VENDOR: 100080
            ENTRY_QNT: 100
            ENTRY_UOM: PCE
            ENTRY_UOM_ISO: PCE
            PO_PR_QNT: 100
            ORDERPR_UN: PCE
            ORDERPR_UN_ISO: PCE
            PO_NUMBER: 4500001992
    E1EBP2017_GM_ITEM_CREATE1
            DELIV_NUMB: 180000008
            DELIV_ITEM: 10
    Do you guys have any idea where I go wrong?
    Kind regards,
    Rudy Zijp

    I hope you filled the moment typ indicatior E1BP2017_GM_ITEM_CREATE.MVT_IND to 'B'.
    and E1BP2017_GM_CODE-GM_CODE  to '01 and for Bill of lading field also pass delivery nymber.
    please try with these inputs.
    Regrds,
    Suresh
    Edited by: Suresh Reddy Avutu on Apr 29, 2010 4:40 PM

  • 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

  • Post Goods Receipt in Delivery?

    Generally we have a PGI button on an outbound delivery.But,in one of my returns delivery I have a Post Goods receipt button.I want to know from where does the setting of that button in the delivery screen comes in spro.

    Hi Ronaldo,
    As per the standard Return delivery will have only Post goods reciept (PGR)
    This will controled by the field Document cat. in the OVLK transaction detail screen of the delivery document settings.
    I hope it will help you,
    Regards,
    Murali.
    Edited by: Murali Mohan.Tallapaneni on Jul 25, 2008 12:29 PM

  • Bapi for Goods Receipt - Outbound Delivery

    Hello all,
    I am looking for a Bapi for <b>Goods Receipt for Outbound Delivery</b>.
    I have searched the forum but found BAPIs only for GR for Inbound Delivery, GR for purchase order etc. But not for GR for Outbound Delivery.
    Can someone guide?
    Thanks and Regards,
    Reena

    Hi Reena,
    use this code....
    *& Report  ZSAN_BAPI_GOODSMVT_CREATE                                   *
    REPORT  ZSAN_BAPI_GOODSMVT_CREATE .
    DATA: GOODSMVT_HEADER LIKE BAPI2017_GM_HEAD_01,
          " Material Document Header Data
          GOODSMVT_CODE LIKE BAPI2017_GM_CODE,
          " Assign code to transaction for BAPI goods movement
          MATERIALDOCUMENT LIKE BAPI2017_GM_HEAD_RET-MAT_DOC,
          " Number of Material Document
          GOODSMVT_ITEM LIKE BAPI2017_GM_ITEM_CREATE OCCURS 0 WITH HEADER LINE,
          " Create Material Document Item
          RETURN LIKE BAPIRET2 OCCURS 0 WITH HEADER LINE
          " Return table for messages
    *Fill values in header
    GOODSMVT_HEADER-PSTNG_DATE = '20030825'.
    GOODSMVT_HEADER-DOC_DATE = '20030802'.
    *Fill GOODSMVT_CODE
    GOODSMVT_CODE-GM_CODE = '05' .
    *Fill Item Table
    GOODSMVT_ITEM-MATERIAL = '100-100'.
    GOODSMVT_ITEM-PLANT = '1000'.
    GOODSMVT_ITEM-STGE_LOC = '0001'.
    GOODSMVT_ITEM-MOVE_TYPE = '501'.
    GOODSMVT_ITEM-ENTRY_QNT = '50'.
    GOODSMVT_ITEM-ITEM_TEXT = 'Test Sanket'.
    *GOODSMVT_ITEM-COSTCENTER = '1000'.
    APPEND GOODSMVT_ITEM.
    *Create Good's movement
    CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
      EXPORTING
        GOODSMVT_HEADER  = GOODSMVT_HEADER
        GOODSMVT_CODE    = GOODSMVT_CODE
      IMPORTING
        MATERIALDOCUMENT = MATERIALDOCUMENT
      TABLES
        GOODSMVT_ITEM    = GOODSMVT_ITEM
        RETURN           = RETURN.
    *Commit BAPI
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
      EXPORTING
        WAIT = 'X'.
    *Display Goods movement number
    FORMAT COLOR 6 INVERSE ON.
    READ TABLE RETURN WITH KEY TYPE = 'E'.
    IF SY-SUBRC = 0.
      WRITE: /,'ERROR! Goods movement not created'.
    ELSE.
      WRITE: /,'Goods movent number',MATERIALDOCUMENT COLOR 5,
               'posted for material',GOODSMVT_ITEM-MATERIAL.
    ENDIF.
    FORMAT COLOR OFF INVERSE OFF.
    If useful reward me with points.
    Thanks
    Sanket.

  • BAPI needed for goods receipt for delivery created from sales order

    Hi experts,
    I need help.
    I want to post goods receipt for the delivery created from sales order. I have tried out BAPI BAPI_GOODSMVT_CREATE but I am not able to post it.
    Is there any way to post this? I need BAPI and not FM MB_*....
    Thanks & REgards,
    Bhavin A. Shah

    Hi,
    Please refer to link,
    https://wiki.sdn.sap.com/wiki/display/Snippets/BAPI_GOODSMVT_CREATE-ABAP
    Regards
    Shree

  • Good  Receipt basedOutbound delivery

    hi all
    what is Goods receipt based outbound delivery in transaction code MIGO or Goods receipt according outbound delivery?
    best ragards

    MIGO on outbound delivery option is typically used when you setup your system to use stock transport order. Consider the following process that's fairly standard for STO:
    1. Create STO from purchasing plant to supplying plant
    2. Create delivery document at supplying plant based on STO from step 1
    3. Perform goods issue based on delivery document based on delivery from step 2
    4. Perform goods receipt at receiving plant.
    Step 4 can be performed through MIGO against stock transport order from step 1, or delivery documet from step 2; MIGO on outbound delivery actually refer to the latter option. In both cases, the system will generate the same posting result.
    Revi

  • Goods receipt for Delivery completed PO

    Hi,
    I have issue with a user(Only one user having this issue),who is able to receive the goods for Fully delivered PO.User can receive up to over delivery tolerance given in the PO.How to restrict this.
    Issue is this,
    Purchase Order qty=30 EA
    Over Dely Tolerance=20%
    Received through MIGO=30 EA
    After this also system allowing to receive goods for 20% of the order qty.
    Only one user having this problem.
    By Standard if i receive goods for delivery completed PO, the system will throw a message No selectable items found.
    With regards
    Ram

    Please check Material tolerence limits.If tolerence limit exist change the tolerance limit of material.

  • Good receipt in delivery without reference

    Hi, we make an intensive use of deliveries without reference to move materials between plants. We have noted that when you use deliveries without reference checks are pretty bad. For example, if you cancel good posting (VL09) only checks if there is enough transfer stock, so if your delivery had been received and there is another delivery without reference in transfer with the same material and the same ship-to party, you can cancel good posting for the delivery.
    We also noted that SAP checks everything if you use deliveries for transfer orders.
    Do I have to customize something in order to get this checks made for deliveries without reference?
    Thanks in advance.
    Federico

    SAP can do many checks, if it has data to check on.
    In a delivery with reference, SAP can use this referenced data to perform checks, but in a delivery without reference .......you made the experience yourself --> less  checks.
    You can customize your system to not allow deliveries without reference, then you enable SAP to do more checks. But I guess you dont want this way.
    Why dont you create STOs?
    With proper data for planning, MRP can create requisitions for stock transfers automatically, the requisitions can be converted automatically to a PO using ME59N (which can be scheduled for periodic runs)   So a user has not to do much for this process, and you can always create your deliveries in reference to a STO.

  • "Delivery Completed" Indicator in Goods Receipt

    Hi,
    While doing GR, we want to check the "Delivery Completed" on the Goods Receipt Screen if we are expecting no future receipt against the Purchase Order.
    Currently we are not able to check the Delivery Completed Indicator as it is not in editable mode.
    Is there any issue if we enable the Check Box on Goods Receipt Screen. If no, how can we enable the Check Box.
    Please guide.
    Regards,

    Hi
    This is handled by the system automatically. you can change only in purchase order.
    Refer SAP note 1093582 for more info
    About delivery completed indicator functionality
    The purchase order item is considered closed, even though the total
    quantity may not have been delivered.
    o Although a further delivery is not expected, it is still possible.
    o At the time of the next goods receipt, the system suggests the item
    as unselected.
    o The purchase order item can be deleted, even if the total quantity
    was not delivered.
    Although the "delivery completed" indicator is not set, a purchase order
    item is still considered closed if the full quantity has been delivered. In
    this case, the "delivery completed indicator" is not required.
    In Customizing for Inventory Management/Goods Receipt/Set Delivery
    Completed Indicator, you can define at plant level that the "delivery
    completed indicator" is set automatically in the order if:
    o the total quantity was delivered
    o the underdelivery or overdelivery lies within the tolerances
    Hope it helps
    Thanks/karthik

  • Goods receipt for inbound delivery

    Hi,
    I'm using idoc  DELVRY03 in order to post a goods issue. And It's working very well.
    I want to make a goods receipt for an inbound delivery using idoc DELVRY03. When I use this idoc for this (To make a goods receipt), my delivery can't be updated any more (Just like if the goods issue was done) and Its status are updated. And I can't to make the goods receipt manually. But the stock isn't updated, No item document is generated, and the quantity received is still equal to 0.
    Can any one please tell me if there is a special thing I need to do in order It works. And If It's not possible, to make the goods receipt using delvry03, what's the idoc type allowing to do this.
    Thanks in advance

    Hi
    Please try using idoc type DESADV01.
    Please award points if  you find this helpful
    rgds

  • Goods Receipt for Inbound Delivery before Transfer Order

    Hello Experts,
    Below is the normal process in case of GR via inbound delivery.
    PO -> Inbound Delivery -> TO -> Confirm TO -> Post Goods Receipt in Delivery.
    My client wants as per the normal Purchase Order cycle as below.
    PO -> Inbound Delivery -> Post goods receipt in Delivery -> TO - > Confirm TO.
    I have found some config for this as per below path.
    Logistics - General -> Handling Unit Management -> Basics -> Delivery -> Define Sequence of Transfer Order - Goods Receipt.
    I have done these settings but still it is not working.
    I have couple of questions here.
    1. Are there some more settings required?
    2. Why SAP has designed this process in such a way for inbound delivery.
    Thanks in advance for your help.
    Navin

    Hi,
    I am working with non HU managed storage location. Can I still use this settings & process for inbound delivery?
    I am stuck with one more question. SAP is not allowing me to create Inbound delivery for QM active materials.
    The message it is saying is ....
    Material CH-1440 1000 cannot be used in inbound delivery because QM is active
    Message no. L9528
    Diagnosis
    QM is active for material CH-1440 in plant 1000. As a result, the material cannot be used in an inbound delivery item because the item is relevant for picking and because WM is active for the item.
    This process is not supported in the current release.
    Procedure
    Execute the putaway using a goods receipt posting with subsequent
    putaway in the Warehouse Management system.
    Can you please help me with this one also?

Maybe you are looking for

  • Collaborate on Excel workbooks with Sharepoint Foundation

    My company recently implemented SharePoint Foundation 2013 and our shared Excel workbooks are no longer allowing multiple users to collaborate at the same time. We have verified that all the settings and permissions are correct and that checking in a

  • 802.11n Enabler Doesn't work with 17" MacBook Pro (2.16) Intel Core Duo

    While I would believe that the computer does meet the requirements and that it does have the extreme card and after following the instructions -- checking the network utility ap, etc. It is very strange that you get a "Alert: Your computer does not m

  • Can't motion tween in mask CS4

    I'm building a drop down menu in flash CS4. I have followed the directions meticulously...3 times... and still I can't get a mask to accept a motion tween. Thanks for you help Sb! Little Rock

  • Partial data fetched in report when scheduled in background

    Experts, When I scheduled my report in foreground it displays all the data properly. But when I run the same in background, in the spool list it displays 260 pages whereas actually displays only 9 pages. The rest of the pages are not displayed in the

  • Adobe Forms and Dynamic Images

    Hi all, I have a table in my Interactive Form and I need to add a dynamic image for each row of this table according with the URL field of my node, so i've done the steps of the tutorial "Dynamic Non-Interactive PDF Form", adding a image field, setti