Rejected items of RFQ should not appear in PO

Dear Friends,
In a given RFQ i will select/ reject some items but while processing PO with Reference to RFQ system should display only selected RFQ items (RFQ items which have rejection indicator should not appear in PO).
validation has been kept for RFQ rejection items should not be converted to PO, but user has to delete the rejected line items manually which is time consuming.
please suggest how to proceed.
Thanks
dmt

Hi,
In ME21N, you receive message 06 050 - "Purchase requisition & item &  already deleted".  This message can be changed to an error message via IMG transaction OME0.  The checks for the messages can only take place,             
after adopting all positions (as well deleted ones).                                                                               
To prevent this, please check to see if one of the following will help:                                                                               
1) Select the checkbox 'Open only' on the selection screen for the overview. In this case, the deleted items will not appear on       
the overview and therefore they cannot be adopted. Or,                                                                               
2) If you do not want to have the purchase requisitions with deleted  items selected in ME21N, you can use the field "deletion indicator"  in the variant for your purchase requisitions, by excluding it in   the dynamic selections. 
P.S. If you have maintained message 06 050 as E (error), the user will not able to save the PO (he can only hold it)                                                                               
Regards,
Mauro

Similar Messages

  • BOM component should not appear in order confirmation

    Hi
    In a scenario, I want one of the BOM component should not appear in process order confirmation.
    I have not assigned this component to any phase and in material master MRP2 view the backflush tick is not activated.
    Still the component is appearing during order confirmation.
    Can anyone help in this matter?
    Thanks
    Pradipta Sahoo

    You need to check only at two places to find out the reason
    1. In production order (CO02/CO03) in components overview see if backflush indicator is checked.
    if it is check you need to look for where it is coming from
    a) Material master <<< you already checked
    b) Work Center     <<< you might have checked this also
    c) Components allocation of BOM items to routing operations
    2. In OPK4 make sure "All components" is unchecked.
    You may have to also note that the production order was created before the backflushing was removed from the above settings.

  • ERROR: floating-point constants should not appear

    ERROR: floating-point constants should not appear
    Error preverifying class KGUI.KLabel
    com.sun.kvem.ktools.ExecutionException: Preverifier returned 1
    Build failed
    I get this error after adding this code to my application:
         private int C=0;
         private float D=0.0f;
         private int H=0;
         private float store=0.0f;
         private int pos=0;
         private int SH=0;
    ..................some code.....................
         H=1+ROWS*(f1.getHeight());
         if(H/kawalki.length>0){
              C=H/kawalki.length;
              D=kawalki.length/(H%kawalki.length);
              SH=C;
              if(D>=0.5f)
                   SH++;
         }else{
              SH=1;
              D=kawalki.length/(H%kawalki.length);
    .................some code..............
    protected void keyPressed(int keyCode){
    int game=getGameAction(keyCode);
    switch(game){
    case UP:
    if (line>0){
    line--;
                   pos-=C;
                   store-=D;
                   if(store<0.0f){
                        pos--;
                        store=1.0f+store;
    repaint();
    break;
    case DOWN:
    if(line+ROWS<kawalki.length){
                   line++;
                   pos+=C;
                   store+=D;
                   if(store>=1.0f){
                        pos++;
                        store--;
    repaint();
    break;
    Can anybody help me quick?

    If the platform is CLDC 1.1 you can have floats. Run preverify to see the options. The cldc1.1 preverifier seems to have options to allow rejecting floats/doubles but the default seems to be to allow them.
    Usage: preverify [options] classnames|dirnames ...
    where options include:
    -classpath <directories separated by ';'>
    Directories in which to look for classes
    -d <directory> Directory in which output is written (default is ./output/)
    -cldc1.0 Checks for existence of language features prohibited
    by CLDC 1.0 (native methods, floating point and finalizers)
    -nofinalize No finalizers allowed
    -nonative No native methods allowed
    -nofp No floating point operations allowed
    @<filename> Read command line arguments from a text file
    Command line arguments must all be on a single line
    Directory names must be enclosed in double quotes (")

  • Condion Type "VPRS" should not appear in Sales Order, Inquiry, Contract

    Hi Gurus,
    Normally when you create Sales Order/Inquiry/Contract,  in the Condition Tab VPRS Condition Type will appear and show the cost price of Materail from the Material Master.
    My Client requirement is, VPRS Condition type has to be calculated as "Statistical" Contion but IT SHOULD NOT APPEAR IN THE CONDITIONS TAB IN THE SALES ORDER/INQUIRY/CONTRACT.
    Thanks,
    Bala

    hello, friend.
    try sapnote 105621.  this is about restricting view of condition types (i.e. vprs) in sales orders by creating anauthorization object for cond types..
    i wish to discuss our experience with this, as we had the same business requirement.
    first, we simply deleted vprs from the PP.  this did not affect financial accounting, until the client decided to implement std cost estimates.  we had to bring back vprs.
    now, we did the sapnote, which required joint efforts among SD, ABAP and BASIS.  although we were able to restrict view of vprs in the cond tabs at itm level, this was still visible at header level.  also, a resourceful data encoder can always find ways to view the same in, for example, the document flow or materials movement data.
    however, try this and maybe you will get it right.
    regards.

  • Item Validation Organization is not Appearing in LOV in profile options

    Dear All,
    Item Validation Organization is not Appearing in LOV of the Profile options.
    OE: Item Validation Organization
    QP : Item Validation Organization
    Regards,
    John

    Hi,
    Enable profile 'FND: Personalization Seeding Mode', clear the cache and check if this solves your problem.
    --Sushant                                                                                                                                                                                                                                                           

  • Title should not appear in Ship to Address in SAP SCRIPT

    Hi all,
              Title Information should not appear in Ship to Address in SAP Script.
    help me , what are the commands to be used in ADDRESS-ENDADDRESS.
    Regards
    R.Ragu

    Thats why I am asking you to not to print that PO tile field. Instead keep some dummy variable that does not have any value.
    /:           ADDRESS PARAGRAPH AS
    /:             TITLE    &LFA1-ANRED&
    /:             NAME     &LFA1-NAME1&, &LFA1-NAME2&, &LFA1-NAME3&, &LFA1-NAME4&
    /:             STREET   &LFA1-STRAS&
    /:             POBOX    &LFA1-PFACH&  CODE &LFA1-PSTL2&
    /:             CITY     &LFA1-ORT01&, &LFA1-ORT02&
    /:             POSTCODE &LFA1-PSTLZ&
    /:             COUNTRY  &LFA1-LAND1&
    /:             REGION   &LFA1-REGIO&
    /:             FROMCOUNTRY &T001-LAND1&
    /:           ENDADDRESS
    in the above LFA1-ANRED will have some value right .  so replace it with some other variable say v_dummy.
    Reward points if useful.
    Regards.
    Nageswar

  • "floating point constants should not appear"

    when i compile my midlet using CLDC 1.0 the preverifier returns the error "floating point constants should not appear".. build failed.
    does this mean i can't assign decimal numbers to variables?

    Correct, those byte codes are not available on a CLDC 1.0 JVM. You have to use a CLDC 1.1 JVM.

  • ERROR: native methods should not appear

    Excuse me,when I bulid my project with java wireless toolkit 2.5 encounter a problem:
    ERROR: native methods should not appear
    Error preverifying class javax.microedition.location.LandmarkStore
    Build failed
    SmartLee

    Im too having the same problem while accessing Samsung backlight api in my code...
    Can anyone could help in this regard....
    thanks

  • Who know this bug "ERROR: floating-point constants should not appear"

    anyone know how to solve this bug
    ERROR: floating-point constants should not appear
    Error preverifying class org.javabluetooth.stack.BluetoothStack
    com.sun.kvem.ktools.ExecutionException: Preverifier returned 1

    HI,
    it seems that ur using the package "org.javabluetooth.stack.BluetoothStack" in WTK1.0 or 2.0 which does not support floating point. The above package uses float data type. You can download the new version of WTK (2.1) which supports floating points.

  • Rejected Quotation Should not appear in Drop Down List

    Dear All,
    While Making PO With Reference to RFQ.
    In ME21N while selecting Rejected Quotation should not come in Drop Down List
    Only Those RFQ with Accepted should come
    Regards
    Amey

    Can it be done in Standard Tcode.
    Are there any customisation for it
    Regards
    Amey

  • PR deleted line should not appear in PO creation

    Hi Folks!!!
    We create Purchase Orders with reference to Purchase Requisition. In case of Multiple Line Item in PR, there are some line items marked for deletion.
    While creating PO, the line items marked for deletion in PR should not be adopted (appeared) in PO. What settings should I make to do it.
    Best regards

    Hi,
    In ME21N, you receive message 06 050 - "Purchase requisition & item &  already deleted".  This message can be changed to an error message via IMG transaction OME0.  The checks for the messages can only take place,             
    after adopting all positions (as well deleted ones).                                                                               
    To prevent this, please check to see if one of the following will help:                                                                               
    1) Select the checkbox 'Open only' on the selection screen for the overview. In this case, the deleted items will not appear on       
    the overview and therefore they cannot be adopted. Or,                                                                               
    2) If you do not want to have the purchase requisitions with deleted  items selected in ME21N, you can use the field "deletion indicator"  in the variant for your purchase requisitions, by excluding it in   the dynamic selections. 
    P.S. If you have maintained message 06 050 as E (error), the user will not able to save the PO (he can only hold it)                                                                               
    Regards,
    Mauro

  • Deleted Items from External HD Not Appearing in Trash

    I have an iomega external hard drive and have had recent issues trying to trash deleted items.
    I delete the items and they are removed from the hard drive, but they do not appear in the trash and therefore are unable to be "trashed" so that space is freed up.
    I did some research and found that this is most likely an issue with ghost files still present on my external.  Through use of the Terminal, I made hidden files appear on my external, but I was unable to re-delete the items that I had previously deleted/was not even able to find the items I had previously deleted.
    Any help would be greatly appreciated.  As mentioned earier, this problem just surfaced.
    Thanks.

    I am having the exact same problem with my external, which is used as my iTunes library storage.
    When I delete things from iTunes, and select "move to trash", the files do not appear in the trash, as they used to.
    The trash stays empty (as in, no items are visible, even though I just deleted things).
    Oddly enough, after a restart, the files will appear, and thus are able to be trashed.
    Obviously, I do not want to have to restart every time to do this.
    I looked through the other thread, and nothing helped.
    Still looking for some answers!

  • E-Rec Reference Code in the Publication tab should not appear after enddate

    hi,
    There is a requirement from the client after the end date of the publication ,the reference code should not be displayed to the candidate in the Candidate page ,presently the same is manually done in the system by changing the status to withdrawn.
    Is there any way by which we can automate the process by change in customising by which the reference code does not appear after the end date
    Please provide a solution if something can be done in the standard setting or do we require any Zworkflow to be developed for the same.
    Regards
    RK

    Hi RK,
    this is nothing the standard supports.
    But I would not use a workflow here. As this is a mass handling workflow is no good idea. This is a task for a customer periodical service. Just build a class implementing the periodical service interface which gets all released publications which have a publication end in the past and status released and change their status using the cl_hrrcf_posting_inst_bl. This should be done in a couple of hours. Add the customizing and the issue is solved.
    A requirement in this context where a customer workflow is quite handy in my opinion is a customer workflow which closes all postings and withdraws released publications when you close the requisition. This reduces the steps a recruiter has to do and ensures that no candidate applies although you are already done with the requisition.
    Kind Regards
    Roman

  • Item billing plan lines not appearing in billing due list ...

    Hello Team ,
    I have one question on service contract billing plan. Contract has status released.
    I have one contract which has header billing plan that is applicable at line item also.
    1. At line item level billing plan two items are due for billing but in billing due list this line item does not appear. Some of the lines in Item billing plan are already billed.
    Also at item billing plan there is no check (tick mark) for Header Billing Plan.
    Can some one suggest what are the possible checks for item billing plan not appearing in billing due list.
    Thanks ,
    Nitn Patki

    Hi Nitin,
    Check the status of the line items.
    Regards
    Narayana

  • ICal and CalDAV: Added items in sunbird do not appear in iCal

    Hello,
    I hope the question fits the forum and has not yet been answered. Sorry if it is the case. Anyway, here is my problem. I have this CalDAV account that I want to use both on my mac using iCal and at the office using sunbird (computer on linux).
    This works perfectly well when I create or delete events in ical, i.e. the changes are reflected in sunbird. However, for some reason I don't understand, when I create, modify or delete an event in sunbird, this is not updated when I launch iCal. It seems that iCal does not update itself.
    Has anyone ever experienced this ? Any help on this would be great. Thanks a lot.

    Hi
    I indeed checked and I've set it to update every 1 minutes. I even update it by hand and the new events added in sunbird do not show up. So I don't know, may be the events added under sunbird are not exactly in the same format as the ones added by iCal and that would be why iCal don't add them...
    If anyone has any idea of why it's not appearing I am interested. Thanks for the help

Maybe you are looking for