PR00 missing in Order

Dear Gurus,
One of our client faces the following issue:: kindly suggest me in this regards.
whenever a new part number was created, there will be PR00  option in th esale order. But for the part number created from last Monday , the PR00 option was missing.
It is not picking up PR00 automatically. Do i need to make any changes in pricing procedure - condition for this (by linking material and vendor).
kindly help me in this regards.
Thanks & Regards,
Dhan

Hi,
Please check which Pricing Procedure is assigned for the Customer (cross check with existing one).
After that check whether Condition Record is maintained for that Customer (VK11)
If condition record is not maintained system will not pick PR00 condition in Sales Order automatically.
Regards,
Rahul Patil.

Similar Messages

  • Convert Pricing Error : Mandatory condition PR00 missing as a red error

    HI GURUS,
    May I know if I can make the error "Pricing error : Mandatory condition PR00 missing" as a no-go red error?  We would not want to be able to save the sales order, then create the outbound delivery and only to reverse them after not being able to post the outbound delivery.  Making it a no-go error will help us save time and effort if we commit mistakes in the sales order encoding.
    Thanks a lot for your prompt reply.
    Regrds,
    Frances

    Hi
    Rahul
    The error is becose of two reason
    1. Check have u entered plant or not? If yes then
    2. Mintain PR00 condition thr. Tcode VK11 and do the update pricing.
    This two are the possibilities please check and try.
    Hope this will help you.
    Thx.

  • Getting missed sales order no. Urgent

    Hi,
    I have a requirement like: in one internal table has all sale order numbers with some other fields around 10.and the other internal table has some sale order numbers with customer name,address(3 fields). I have to get all the missing sales order numbers into the internal table which has three fields.
    Iam trying this with loop at and read but iam not getting all records.
    Please help me how to write the code for this.
    Thanks in Advance.
    Regards,
    Sri.

    Hi,
    Check this code.
    Move corresponding itab1 to itab2.
    delete adjacent duplicates from itab2 comparing sale_order.
    itab2 is the one which has 3 fields.
    Reward if helpful.
    Regards.

  • Missing Pre-Order Reward Zone Certificate for Fifa 15

    Hi - please let me know who I should contact regarding the missing pre-order certificate for Fifa 15.  Thanks!

    Hello joogle,
    When it comes to things like missing Reward Certificates from gaming pre-orders, we can certainly help you out right here on the forums! While I thank you for pre-ordering and purchasing FIFA 15 at Best Buy, I’m sorry to hear that you may not have received the bonus from the My Best Buy Get $10 promotion. I’m happy to review your account and help if needed!
    Using your email address on file for the forums, I was able to locate your My Best Buy membership. In looking, I actually do see that you received the 500 points for pre-ordering FIFA 15. You’ll see the points if you look back to 5/30/14 when you pre-ordered the game. You can review your points by logging into your account on BestBuy.com and clicking the My Best Buy tab at the top.
    You should be set here! However, please let me know if you have any other questions or concerns.
    Cheers,
    Brian|Senior Social Media Specialist | Best Buy® Corporate
     Private Message

  • CM38 is missing process orders

    Hi Gurus,
         CM38 is not considering all of the existing capacity requirements , it is missing process orders. But when I checked in CM01 for the same work center and plant combination , system is considering all of the requirements including process orders .Can anybody tell me what is the difference between CM38 & CM01 and also system behaviour.
    Thanks in advance
    Anil

    Dear Anil,
    CM38 is purely meant for simulated planned orders (LTP run) to check the available Vs Required
    capacity.
    Use CM01/CM04 to view the capacity in the normal cases.
    Regards
    Mangalraj.S

  • IOException: Missing byte-order mark

    Hi,
    I have an application which reads emails and processes them. It is currently getting an exception for two emails:-
    IOException: Missing byte-order mark
    As the application is in a production environment, I'm limited in the amount of debugging and tracing I can run to try to resolve this. Does anyone know what might be causing this and how it might be resolved so that these emails can be processed?
    Thanks in advance!

    The stack trace is:-
    INFO | jvm 1 | 2009/10/20 13:09:04 | sun.io.MalformedInputException: Missing byte-order mark
    INFO | jvm 1 | 2009/10/20 13:09:04 |      at sun.io.ByteToCharUnicode.convert(Unknown Source)
    INFO | jvm 1 | 2009/10/20 13:09:04 |      at sun.nio.cs.StreamDecoder$ConverterSD.convertInto(Unknown Source)
    INFO | jvm 1 | 2009/10/20 13:09:04 |      at sun.nio.cs.StreamDecoder$ConverterSD.implRead(Unknown Source)
    INFO | jvm 1 | 2009/10/20 13:09:04 |      at sun.nio.cs.StreamDecoder.read(Unknown Source)
    INFO | jvm 1 | 2009/10/20 13:09:04 |      at java.io.InputStreamReader.read(Unknown Source)
    INFO | jvm 1 | 2009/10/20 13:09:04 |      at com.sun.mail.handlers.text_plain.getContent(text_plain.java:99)
    INFO | jvm 1 | 2009/10/20 13:09:04 |      at javax.activation.DataSourceDataContentHandler.getContent(DataHandler.java:789)
    INFO | jvm 1 | 2009/10/20 13:09:04 |      at javax.activation.DataHandler.getContent(DataHandler.java:536)
    INFO | jvm 1 | 2009/10/20 13:09:04 |      at javax.mail.internet.MimeBodyPart.getContent(MimeBodyPart.java:629)
    INFO | jvm 1 | 2009/10/20 13:09:04 |      at com.intralogic.service.EmailListener.readMessage(EmailListener.java:393)
    INFO | jvm 1 | 2009/10/20 13:09:04 |      at com.intralogic.service.EmailListener.readMessage(EmailListener.java:405)
    INFO | jvm 1 | 2009/10/20 13:09:04 |      at com.intralogic.service.EmailListener.captureEmails(EmailListener.java:286)
    INFO | jvm 1 | 2009/10/20 13:09:04 |      at com.intralogic.service.EmailListener.run(EmailListener.java:164)
    INFO | jvm 1 | 2009/10/20 13:09:04 |      at com.intralogic.EmailCapture.start(EmailCapture.java:75)
    INFO | jvm 1 | 2009/10/20 13:09:04 |      at com.intralogic.EmailCapture.main(EmailCapture.java:43)
    INFO | jvm 1 | 2009/10/20 13:09:04 |      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    INFO | jvm 1 | 2009/10/20 13:09:04 |      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    INFO | jvm 1 | 2009/10/20 13:09:04 |      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    INFO | jvm 1 | 2009/10/20 13:09:04 |      at java.lang.reflect.Method.invoke(Unknown Source)
    INFO | jvm 1 | 2009/10/20 13:09:04 |      at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:240)
    INFO | jvm 1 | 2009/10/20 13:09:04 |      at java.lang.Thread.run(Unknown Source)

  • PR00 missing

    Hi Gurus,
    End user save the sales order...but after that ..a error reflecting that PR00 is missing...i go through that incomplete data, select that Pricing and then go to edit...in Item data that PR00 is there but it is in display mode. if i can go to VK11 and maintain that price also. but it is not reflecting......Please give me suggestion.
    in that sales order 3 items is there..but only one item PR00 is not reflecting....
    rewards will be given

    hi,
        go to transaction code va02 and enter the order number and press enter you will come back in to the sales order screen . then go to manu bar there a option delete and save it.
    then use the transaction code vk11 and maintain the condition record for the material for which you were getting the problem
    then go to va01 and raise the sales order , hope this will reslove the problem
    reward the points if the answer is helpful
    REgards,
    Murali

  • MC-q report is not updating the missing Sales Orders, Deliveries andInvoice

    Hi Friends,
    Before setting the configuration of MC-q report I have created some Sales orders, deliveries and Invoices
    But I want to update the missing above documents  in MC-q report sales report.
    Could you please suggest me how can I update all the missing details in MC-q report report (Sales Orders, Deliveries and Invoices)
    Thank you for your support
    Best Regards
    Amjathpasha

    Hello Amjathpasha,
    You will need to perform a rebuild of statistics with transactions OLI7, OLI8, OLI9.
    I hope this helps.
    Best regards,
    Ian Kehoe

  • Duplication of pr00 in sales order

    In our sales order the pr00 condition is manual , Many a times the user give more than once the pr00 condition , the system accepts the same .
    How to supress this . I am using the user exit FORM USEREXIT_PRICING_PREPARE_TKOMK OR FORM USEREXIT_PRICING_PREPARE_TKOMP , but I am not getting , from which table the pricing condition is to be checked.
    Kindly guide
    AVS

    The sequence of the PRICE conditions in the pricing procedure is responsible for determining what price gets applied to the document.
    For example, you could determine PR00, then PR01 and the PR02 (all price's). PR02 is the price that gets applied to the document as it is the last price found. The other two would be inactive due to a subsequent price.
    Then if you add a manual price, this manual price would be the active price. Again, because it was the last price found on the document.
    In your case, if you manually enter PR00 several times, system will take the last input into account, all the previous are inactive due to a subsequent price.
    Also check out the following two notes:
    > 69577   Step by step condition exclusion
    > 67958   Mode of operation of the condition exclusion
    I hope the is helps.
    Gerard

  • Missing Process order components in product View

    Dear all,
    We have a problem with Process order in APO.
    We have created a planned order in APO and converted to process order . All the components of the order are APO relevant and PPM is having  all the  components . When We create the planned order , RRP3 is showing all the components but when we convert the planned order to process order , then the components are missing in product view . But all the components are available in Process order in ECC . We deleted the process order in APO and again CIF the order from ECC to APO , but still the components are not appearing .  We need to have all the components of the order to plan the dependent demands.
    We checked the Queues and found no blocked queues .
    Can any one suggest me what could be the problem.
    Thanks & Regards
    Prabhakar

    Hi Prabhakar,
    How are you integrating your production order - like are you sending the planned order to ECC and convert there or you are not transferring the planned order to ECC, but setting the conversion indicator in APO?
    If you don't integrate the planned order to ECC, then all the components will be displayed in APOby exploding APO PDS - no active integration model required for components.
    If you integrate the planned order to ECC, then in ECC, the BOM explosion happens. - So, active integration model required.
    Regards,
    Manimaran M.

  • File -- Export in oracle apps forms- headings missing and order incorrect

    We have a custom form for our custom billing processes. It lists all the draft invoices that are ready to be released along with multiple custom fields. When the user tries to export the data in this form, tsv file is saved.
    We have the following issues with the file.
    -- We have some fields missing
    -- Some column headings are missing
    -- Fields are not exported in the right order
    Can someone help how we can fix these 3 issues?
    Thanks!

    I recommend you post your question in the General EBS Discussion forum since you are using Standard EBS functionality to export your Form data.
    Craig...

  • BOP Monitor missing Sales Orders, Displays only STOs

    Hi,
    We have an issue with a back order processing monitor screen.  BOP Monitor displays both SO and STO immediately after the BOP run but wipes out the SO from display after few hours. I guess the SOs have been deleted from buffer and so we don't see them on monitor screen.
    We have no functional issues as SO have been processed and confirmed but only the monitor screen misses SO. How does the buffer removes only SO?  Do we have any programs to change the buffer? Much appreciate your clues here.
    Thanks

    Hi Asokan,
    BOP Monitor is a dymanic display unlike SM37 background jobs log. So, if you see the Monitor immediately after BOP run, it would show you the results of BOP. However, if you see after some hours, the display will show you dynamic situation of your BOP result elements i.e. situation of schedule lines at that moment.
    If you have any program in R3 that updates sales orders, then there is possibility that the sales order schedule lines are updated and no longer available for display.
    Please check whether you get any messages in BOP Monitor. Also, for reference to BOP runs, please refer BOP_RESULT instead of Monitor. This report is static and will show you situation before BOP and after BOP.
    Regards,
    Bipin

  • Missing "pre order points" for Shadow of Mordor.

    I've recently received Shadow of Mordor, I had the game pre ordered, but I'm positive that I didn't receive the 500 bonus points for pre ordering. I can't tell if they're pending or what with the new system, and I can't report those points missing through the "report missing points" menu.
    Can I get some help with that?

    Good morning Vaymasters,
    It can generally take up to 20 days for points to post to a member's My Best Buy™ and Middle-earth: Shadows of Mordor was only released a few days ago (9/30/2014), so it might be a few more days before any points officially post to your account.  As far as I can tell though, your pre-order should qualify for the "Get $10" pre-order bonus points.  If you do not see 500 bonus points post to your account within 20 days, then please send me a private message and I will see what I can do.  A private message can be sent by clicking on the blue button in my signature.
    Thank you for connecting with us on the forum!
    Derek|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Pages gone missing during order process

    Very strange happenings! I created a photo book. It followed one of the themes that was provided. When I selected BUY BOOK, it went through the process and it deleted a couple of the pages! Now the end of my book has a caption that makes no sense because one of the pictures relevant to the caption is missing. Why would this happen?

    How many pages were in the book? You can contact Apple at http://www.apple.com/support/photoservices/ and tell them about the problem. They have been very good at making amends for problem books. Be sure to preview the book as Larry pointed out before reordering. I always do a Print to PDF of the book so I have a permanent record of the book before ordering.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • File -- Export in oracle EBS forms- headings missing and order incorrect

    We have a custom form for our custom billing processes. It lists all the draft invoices that are ready to be released along with multiple custom fields. When the user tries to export the data in this form, tsv file is saved.
    We have the following issues with the file.
    -- We have some fields missing
    -- Some column headings are missing
    -- Fields are not exported in the right order
    Can someone help how we can fix these 3 issues?
    Thanks!

    Please post the details of the application release, database version and OS.
    Please see the links/docs referenced in this thread -- File -> Export Option Functionality is not working with CUSTOM 10g Form
    Thanks,
    Hussein

Maybe you are looking for

  • Pipeline Input Help!

    Hi guys, I'm having a bit of difficulty turning a script of mine into a re distributable tool and I've spent the best part of two days on it so here I am looking for some guidance. Basically I am using Quest-AD cmdlets to copy users whilst adding uni

  • FCPX 2 camera shoot, audio 1/2 frame out of sync

    We're having trouble syncing audiop between two Panasonic HD cameras. We are both set to 1080i 30 fps but when we try to sync the video, we find that the audio from one camera is 1/2 a frame out of sync with the other camera. If it was a full frame,

  • Client ip forwarding in proxy

    I have a WS61sp5 setup with reverse proxy plugin. I need to forward the client ip (ip of the browser which sends a request to the Sun WS) to the backend content server. how do i do that? Does adding ip-header="REMOTE_ADDR" in the obj.conf file for th

  • Addon-Conflict between ERECRUIT 604 and SAP_APPL 603

    Hi, I am trying to upgrade one of the component of ECC EHP Ready system with SAP-APPL 600 to SAP-APPL 603 and EA-APPL 600 to EA-APPL 603. to get the Enterprise Business Activation set OPS_PS_CI_1 I get the Addon conflict error while trying to upgrade

  • Question about VERSION_ID

    Hello every guru, i am developing an adatper for XI 3.0. And have one question about the VERSION_ID in every Java file, which must be set in the Trace class. Source code from Sample Adapter: // Please be carefully when setting this VERSION_ID for the