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

Similar Messages

  • 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

  • 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.

  • Down Payment settlement Line is not appearing in the final Billing

    Hello All,
    Activated the Milestone billing plan. Created a Sales order > Down payment Billing document > and cleared the Down payment billing document.
    While trying to bill the final invoice the down payment settlement line is not appearing.
    Please suggest us what would be the probable reason for this to resolve the issue.
    Checked in detail and found in the table BSID the field sales document ( VBEL2) is populated with blank and not with the sales order number.
    Thanks & Regards,
    Madhan.

    Hi
    When you create a final invoice the downpayment clearing line is retrieved using function
    module SD_DOWNPAYMENT_READ. The function module will not be able to find the
    downpayment if the VBEL2 and POSN2 fields are not filled.
    If the downpayment is posted and cleared correctly in F-29 (this is the only way) these
    fields will be filled and the document should be retrieved and the value transferred to the
    AZWR condition.
    Run VF01 with a breakpoint in SD_DOWNPAYMENT_READ
    go to the end of the function module you will see the structure t_sdaccdpc
    This is filled with all valid entries for clearing. I suspect in your case it is missing.
    Try posting a new example in using F-29 make sure it shows cleared in the
    document flow then check at this point above in the final invoice
    Hope this helps you further
    Kind regards
    Brian

  • While merging lines in prepare mass additions invoices lines do not appear

    Hello,
    I am facing an issue in merging mass additions line. I dont see any lines to merge even though many invoice line exist. I even tried query mode where i query the lines based on the invoice number but still lines do not appear for merge.
    detailed steps:
    Press open button on an oh hold item in the mass additions summary window.
    Enter additional information and select done.
    Back in the mass additions summary window, pick the first mass addition item again and press 'merge'
    button.
    Select the other new mass additions items that you want to merge into one asset.
    -> Problem, the other new items do not appear for selection.
    It was working fine till few months back but seems some patch have created this issue. Have you faced such issue?
    We are on 12.0.6.
    Any pointer is helpful.
    Regards
    Bipin

    I wish I had a 10.3.9 machine to check, but, since your video card should definitely be up to the task, I think it's probably going to be that Keynote's having a unique problem with your setup. In Keynote, under the Keynote menu, choose "Provide User Feedback" and send your problem to Apple. It could be that it may not have been reported yet.

  • 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 (")

  • Schedule lines should not be maintained with out release

    schedule lines should not be maintained with out release of schedule agreement......but system accepting to maintain the schedule lines.Please say how.
    regards,
    Sridhar kumar.a

    Hello,
    I have the same problem as you. Someone know something about it?
    kanyadhara, did yo solve this problem?
    Thanks a lot

  • HT4053 How do I delete photos, the delete button does not appear to be working?

    I have downloaded all my photos to my new IPad. I need to delete some I do not want, how do I do it. The delete button does not appear to be working?

    I personally don't know of any other software that does syncing, however, you can use another cloud service like Dropbox or Flikr to house your photos, add and delete them and have them available for viewing on any device or comuter that has an internet connection.
    I'm not sure why you would be having trouble not getting photos that you put into your Photo Stream Uploads folder on your iPad. Photo Stream is Photo Stream. Also, just so you know, photo management and Photo Stream have nothing to do with iTunes. Photo management on the computer is done through your photos folder and app (on a Mac, it's iPhoto). You only use iTunes to tell the sync process which items to retrieve and sync from that library. Photo Stream is completely independent of iTunes altogether.
    If you want to get photos from a camera to your iPad without having to use a computer, get a camera connection kit which will allow you to physically hook the camera to the iPad, and to directly download the photos from the camera to the iPad.
    You would still want to also hook the camera up to the computer to back those photos up to your photo library on your computer.
    Also you might want to look into purchasing (for under $5) iPhoto for your iPad:
    https://itunes.apple.com/us/app/iphoto/id497786065?mt=8
    Seems like you might benefit from talking to your local Apple Store about when they might have some sessions for learning photo management and sharing between your device and computer, because what you appear to be wanting to do is all do-able. I guess I'm just missing what your issue is. You can many things with photos on your iPad, however, your device will never be a substitue for your computer for backing up and managing your photos.
    So, best of luck, I hope one of the suggestions above will help you to achieve what you are trying to do.
    Cheers,
    GB

  • Video download from SD card 2 iPad 2 interrupted, file corrupted.  Cannot find file to delete.  Does not appear in Photos, or is not visible using Windows File Manager.  Consumed 2.5G of space!  Can anyone help

    Video download from SD card to iPad 2 interrupted,  corrupted.  Cannot find file to delete.  Does not appear in Photos, or is not visible using Windows File Manager.  Consumed 2.5G of space!  Can anyone help?

    Video download from SD card to iPad 2 interrupted,  corrupted.  Cannot find file to delete.  Does not appear in Photos, or is not visible using Windows File Manager.  Consumed 2.5G of space!  Can anyone help?

  • Without release schedule agreement schedule lines should not be maintain

    Hi experts,
           i made a schedule agreement and i have given 2 level of releases for it.. so with out releasing i maintained schedule lines in me38, then i made migo then system says the document has not been released yet. but what my query is schedule lines should not be happened with out release means it should stop here only. So how to give check for it.i have searched in system messages but nothing is there in that. So please solve this problem its urgent.

    Hello,
    I have the same problem as you. Someone know something about it?
    kanyadhara, did yo solve this problem?
    Thanks a lot

  • 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

  • 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.

  • TS1702 the delete option does not appear when I try to edit pictures

    When I try to edit photos on my I pad [elete} the delete option does not appear only the share or copy option are there Why?

    If the photos were synced to the iPad you have to unsync them. You can't delete those form the iPod itself.

  • "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

Maybe you are looking for