VA05 -- search purchase order

Hi SAP gurus,
  I came up with a problem on VA05 screen when i was searching purchase order, looks like the " * " / asterisk will not interpret the rest of P/O number once i put in the first 2 or 3 digits of one particular P/O.
  E.g. P/O "2215.2MOR", i have to type the P/O number in full instead of "2215*" to have the desired the result returned.
  Could anyone please advise if this is a bug in SAP or this just has / can not be implemented, or if there is a solution / SAP note that deals with this situation will be very much appreciated.
  Thanks in advance!
  Regards
  Simon

Hi
I am working on ECC 6.0. I think VA05N is not available in 4.6C.
VA05N has extra functionality like we can search sales documents by Sales Document type, user
we have multiple selection criteria.
Regards,
Chandrasekhar.S
Edited by: chandra sekhar S on Aug 19, 2008 10:03 AM

Similar Messages

  • Unable to Search Purchase Order or Release from Purchase Order Summary

    I have set-up one New OU and for that when i go to Purchase order summary and search for BPA Number or any release against that BPA.Then Application is keep searching that BPA or Release.But No Output.
    Please Tell me where i have make the mistake or possible solutions.
    Thanks

    Can anybody help me on the query i posted last week..

  • Formatted Search - Purchase Order Lines, Price Field

    Hello Experts,
    I have wrote this formatted search for Purchase Order Lines, Price Field
    The problem is that i gets 0...
    What is wrong in it?....
    select
    case
    when T2.[ItemCode] Like N'u05D7u05DC%%' AND U_Thickness >= 1 AND U_Thickness <=3 then U_Contour*2.17
    end
    FROM OITM T0
    INNER JOIN ITM1 T1 ON T0.ItemCode = T1.ItemCode
    INNER JOIN POR1 T2 ON T0.ItemCode = T2.ItemCode
    WHERE T2.itemcode = $[$38.1.0[
    Thank You,
    Meital

    Hi.....
    Try this
    select
    case
    when T2.[ItemCode] Like N'u05D7u05DC%%' AND U_Thickness >= 1 AND U_Thickness <=3 then U_Contour*2.17
    end
    FROM OITM T0
    INNER JOIN ITM1 T1 ON T0.ItemCode = T1.ItemCode
    INNER JOIN POR1 T2 ON T0.ItemCode = T2.ItemCode
    WHERE T2.itemcode = $[$38.1.0]
    Regards,
    Rahul

  • Create Confirmation, Search Purchase Order, sort order

    Hi experts,
    when I use the button "Create Confirmation" on the POWL Confiramtions to create a Confirmation I can search for available purchase orders. The list of purchase orders seems to be sorted by creation date / posting date in ascending order, meaning the newest PO is at the bottom of the list.
    How can I sort this list in another way, e.g. by creation date in descending order, meaning the newest PO is at the top of the list?
    Best regards,
    Marcus

    Hi Rajesh,
    this was my first idea as well, to click on the header of the column. Unfortunately that sorting functionality is not available on that screen.
    On a side note, I think the WD application to search for open POs is one of the worst is SRM concerning the UI design.
    Best regards,
    Marcus

  • Table to search Purchase orders of AccountAssignment category "Asset"

    In need of Table which will give me the purchase orders only with the account assignment category "Asset"

    Dear,
    kindly use table EKPO or V_EKKO_EKPO
    or use report like ME80Fn.
    in the report you can use dynamic selection and activate the acct. ***. field and put the valu as "A".
    Rgeards,
    Amit Punamchand Hiran
    njoy SAP..
    njoy Lyf...`

  • How to Enchance Search Purchase Order function in MIGO

    Hello guys,
    In MIGO transaction there is a Search functionality of PO is available. But it has limited fields. Is there a way we can add more fields in this search criterion?
    Thanks
    Abhijit

    Transaction Code - MIGO                     Goods Movement
    Exit Name Description
    MBCF0002 Customer function exit: Segment text in material do
    MBCF0005 Material document item for goods receipt/issue slip
    MBCF0006 Customer function for WBS element
    MBCF0007 Customer function exit: Updating a reservation
    MBCF0009 Filling the storage location field
    MBCF0010 Customer exit: Create reservation BAPI_RESERVATION_
    MBCF0011 Read from RESB and RKPF for print list in MB26
    MB_CF001 Customer Function Exit in the Case of Updating a Ma
    No of Exits: 8
    BAPI-step by step procedure
    http://www.sapgenie.com/abap/bapi/example.htm
    list of all BAPI's
    http://www.planetsap.com/LIST_ALL_BAPIs.htm
    Rewards if useful.................
    Minal

  • Purchase Order restrict selection result

    Hi experts!
    We are on SRM5.0 in ECS.
    When a user search Purchase order in the 'Change Purchase Order' transaction BBP_POC he will be able to see all purchase orders within the company.
    Actually there is the possibility to restrict the selection results by purchasing organization or purchasing group, but this is not usefull for us. Is there any other object we can use?
    Many thanks for your help.
    Best regards,
    Corinne

    Hello,
    You could use the badi BBP_WF_LIST to filter this list at your convenience.
    You also could use structural authorization (tx OOSB, OOSP).
    Rgds,
    Pierre

  • Searching for a Project status = CLSD and open purchase orders?

    Hi,
    I am searching for a project status (Project Builder CJ20N) which allowed my to set a CLSD or a simillar status for settlement with open purchase orders.
    This staus should allowed to process with open orders BUT  not allowed to add new orders after setting this status.
    Have somebody any idee? Or it is impossible?
    Tahnk you in advanced for your Help.
    Regards Baldy

    Hi TV-kid,
    while I was waiting for an answer I got to the same conclusion, so what you offers me is quite tempting actually.
    I got a look to your website and it seems convincing. Still though, your case studies are in other business area, It's only a mater of good knowledge of File Maker.
    I did download the test-drive last version of File Maker plus their samll Business Solution. I did read most of the documentation and the learning process would be too long to construct ourself a good crossed-data base.
    I'd like to get in contact with you to look for a possible colaboration. to get private, I'd liketo do it through your contact link in your website .
    To whom shall I write?
    Thanks
    Cheers
    Cheers

  • Pass values to OAF search page (View Purchase Order History)

    I need to call a OAF page from a PO Approval Notification. I need to call page View Purchase Order History (func:ICX_PO_REVISIONS).
    I am able to create the URL (using function FND_RUN_FUNCTION.get_run_function_url) and when I click on the link it opens the page fine, but it’s a page that contains simple search region and I need to populate the Operating Unit and PO Number fields (I can easily get from the PO) of the search fields, this will allow the user to just click the go button.
    Is it possible using the function FND_RUN_FUNCTION.get_run_function_url and passing parameters (field values) or setting the URL to JSP:/OA_HTML/OA.jsp?OAFunc=ICX_PO_REVISIONS&akRegionApplicationId=177&addBreadCrumb=Y&CorePO=Y and then passing the parameters?
    How would you achieve this if possible, call the page and populate the search field values? It does not seem to work, I have been able to pass paramaters to an OAF page that does not contain a simple search region to return results.
    Function paramaters:
    FND_RUN_FUNCTION.get_run_function_url (
    p_function_id => 3101,
    p_resp_appl_id => 201,
    p_resp_id => 50598, -- MS Purcahsing Superuser
    p_security_group_id => 0,
    p_parameters => 'PoNum=' || l_document_id || '&' || 'retainAM=Y' || '&' || 'addBreadCrumb=Y',
    p_override_agent => NULL,
    p_org_id => 101,
    p_lang_code => NULL,
    p_encryptParameters => FALSE);
    Thanks,
    Shaun

    What I found is there are 2 variables SiteName and SiteName1, if you use SiteName1 then it shows proper value as a site description. I replaced SiteName with SiteName1 and it works. This might help to all who are like me and trying Tutorial example.
    I am not sure how many may have tried OAF - Tutorial examples. They are really complicated and not easy and in most cases they are not coming out in first try but if you really try then it will give lot of understanding.

  • Purchase order number in VA05 transaction

    Hi,
    When i excute VA05 transaction by  giving sales orginization number by selecting orginational data tab in initial screen the purchase order number is balnk ,but when i give sales document type in further selection criteria the purchase order number appears for same sales order no and sales document type.
    Please let me if any one has faced this issue.
    FYi we have recently gone for upgrade from 4.6c to ECC.This works fine in 4.6c.
    Regards,
    Sunil.K

    reolved by my self

  • DIfferent screen search fields in Purchase Order and Shopping Cart

    Hi,
    I created a field in MDM and associated it in OCI , in order to appear in SRM , in the Catalog Search screen in the Purchase Order.
    But, the field also appears in the search screen in Shopping Cart. Do you know if there is any way of limiting the field to appear only in Purchase Order catalog search?
    Thanks in advance,
    Lígia Moreira
    Edited by: Lígia Moreira on Feb 28, 2011 9:45 AM

    Hello Xavier,
    If partner "Requester" and/or "Goods Recipient" is different between PO items and there was previously a "Requester" and/or a "Goods Recipient" at PO header, after your update, partner at header level should have field CRMD_PARTNER-DISABLED set: "Requester" and /or "Goods Recipient" is active at header level only if the same partner is populated for all PO items.
    Concerning SC, there is no "Requester" and/or "Goods Recipient" at header level.
    Be that as it may, if you use function modules BBP_PD_PO_UPDATE,  BBP_PD_PO_SAVE and BAPI_TRANSACTION_COMMIT, modifications will be OK (do not forget to not populate table I_PARTNER for partner at header level if partners are different at item level).
    Regards.
    Laurent.

  • Search functionality not working in Purchase order

    Hi all,
    We are using extended classic scenerio's .But we are unable to search the Purchase orders against status "order ,awaiting approval etc"
    However, we are able to search only "Status Held" PO's
    Could you please tell me the soultion for this. Seems to be search functionality not properly activated.
    Thanks and regards
    Harish shetty

    Hi Harish,
    See if the following OSS notes are helpful:
    Note 1138911 - BBP_POC - Search issue in purchase order
    Note 1128758 - BBP_POC: Search Issue in Purchase Order
    Thanks,
    Pradeep

  • Searching Material in Purchase Order-- Urgent

    Hi,
    Is it Possible to search a material while raising Purchase Order by Material PO text. Actually the requirement is that while raising  PO, the users want to search the material by Material PO text since they put the technical description in this field. As material description is 40 characters , the actual description is becoming difficult to understand.
    Is it Possible to search material by Material PO text?
    Regards
    John

    Hi john,
    In the standard drop down list it is not available.I hope that you can check with your basis team to add such drop down.Otherwise get the information thro' tables.
    regards
    venkadesh

  • Buyer is unable to view the purchase order in advance search screen

    Hi Experts,
    I have an issue, the issue is when a shopping cart is created by the requisitioner and got approved, following document purchase order is created.
    When buyer is trying to view the purchase order in advance search he could not view the purchase order.
    Zero results found message is populating when buyer wants to retreive the purchase order, buyer wants to delete the purchase order, but he is not able to view the purchase order in advance search.
    Can anyone among you let me know what can be done to acheive this.
    Your quick help is highly appreciated.
    IGA

    Hi Summer,
    I have checked the status of the PO and it is in ordered state, I am able to view the PO because i have local admin role productin support role.
    But when buyer is trying to retrieve the PO it is not happening even though the user has buyer role.
    regards,
    IGA

  • Formatted Search to pull Sales Order Remarks field onto Purchase Order

    Hi Guys,
    I need a formatted search for a Purchase Order remarks field, which will pull the remarks field from the linked Sales Order
    (When a PO is done through the logistics tab of the Sales Order)
    I have made this query but it is not working:
    SELECT distinct T0.[Comments] FROM ORDR T0 , POR1 T1 WHERE T0.[DocNum] = T1.[BaseRef]
    It is just pulling the remarks for the first sales order - purchase order link.
    Any help will be appreciated.
    Thanks
    Best Regards
    Dario Moutinho

    Hi Dario Moutinho,
    Try:
    SELECT distinct T0.Comments FROM ORDR T0
    WHERE T0.DocEnthy = $[POR1.BaseEntry\]
    Thanks,
    Gordon

Maybe you are looking for