RFQ which are not converted to PO

I want to diplay all RFQ which are not converted to PO.
Is there any BAPI or FM ?
or How to fetch data ?from which table ?
thanks
kumar

I would disagree with the above reply.
I would rather suggest you to use ekpo..
for the rfq no and item query ekpo and pass rfq no and item no in the fields anfnr and anfps. This will give you the PO number/item in ebeln and ebelp.
not the best method... but this works. Or you have to go to the PR of the RFQ and check the status whether PO has been created or not. But you don't always have the RFQ created from PO so this will not be a good option.

Similar Messages

  • PO report for which RFQ reference  are not existed

    Hi Experts,
    I want to see all the PO's which are not having RFQ as reference Documents.Kindly tell me what report I  can use.
    Regards,
    Sri.........

    Hi
    Try T-Code ME4N Purchasing Document by RFQ Number. If it doesn't meet your requirement. You need to develope a report as required.
    Regards,
    Sadiq

  • How to delete images from folder which are not in the database

    I am created windows form
    i wont to delete images from the folder where i have stored images but i only want to delete those images which are not in the data base.
    i don't know how it is possible . i have written some code
    private void button1_Click(object sender, EventArgs e)
    string connectionString = "Data Source";
    conn = new SqlConnection(connectionString);
    DataTable dt = new DataTable();
    cmd.Connection = conn;
    cmd.CommandText = "select * from tbl_pro";
    conn.Open();
    SqlDataAdapter da = new SqlDataAdapter(cmd);
    da.Fill(dt);
    int count = Convert.ToInt32( dt.Rows.Count);
    string[] image1 = new string[count];
    for (int i = 0; i < count; i++)
    image1[i] = dt.Rows[i]["Image1"].ToString();
    string[] image2 = new string[count];
    for (int i = 0; i < count; i++)
    image2[i] = dt.Rows[i]["Image2"].ToString();
    var arr = image1.Union(image2).ToArray();
    string[] arrays;
    String dirPath = "G:\\Proj\\";
    arrays = Directory.GetFiles(dirPath, "*", SearchOption.AllDirectories).Select(x => Path.GetFileName(x)).ToArray();
    int b= arrays.Count();
    for (int j = 1; j <= b; j++)
    if (arrays[j].ToString() != arr[j].ToString())
    var del = arrays[j].ToString();
    else
    foreach (var value in del) // ERROR DEL IS NOT IN THE CURRENT CONTEXT
    string filePath = "G:\\Projects\\Images\\"+value;
    File.Delete(filePath);
    here error coming "DEL IS NOT IN THE CURRENT CONTEXT"
    I have to change anything .Will It work alright?
    pls help me
    Sms

    Hi Fresherss,
    Your del is Local Variable, it can't be accessed out of the if statement. you need to declare it as global variable like below. And if you want to collect the string, you could use the List to collect, not a string.  the string will be split to chars
    one by one.
    List<string> del=new List<string>();
    for (int j = 1; j <= b; j++)
    if (arrays[j].ToString() != arr[j].ToString())
    del.Add(arrays[j].ToString());
    else
    foreach (var value in del)
    string filePath = "G:\\Projects\\Images\\" + value;
    File.Delete(filePath);
    If you have any other concern regarding this issue, please feel free to let me know.
    Best regards,
    Youjun Tang
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How can I detect workbooks which are not longer in use?

    Hello togehter,
    I am looking for a way to detect BEX Workbooks which are not longer in use. Is there something in the BC which I can use for that?
    Best would be some query with the information of when and by whom a workbook gets called up last time.
    Thanks!
    Andreas

    Hi Edward,
    there is no key figure providing this information.
    First of all you got convert the 0CALDAY from Date to Number, therefore you got to configure a new variable (by replacement path) and put it into a formula.
    Use the result of this formula as a column and create a new TOP 1 condition on it.
    Now you will only get one row per Workbook/Query (or whatever you have chosen) with the date of the last use of it.
    Regards,
    Andreas

  • Pdf's are not converting to Word

    Looking for help on why any of the pdf's are not converting correctly to a Word document. I'm not getting any error messages, but what is converting is jibberish.  Nothing like the pdf doc that I'm trying to convert.
    Thanks!!

    Hello Sara
    Many thanks for your replies.
    I went through the following process a few minutes ago:
    I opened the file
    Selected tools
    Selected the convert PDF to MS Word
    Proceeded with the conversion
    This took a few minutes
    Received the message
    "File successfully converted and saved to you online account "
    Download converted file
    It then gave me a save to choice which I selected
    This time parts were converted but most was not
    And there were numerous errors.Also a wide variety of fonts most of which I was
    able to convert to Ariel Size 10 which is my normal choice
    but nemerous letters I could not change.
    As for the Samsung ViewScan microfilm viewer it is a beautiful piece of technology
    for viewing old and poor quality microfilm.
    I had not thought about checking whether it can convert to Rich Text but doubt it.
    The main thing is I seem to be able to make some conversion but not complete.
    Would it be OK to send you a page or two of the files I am working on?
    Again I apprerciate your help.
    Best wishes from Kiwiland,
    Kiwi Bob

  • TS4498 Is it possible to support Logic in 32-bit plug-ins in future updates? How about to make a bridge built in Logic. I would have long ago moved on to a new version of Logic, but I have the equipment (UAD-1 and Liquid Mix), which are not run on the Loq

    Is it possible to support Logic in 32-bit plug-ins in future updates? How about to make a bridge built in Logic. I would have long ago moved on to a new version of Logic, but I have the equipment (UAD-1 and Liquid Mix), which are not run on the Loqic X. So I would suggest to make a bridge in Logic X. As it was in version 9 of the Logic.

    In addition.. Focusrite have stated they will not be releasing a 64bit version of Liquid Mix as they consider it outdated software these days.... even though at one point a limited release beta version had a 64bit AU version included but it was so unstable it was rapidly dropped...
    However the 32bit to 64bit bridge plugin 32 Lives,  states it will handle and 'convert' the Stereo version of Liquid Mix to 64bit but not the Mono version... within LPX
    http://www.soundradix.com/products/32-lives/compatibility
    Finally, like others here, I would be extremely surprised if Apple added 32bit AU support back into LPX..  That '32bit tech' is long dead and gone....in terms of modern DAWs... as it is in other DAWs such as the recent PT versions...

  • How to create a report for open sales orde documents which are not invoiced

    Hi Experts this is urgent,
    +pls give the Logic for document flow+
    My requirement is create a report for sales orders which are not invoiced  using the following table.
    VBAK : sales order header
    VBAP : sales order item
    VBFA : sales document flow
    VBUK for processing status
    KOMV for duties value and sales order value
    LIKP : delivery not header
    LIPS :delivery note item
    For information : In the header level the processing Status is indicated in the table VBUK field LFSTK for one sales order number. A,B , C are the possible entries.
    Case A : When a sales order is invoiced we can display information on the header status :
    Overall status : Completed  and display a invoice number in the document flow. When the items of the sales orders are invoiced the process status is the following :  Overall status       Completed            
    Delivery status      Fully delivered      
    Case B : An open sales order not delivered and not invoiced will have overall status : Open on the header and item level and will not have subsequent documents.
    Case C :
    When the items for the sales order are delivered but not invoiced the status will be u201Cfully deliveredu201D
    And the subsequent documents will be delivery notes and good issue if the delivery note is issued.
    With regards
    ravi
    Edited by: ravik ravik on Jun 25, 2008 3:29 PM

    Hello Ravi,
    U neednot develop any report..
    there is std report with txn V.02
    or copy this and make necessary changes.
    Reward, if helpful.
    Rgds,
    Raghu.

  • TS1368 I want to delete a lot of things childrens stories, albums which are not used which that are on my ipad. However when I go through Itunes it wont show me most of the stuff in my library. it takes ages to delete one at a time.

    I want to delete a lot of things childrens stories, albums which are not used which that are on my ipad. However when I go through Itunes it wont show me most of the stuff in my library. it takes ages to delete one at a time.
    Can you help please?

    Thanks King_Penguin for taking time to read and reply. 
    I just purchased this movie on Thursday, May 15, so just a few days ago.  I have never had any trouble whatsoever since I have been in Vietnam.  I have downloaded several movies and even music and they have all synced to my respected Apple products except for this purchase. 
    Sorry, I don't quite understand what you mean by studios and different versions.  Could you please explain? 
    I checked my purchased list in my purchase history under my account and there are no hidden items. 

  • Delete records from tableA which are not in tableB

    Table A contains milions of records which is the best way to delete records from tableA which are not in tableB
    delete from tableA where empno not in (select empno from tableb)
    or
    delete from tableA where empno not exists (select empno from tableb
    where b.empno=a.empno)
    any help

    Hi
    If you can do this, do with this:
    create table tableC
    as select a.*
    from tableA a,
    (select empno from tableA
    minus
    select empno from tableB) b
    where a.empno = b.empno;
    drop table tableA;
    rename table tableC to tableA;
    Ott Karesz
    http://www.trendo-kft.hu

  • Delete Rows from T1 which are Not in T2

    Hi
    I've 2 Tables like below
    T1
    N1
    N2
    2
    11
    2
    22
    3
    33
    8
    44
    8
    88
    T2
    N1
    N2
    2
    22
    8
    88
    If I Run Delete query, I must delete Rows from T1 which are Not in T2
    For example, I must delete Rows 1,3,4 from T1
    So how to write that delete query? Please advice

    Delete from T1
    Where not Exists (select * from T2 Where t1.N1=t2.N1 and t1.N2=t2.N2)
    --or
    Delete t
    From t1 t
    left JOIN t2 m
    ON m.N1=t.N1 and m.N2=t.N2
    WHERE m.N1 is null and m.N2 is null
    --Or
    ;With mycte as
    select N1,N2 from T1
    Except
    select N1,N2 from T2
    Delete t
    From t1 t
    INNER JOIN mycte m
    ON m.N1=t.N1 and m.N2=t.N2

  • Problem with Signing in itunes with my id. After signing in it does Not Show the Apple id and they are asking 3 Times if i wanna download Songs I have already bought but which are not on this iphone

    Dear community, I'm experiencing a problem since 2 days, that if I sign in in my iTunes account with my Apple ID on my iPhone it doesn't show at the end if scrolling down the ID details and credit anymore. If I try to download songs I bought once but which are not on this device anymore, it asks me 3 times for the ID and password. I fill it in but at the end nothing happens. I see only in the middle a moving symbol.
    What can I do? Apple ID and password are correct . I canceled all settings but same as before.
    Many thanks in advance.

    AJ Green wrote:
    My wifi only iPad 2 has GPS, and a compass/accelaerometer to determine which direction I am facing.  You need to enable location services.
    Your wifi-only iPad does not have GPS. Read the specs for your device.

  • How to find documents which are not linked to a project?

    Hi all,
    i'm just looking for a variant to search for documents which are not linked to a project within ta SOLAR_EVAL.
    I need a way to report how much documents are not linked to a project; just stored in KW.
    Can anyone give a hint?
    Thanks a lot!
    Jan

    Hi Jan,
    This report SOLMAN_UNUSED_DOCUMENTS will help you identify the documents which are not linked to the project.
    (OR) Use Tcode: SI80 to find any document in SAP Solution Manager KW.
    Regards,
    Sanjai

  • How can i find all included pictures which are not in a album? (only in the Library)

    How can i find all included pictures which are not in a album? (only in the Library)

    Hi there,
    I'm afraid I don't quite understand your question. All images are in your Library and only those you specifically select from that Library would be in an Album. What platform are you using? Revel Mac, Elements, web browser, etc?
    Here is a link with some helpful information:
    FAQ: File Basics: How do I Upload, Download, Share, and Delete files in Revel?
    Thank you,
    Glenyse

  • HT1386 I have a new apple iphone 4 and a ipod touch im trying to add songs from my ipod to iphone which are not on my computer it says my computer is not authorized how do i do this

    I have a new i phone 4 and an older ipod touch ...i have songs on my touch which are not on current computer ...i want to put songs on my iphone but computer says its not autorized ive read all the manuals they dont help . I cant update the ipod to new ios until i transfer bought items to library and if i do this i will lose my songs previously downloaded from cds onto my ipod the computer that had songs on it had to be restored to factory settings Can anyone help? The ipod has an old apple id associated with it and i dont have that id or password for it.Ive tried to recreate and change pass just doent work Thanks

    Hey jtom234412,
    Thanks for the question. Based on the information you have provided, it sounds like your device is not detected in iTunes for Windows. The following resource may help resolve this issue:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/ts1538
    Furthermore, if your device is in recovery mode (displaying an iTunes symbol, with a plug), see the relevant information under Step 5.
    Thanks,
    Matt M.

  • Sync between MacBookPro and iPhone 3G does not sync properly.  Calendars duplicate events but worse is that only contacts from Address book from letter T onwards sync.  Any contacts on iPhone which are not on Mac are lost during sync.

    Sync between MacBookPro and iPhone 3G does not sync properly.  Calendars duplicate events but worse is that only contacts from Address book from letter T onwards sync.  Any contacts on iPhone which are not on Mac are lost during sync.
    Solutions?

    No, I never really found an easy solution.  I believe it is an issue with some corruption in the iTunes database on the specific device.  In my case, both my iPad and iPhone now show duplicate stream songs if viewed through iTunes on my Mac, but they show different songs.  A couple years ago I had a similar issue on my iPhone, and Apple support suggested I back up the phone, completely reset it, and then restore it from the backup.  It did work, so I imagine it would probably work for my current issues with the iPhone and iPad.  But resetting and restoring an iPad or iPhone always makes me a little nervous that something will get lost.  When I did reset/restore the iPhone, I do have to say, the restore process was 100% perfect and I did not lose any data at all even though Apple support said I might.  If you try to go that route, I would suggest backing the device up both to a computer through iTunes, and to the iCloud so that you have a double backup.
    None of this really resolves the issue with how the iTunes databases are becoming corrupted on the apple devices though, so it is very likely to happen again until they fix it.  I have been unable to determine if there were any specific actions or conditions which caused the corruption to happen in the first place.
    Might be worth another call to Apple support, or dropping in the local Apple store if you have one near by.

Maybe you are looking for

  • How to manage files in ipad

    How can we manage files in ipad?

  • How to exit Full screen view to same photo

    How can you go back to same photo that you viewed in Full Screen instead of the first photo in the file. Each time I use Full Screen or Compare 2 photos, when I exit, Elements goes back to 1st photo in the file. Then I have to scroll back to where I

  • N97 many severe problems

    Hey everyone, this is my first post so sorry if it is somewhere else. I have the Nokia N97, ive had it for about 8 months. there are many problems with it. 1. I do not receive texts on time, they are recieved 4/5 days later than they were sent. (time

  • How to get the memory address of an array (pointer in C)?

    I am writing an application that exchanges data with a PXI device via DMA.  Basically I will provide it a memory address and a direction, and it transfers the data.  I would like to give it the memory location of an array in LabVIEW, but I do not kno

  • Error mapping doesn't work for me. Plz Help!

    I have created a .war using deploytool and added "404, /WEB-INF/NoSuchPage.html" in the error mapping area in file refs on the right tabbed panes. When I deploy the war and test it, the error mapping doesn't work. The server still display the default