Purchase Requsition Delivery complete

Dear experts ,
I have a PR with 100 qty
I made a PO for the same with 100 qty
I did a GR against PO for 50 qty
Now i dont want any more delivery hence i go to Po & put delivery complete indicator
I want to kw where in PR will I come to kw that no more delivery is excpected against the requirement raised .
In short is there somthing like delivery complete indicator in PR ??
Regards
Anis

You can:
o   Set this indicator manually
     -   In change mode for a purchase requisition on the item detail
         screen
     -   When you create a purchase order with reference to a purchase
         requisition
o   Have the system set the indicator when automatically creating
     purchase orders from purchase requisitions
     You can use the indicator Set reqs to "closed" ( in Delivery schedule tab of PO item details) to specify that the purchase requisition is considered closed once the associated
     purchase order has been created, even if the complete requisition
     quantity has not been ordered.
Edited by: RahulNsk on May 25, 2009 10:48 AM

Similar Messages

  • Purchase Order delivery completion

    Hi,
    I need to list down all the purchase order with line item for which delivery completetion flag is updated. i need to pass from date and To date as input.
    Can any one help me now i can take this details.
    Thanks in advance
    regards
    Suresh S

    Hi,
    Thanks for your reply. Please let me know how i can take Purchase order , where the delivery completion marked for the given period.
    for eg. if i give  from date as 01.06.2011 and TO date as 15.06.2011, it only only the PO and line item for which  delivery completed done for the given  date.
    Thanks in advance
    regards
    Suresh S

  • Purchase Requsition Delivery Date

    In APO in which table i can find the field Delivery date for a purchase req number

    Hi Anoop,
    If you are creating PReq through Z program then there must be some Z table , in which you can get the Delivery date.
    Else if you have the order id, you can use the bapi "BAPI_POSRVAPS_GETLIST3"
    as
    CONCATENATE sy-sysid 'CLNT' sy-mandt INTO w_sys.
    data: i_receipts_check  TYPE STANDARD TABLE OF bapi10502poouto,
    i_extension       TYPE STANDARD TABLE OF bapiparex,
    i_ordid           TYPE STANDARD TABLE OF bapiapoordid.
        CALL FUNCTION 'BAPI_POSRVAPS_GETLIST3'
          EXPORTING
            logical_system = w_sys
          TABLES
            order_guids    = i_ordid
            receipts       = i_receipts_check
            extension_in   = i_extension
            extension_out  = i_extension.
    where i_ordid contains the order id.
    All the details associated with that order you can get in the table  i_receipts_check.
    Regards
    Satyam

  • DELIVERY COMPLETED indicator for Services Purchase Order

    hello experts,
    i'm working in SAP with R3 4.7 for developing funtion / BAPI for a mobile web application for services purchase order.
    i have a big problem:
    is it possibile to set the DELIVERY COMPLETED indicator (<i>ELIKZ</i>) in services purchase order via BAPI or Function Module?
    <i>I'm working with BAPI_PO_CHANGE but and i succeded with material PURCHASE ORDER but not with SERVICES PURCHASE ORDER</i>.
    can anyone help me?
    thanks in advance,
    Eliana

    For material:
    Delivery completion (DCI) tick available at line item level for each material (EKPO- ELIKZ)so you can check for the each material in PO the DCI is available or not.
    For Services:
    As Service code (Service line items) are maintained in details screen of Header line item. So whenever the DCI (Delivery completion indicator) marked for that Header line item it means that all the service line items are marked as DCI for that Header line.
    DCI indicator can mark manually in Change PO mode and automatically when service entry done as final for that Header line.
    So you can check the DCI for service same way as you do for material
    Hope it will help you
    Regards
    Vikrant

  • Delivery completed indicator for Service purchase order item

    Want to check the PO item for services already delivery completed.
    Field EKPO-ELIKZ (delivery completed indicator) is for material line item, is there a equavalent field for Service line item?
    What field /how to to check for a service line item in Purchase order already delivery completed ?

    For material:
    Delivery completion (DCI) tick available at line item level for each material (EKPO- ELIKZ)so you can check for the each material in PO the DCI is available or not.
    For Services:
    As Service code (Service line items) are maintained in details screen of Header line item. So whenever the DCI (Delivery completion indicator) marked for that Header line item it means that all the service line items are marked as DCI for that Header line.
    DCI indicator can mark manually in Change PO mode and automatically when service entry done as final for that Header line.
    So you can check the DCI for service same way as you do for material
    Hope it will help you
    Regards
    Vikrant

  • Price getting changed in purchase order while clicking on delivery complete

    Hi Frnds,
      We are using SAP AFS ,  i have made a purchase order for one item which has 6 grids ( and all the six grids are having different prices ) . I am mainitainng the standard price in Info record ( ME11 ) and Grid wise prices in MEk1.
    Now for that p.O i have received 95 % of the material and the Miro has also been done , now then vendor is not going to supply the remaining material , so i have to Delivery complete indicator and clicked on it , then the P.O price is automatically gettting changed . WHy is it happening so , and it happens only once  , if i dont save and come back and try once again then its not changin

    This is a bug in AFS System , sap has given us a note ,the problem has been solved
    regards
    rajesh

  • Delivery completed indicator in purchase order for service item

    How can I make the delivery completed indicator (EKPO-ELIKZ) in a purchase order for a service item ready for direct changes.
    Per default this field is hidden on purpose for service items (according to SAP note 735404). Please inform me of customizing entry where that can be changed!
    Thanks,
    Johnny

    delivery completed indicator only gives information for MRP ( That not consider balance qty as onorder stock), it has no control on GR, so I am not sure what you will achieve to mark it in service PO?

  • Setting flag delivery complete on purchase order with a report

    Hello!
    In our system we have many old purchase orders without delivery complete flag. Now it is very difficult to get a correct report with open deliveries. Now we should set the flag delivery complete on each old PO and his needs a lot of time and also we create every time a change message which is printed on different printers.
    Is there any chance to set this flag by a report whitout setting this flag hard on the database?
    Best regards
    Markus

    Hi,
    You can change directly the Po with the BAPI, and the system will make all necessary test to make sure the ELIKZ can be updated.
    if it can not, it will not be changed.
    Please take into account that when you change the field DELIV_COMPL(see structure BAPIMEPOITEM), this field is changing the "Outward delivery completed" indicator (EGLKZ in DB-Table EKPO). If you want to change the "Delivery completed" indicator
    (ELIKZ in DB-Table EKPO), please use field NO_MORE_GR for this purpose.
    Additionaly, please read note 582221(Q 29) for your referrence.
    Best Regards,
    Arminda Jack

  • How to get the purchase order's delivery completed date in the dictionary

    Hi consutant :
    In me23n transaction code ,I set the delivery completed indicator mannul . I can see the state of
    delivery completeed by click environment->item changes menu . But I don't find the date that I  set
    the state of delivery completed  in the abap dictionary .
    How to find that table store the date of delivery completed about purchase order ?
    thanks .

    hi
    you will get delivery date from
    eket table .
    and field name is eindt.
    how to go there. ?
    ans===>
    SELECT ebeln  ebelp  eindt          " For Delivery Date EKET
         FROM eket
         INTO TABLE it_eket
         FOR ALL ENTRIES IN it_ekpo
         WHERE    ebeln = it_ekpo-ebeln
          AND     ebelp = it_ekpo-ebelp.
    reward point if its usefull.

  • Services purchase order: flag 'delivery completed'

    hello experts,
    i'm working in SAP with R3 4.7 for developing funtion / BAPI for a mobile web application for services purchase order.
    i have a big problem:
    is it possibile to set the DELIVERY COMPLETED indicator (ELIKZ) in services purchase order via BAPI or Function Module?
    I'm working with BAPI_PO_CHANGE but and i succeded with material PURCHASE ORDER but not with SERVICES PURCHASE ORDER.
    can anyone help me?
    thanks in advance,
    Eliana

    Hi Eliana:
    I think one of the restriction of "BAPI_PO_CHANGE" is to change the service data.Pl verify the BAPI documentation again.See if you can make use of "ME_UPDATE_AGREEMENT_PO" or anyother "ME*" FM OR any BADIs if available to accomodate the change you are looking at.
    Let me know if it works.
    Thx
    Gisk

  • "Delivery Completed" Indicator in Purchase Order

    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.
    On SDN & SAP Note, I got to know that we canu2019t tick the "Delivery Completed" Check Box while doing Goods Receipt.
    We have implemented the Release Strategy on the Purchase Order. To tick the "Delivery Completed" Check Box, we need to cancel the Release Strategy.
    Is there any other way (T Codes) to achieve the same?
    Regards,

    Even you flag Delivery Completed" Indicator in Purchase Order, system still allows GRN for open Qty.
    Use MEMASSPO trxn & Put Deletion indicator for the PO Line Item. So that you can not do GRN for the open Qty of PO line item.
    Check
    mass setting of delivery completed indicator

  • Setting of delivery completed flag in Purchase orders.

    Hi Gurus,
      I need to set the Delivery Completed flag (EKPO-ELIKZ) and Final Delivery flag (EKPO-EGLKZ) for the Purchase Orders whose Goods Receipt has been done.
    Is there any function module or any BAPI F.module to do this.
    Can anyone Help Me.
    Thanks in Advance.

    Hi,
    Check in table T163 what is set with the field WEPOS. it must not be X and that is reason it is not coming as checked when u create the PO.
    Regards,
    Raj.

  • Delivery Completed Indicator Not Displaying in Purchase Order Screen

    Hi,
    Here clinet system has 2 document types for service orders. In one type of service order I can see the delivery completed indicator checkbox in purchase order screen & in other type of service order I am not able to see the delivery completed indicator chekbox.
    I have checked the screen layout for both purchase order types & assignement of layout to both order types. In both screen layout types I found that Delivery Completed Indicator Checkbox as Optional Entry. System should display delivery completed indicator in both type of Purchase Order create/change/display screen. Then why it is showing in one type of service order and not in other type of service order.
    Awaiting your reply.
    Regards
    Pradip

    Hi Pradip,
    You check the for your document type which field selectio is assigned in config
    spro-MM-Purchasing-purchase order- define document types
    And then go to
    spro-mm-purchase- purchae order-Define Screen Layout at Document Level
    select the field slection which is assigned to your document type and then go details and then double click the GR/IR and then select it as optional if it is selected as hidden.
    Cheers
    Chris

  • Delivery completed indicator in purchase - no influence  - MRP result wrong

    Dear all,
    I have a problem with the delivery completed indicator. In post (http://wiki.sdn.sap.com/wiki/display/ERPSCM/TheeffectofDCIset ) it is explained that after setting this indicator the information will disappear from the MD04. This is correct, but the next MRP creates again purchase requisitions.
    The requierement can come for regular stock material as well as material through sales order line item (so specific material)
    I have different problems:
    When I set the indicator on delivery completed I would expect several system responses:
    1) When trying to post another goods receipt - a warning or error message - that this is no longer possible - this should not be the problem to solve (OSS note 1093582).
    2) When posting the delivery completed, the purchase order "disappears" from MD04. But still the requirement remains comming from the BOM (planned order / production order) - this is a problem I need to solve.
    Now the MRP creates a new purchase requisition, although this is no loger required as the delivery is already completed for this material number.
    Where is the customizing done for this indicator "delivery completed" in the purchase order?
    How can I set the system in such a way, that for this specifc material depening on this purchase order no new purchase requisition is created? Especially in the case of the requirement for sales order line item! This requirement is not valid anymore until a new change was done.
    I have the problem, that the requirement can come either from the planned but also from the production order. I can change the value of the production order, but for a change in the planned order the BOM would be needed to change. This should not be done.
    Somehow it must be possible, to tell the system that for this one depending requirement of the above planned order, the delivery of the component has been completed and the system should not create a new requirement for this component.
    Thank you all for your help,
    Bjoern

    Hi,
    our requirement is correct, at the time of engineering we always calculate a little bit more than what woudl be really required. This means, that we might put into the BOM 5000kg but in reality we only need 4500kg and the rest is just for safty reasons. If we now receive a quantity of 4900kg the delivery is considerd as comleted.
    But we do not want to change the BOM, becase then it would be wrong for the next order.
    I only need, that for this one material (planned order / production order) the requirement is finished (although there is a "theoretically" underdelivery of 100kg).
    This means, if the goods receipt is finished I do not want a new purchase requisition for this material as it is not required anymore.
    Usually by SAP standart this is not possible, as the requriement comes from the BOM into the planned order and is therefore updated. In the production order, we could change this.
    I need to tell the system, that for this material it should not create a new purchase requisition because the order is "finished".
    Thank you very much for your support,
    Bjoern

  • Delivery completed purchase orders..

    Dear All..
                    In one purchase order having 3 line items two line items are delivery completed. and one line item will be delivered.
           Now im trying to change th purchase order through me22n
    the delivery completed purchase orders also allowing to change quantity and price.
    if delivery completed for a line item it should not allow to change quantity and price. i have configured via messages..
    message no 744
    application area 06 i have changed the information to error message.
    after this i have tried through me22n the same line item. now its not allowing to change the quantity SAP through out the error as " Already delivery completed for item 001"
    but now im trying to change price it is allowing to change price..
    it should not allow.. but it is allowing to change price..
    Can any one tell me any other configuration is there...
    Regards
    Anand.

    This is Standard SAP Behaviour.
    Setting Delivery Completed Indicator Doesnot Stop to Change the Price, Goods Receipt Etc.
    If you dont want to allow Changes then Activate Release Procedure and Set the Release Indicator as Per your requirement.

Maybe you are looking for