Block PO creation for engineered items

Hi,
We want to block creation of PO for engineered items till engineering is complete. A PR can be created but it should not be possible to convert the PR to PO.
I know that we can use "plant specific material status" field in the material master to achieve this. But I just wanted to check if there is any other way of doing it, may be from a material BOM?
Regards,
V S

select the item in the PR and click the lock icon.
a lock will block this item from beeing used in purchasing.
And you remove this lock when you want the requisition be converted to a PO.
Alternative you could control it with a release strategy, where you just approve the requisition when you are done with the rest of your work.

Similar Messages

  • Want to block purchase accounting for particular ITEM GROUP? is it possible

    want to block purchase accounting for particular ITEM GROUP? is it possible

    Hi Sahil......
    That is not possible. You can not block purchase account for any case.
    It is standard and set at Company Level........
    Regards,
    Rahul

  • Automatic PR creation for stock items (Category - L)

    Hi All,
    My requirement is as follows:
    When I create PM orders for stock item, system generates a reservation number.
    But the actual qty is sytem for such items are less than planned qty or NIL qty.
    How to create PR's for such items automatically by system ?
    Is MRP run required to be activated for such items (i.e: maintenance of MRP views in material master) or any other way to do it for stock items (L) ?
    If so, what all fields need to be filled in material master?
    Is there a way for doing MRP run only for material type ERSA (spare parts) or only against reservation numbers created through maintenance orders or against MRP controller?
    Kindly post your valuable feedback.
    Thanks in advance and best regards.
    Kannan J

    Hi,
         For automatic p.o creation, you can use reorder point.
    In material master mrp1 view, use mrp type VB, reorder level ex. 50 pc.
    Maintain lot size HB, maintain max stock level 100 pc.
    When the requirement comes it will consume from stock. If the stock goes below reorder ponit(50), it will create planning file entry.
    When you run mrp (MD01), it will automatically create p.o.
    But without running mrp, system can not create p.o
    With that you can maintain your stock.
    Hope it will help.
    Regards,
    Dharma

  • Installment plan creation for the items on the Case

    Hi,
    Is it possible to create Installment plan for the Items that are part of the Case (Case Management)?
    Transaction FPR1 exclude these items from selection!
    Regards,
    Miroslav

    Hi Krishna
    Yes I understand that, but sorry for not questioning since the beginning, I want a field which the system generates a number automatically for every items which can be used in the future for labeling or reporting purposes.
    Please advice if there is such a functionality on the inventory module.
    Thank you and best regards

  • Sales order creation for service items?

    Hi,
    My client is  a courier company and it wants to implement sap. You offer only  service how do you map in sap??.  can we create sales  order for service items.?. and how about the entire outbound process can be mapped?. Any ideas or insights or practical experience. Kindly share.
    Regards,
    Jothiswaran.

    Jothiswaran,
    I think it could be mapped with SAP CS - Sale of service functionality in R/3.
    Rough Idea:
    Create a Sales order  with Service product (Mumbai2chennai) with a Task list (Routing - for each stage). Let it triggers a Service order. Confirm each stage in Service order with Truck number for tracking. Once you complete the delivery, do TECO in Service order. May be advance billing or post billing.
    Try in SAP CS.
    Babu

  • Blocking PO creation for Materials

    Hi !
    The procurement block on the material master can be applied on the Purchasing view using the 'Plant Specific Material Status'. I was wondering if this can be made document type specific as well.
    We have document NB for regular POs, and ZRT for return-to-vendor POs. We would like to prevent the creation of NB POs via a error message, but allow creation of ZRT POs, for specific materials.
    This would be necessary, for example, when a product is under recall.
    Please let me know if there is a way to accomplish this.
    Thanks!
    Anisha.

    Hi!
    Thanks for your quick responses... however, your suggestions make sense if I need to block the PO types for all materials.
    I am looking for a block that is similar to the 'Plant-specific status block' on the material master... but I want be able to allow creation of some PO types and prevent others... for that specific material only.
    Thanks,
    Anisha.

  • Block Price change for specific Items.

    Hi,
    Any helpon this, we want to block  users to change the Price structure at the transaction level but also we want the flexibility of changing the price in specific items which is as per sample from customer . Means we have 100 items and we want the user cannot change the price of 90 items but other items  the users is allowed to change
    Regards
    Grayson

    Hi!
    Use this SP coding in SP_Transaction Notification.
    This SP is Specific for Purcahse Order, Item Property 1 should be checked, Price List No 1 should be updated.
    IF(@object_type = '22') and (@transaction_type in ('A', 'U'))
    begin
    IF Exists (select T0.Docentry from OPOR T0,POR1 T1,OITM I1,ITM1 I2 where  T0.Docentry= @list_of_cols_val_tab_del and
    T0.Docentry=T1.Docentry and T1.ItemCode=I1.ItemCode and I1.QryGroup1='Y' and I1.ItemCode=I2.ItemCode and I2.PriceList='1' and
    I2.Price != T1.Price )
    Begin
    SET @error = 2
    SET @error_message = 'Price should not be changed'
    End
    End

  • Purchase Order creation for TAB item

    Hi,
    I used TAB item in the Sales Order. Then I created Purchase Order(ME21n) using that Purchase req number. Then I went to ME23 and did goods receipt from the menu and clicked the item OK. Saved.
    Now when I tried to do delivery for the Order, its saying the stock is not there.
    I see the PO in the Doc Flow.
    Please help. Let me know the steps to create PO and delivery for this TAB item.
    Will reward point for a good reply
    thanks

    yes I did.
    I used the confirmed schedule line as the delivery date in VL01n
    It is saying ZERO stock is available
    I can see my stock with type E for this Order in MB51
    Not sure why it is not allowing me to created delivery.
    Is it some storage location problem or sth? This is in testing Environment. I guess Production is working but I compared Material Master Data and POs from Productioni to testing.
    I don't see  anything different.
    need help
    thanks

  • Block Invoice creation for missing condition type

    Hi,
    We need to put a chek on the Invoice process, wherein if particular condition type is missing in the relation to sales order, than the Invoice should not get created.
    For example-
    If Order A - has condition type PR00 which gets fecthed from the condition record (VK11)
    And while creating Invoice for the Order A, if someone has deleted the condition record , the invoice gets created without condition type PR00.
    Now at this step a block has to be placed which can block the invoice from being created if PR00 is missing.
    Please let me know what will be the best appraoch of IMPLEMENTING  such check and how to do that.
    Regards,
    Gaurav

    Hi Gaurav,
    first if some deletes the condition record for a paricular condtion record,then ask ur users to uopdate the prices by goin to the condition screen.
    second create a pricing procedure determination for your billing type in t code ovkk
    and in that pricing procedure just maintain the settings as per mentioned by Mr.Lakshmipathy.
    Revert if helpful
    l
    Mohit Singh

  • Material master creation for Engineering client

    Hi All MM Experts,
    We are implemeting sap for an engineering client. He receives the metal sheets of various dimensions and maintain them in stock. as and when the requirement comes from the production department, the sheets are cut into different shapes. i need to track the dimensions of each sheet.my question is where i can maintain the three dimensions of the sheet and how my reports are generated giving the actual dimensions which i have in the stock.
    please help me with this typical scenario.
    All suggestions are rewarded.

    Hi Venkata
    It seems you need to use classification and characteristics to acheive this . using class type 300 (variant).
    regards
    Yogesh

  • Blocking IDOC creation for Incomplete SO/STOs

    this comes under enhancements
    this is for idocs
    Message was edited by:
            vamsi krishna

    Hi,
    Try like this
    Go to transactions WE82 and WE20 and delete  the entry corresponding to mesage type and idoc type.
    No need to deactivate the change pointers after doing this.
    BR,
    Lokeswari.

  • Manual PR block for MRP items

    Hi Buddies
    I would like to have the solution while taking my client requirements.
    The client wants controlling of Inventory budget. They have more MRP items which is creating the PR.
    But some of the users also processing the manual PR for MRP items. This is increasing the budget deduction. How to block the users for PR creation? I am not getting any Exits, BADI.
    Please share your knowledge
    Thenna

    Hi,
    It is not possible to avoid the Manual PR creation for MRP items. If the user has the authorization for ME51N transaction then he can able to create the PR manually.
    There is no restriction on this, unless if you block the authorization for ME51N for that users.
    You need to educate your users on this, Otherwise for some particular users who are doing this can be blocked for that transactions.
    rgds
    gsc

  • User exit/BADI for PO item blocking

    Hi All,
    Is there any userexit/BADI available for blocking PO item?
    We want block PO item based on some header and item data validations. We need an exit which will be triggered before displaying the first screen(In case of PO change-ME22N). While creating/changing existing the item we got the BADI ME_PROCESS_PO_CUST. Here we can set im_item-loekz to value S so that item will be blocked. This is working fine only for creation/Change of item. Because this BADI will be triggered when ever we make some change in existing PO item/Creating new item.
    But say we have blocked a PO item now. later we have maintained necessary data which is used in validations. Then when we enter into same PO for next time it should automatically unblock that item.
    So we need exit which will be triggered before displaying first screen. If one exit is not available the we can use EXPORT/IMPORT logic to get all the data at one place. Hope there is no confusion in the requirement.
    Please let me know if there is any EXIT/BADI available for this scenario.
    Thanks for your help in Advance.
    Does any one has some solution for this?
    Thanks,
    Vinod.
    Edited by: Vinod Reddy Vemuru on Dec 10, 2008 12:37 PM

    Hi vinod,
    I have come accross similar issue of blocking PO at item level. but we wanted to do it using Tcode MEMASSPO .Can you please give any suggestion in this regard.

  • Deletion and creation of Schedule line for Line Item

    Hi BW Experts,
    In P.S.A. when i have checked for first schedule line 001 reqdelqty is 50 , after deleting 001 and after creation of second schedule line in R/3 there are two records transferred from R/3 for schedule line 002 first with reversal indicator 'X' and delivery quantity -50 and next record with Reversal Indicator blank with value 50. which in turn results Reqdelqty zero.
    Reason of wrong data in BW: -
    Schedule line category for an item is being deleted forcefully. R3 doesn’t allow deletion of a schedule line category if delivery is already created. Here user is creating one same schedule line and then he deletes the order quantity from earlier one. This forces system to pick up schedule line 2 in the document flow
    · User shouldn’t delete schedule line.

    Hello Ganesh,
    Schedule line number sequence will not be in control of the user.
    once delivery for a schedule line is completed, no way you can delete the schedule line (except renumbering case). This is general SAP logic relates to schedule lines.
    Let me know how they are deleting the schedule lines even though delivery is completed.
    Now coming to Data load problem in BI.
    When you delete schedule line 001, the generated record should be with schedule line 001 with Reversal Indicator as R and delivery quantity -50.
    And for new schedule line 002, reversal indicator as blank and delivery quantity 50
    Regards,
    Nandakumar.A

  • Deliery block sales orders report for TAS items

    Hi,
    User requirement is need a report which gives list of sales orders which have the delivery block in  sales order schedule lines.( of third party items TAS)
    I found V.14 and VA14L to find out the sales orders which give the list of sales orders which are blocked for outbound delivery (in schedule line delivery block).
    However, for third party items sales order with item category TAS are not coming in the report of V.14.
    I think the reason is because of the third party items are not relevant for delivery hence v.14 report not fetching the data of third party orders(TAS), is this my understanding is correct?
    If the user is insisting on for even third party items also they want a report which should give the list of sales order which are blocked for delivery block then what is the best way to advise the user?
    And does it make any sense putting delivery block for third party items ? because we are not delivering the goods to customer and even if you put delivery block we can’t stop PR,PO and MIGO and MIRO etc .
    Thanks,

    is this my understanding is correct?
    Absolutely correct.
    they want a report which should give the list of sales order which are blocked for delivery block
    Since the inventory / stock of material would be handled out of SAP, what is the need to set a delivery block.  Even if you set delivery block, vendor is going to deliver the material.
    what is the best way to advise the user?
    Convince the user what they are expecting in SAP are logically incorrect.  When the material is being delivered by a vendor, what is the use if you set delivery block for this item?  What they are going to achieve. 
    And does it make any sense putting delivery block for third party items ?
    Definitely, no
    G. Lakshmipathi

Maybe you are looking for