SRM 7 Add a field to Advanced Search

Hi,
we have a requirement, where I need to add a feild on the advanced search screen. Are there any BADis to acheive this.
Any info on this is highly appreciated.
Thanks and Regards,
Krishna

Hi Siva,
Thank you for the response.
Can you please elaoborate this. Like how you renamed the standard field, how to find out which structure needs to be appended. A step by step guidance if you have time on this will really help me ... 
Looking forward to here from you again.
Believe me , you will be highly appreciated for the info.
Thanks in advance,
Krishna

Similar Messages

  • Bug after adding fields in advanced search mode of af:query

    We are migrating from JDeveloper 11.1.1.6 to 11.1.1.7.
    I noticed the following issue:
    In a page with search criteria (based on a view object), when the user adds an additional field in advanced search mode and clicks on a full submit button in the page, the following browser popup appears:
    "This page is asking you to confirm that you want to leave - data you have entered may not be saved."
    This was logged as a bug in Oracle Support but we have not been able to find a workaround yet.
    This is the only issue currently blocking us from migrating to 11.1.1.7. Has anyone else faced this issue? Any ideas on how we can bypass this behavior?
    Thank you,
    Gabriel.

    Unfortunately, the latest update from Oracle Support was that they no longer consider this a bug!
    SR 3-7706485141: Additional Fields in af:query problem - JDeveloper 11.1.1.7
    Bug 17346704 - ADDING FIELD TO AF:QUERY ADVANCED SEARCH CAUSES SPURIOUS WARNING DIALOG POPUP
    1. I cannot understand how something that blocks user actions and cannot be bypassed in any way could be considered "acceptable behavior".
    2. I also do not understand how a Bug can be lodged and then have its status changed to "Not a Bug".
    3. Even if we were to ignore this issue and convince our customers that they should be delayed by meaningless popups while working (which we cannot), their is still another issue that makes this functionality dysfunctional. When the user clicks on "Stay on Page" the popup closes and the page freezes and becomes unresponsive.
    Off course this is another issue and a different SR should open, but I think it shows that something is going very wrong with this functionality.
    I wonder if anyone else is considering using JDeveloper 11.1.1.7.0 in a production system.

  • 11.5.9/OAF 5.7 : how to add new fields in iProc "search results" page

    We need to add new fields into iProc "search results" page - "Personalize Self-Service Defn" is et, we can enter the personalization screens (from both the "master" link at top/right page level or from the link above the region) - anyway cannot find how to add new fields. Do we have to go to AK developer and/or XML files or is it feasable from OAF (as it is with 11510) ? TIA.

    It depends on what fields you want to add.
    1. If Oracle has included the fields, just render them via personalizations
    2. If they are brand new fields:
    a) you will need to extend the VO (I do not know the exact name).
    b) change the query to get your extra db columns if necesary
    c) add transient attributes to the VO and map them to b).
    d) Then you need to add the items via personalization and map them to the attributes you created in c)
    Check on metalink for the lates version of OAF Dev Guide and Personalization guide.
    Thanks
    Sandeep

  • Removing standard operators for a field in Advanced search

    Hi,
    JDev 11.1.1.3.
    In ADF application, we need to remove few standard operators from the list for a field in Advanced search. For this we have followed the below oracle documentation:
    http://download.oracle.com/docs/cd/E14571_01/web.1111/b31974/web_search_bc.htm#ADFFD2457
    27.3.3 How to Create Custom Operators or Remove Standard Operators
    As specified in the doc, we have added the below "CompOper" tag to VO.xml. We have to remove all the operators present in the list except the "Equal to". But the issue is, using below code the "Not between" and "contains" operators are deleted from list, but "Not equl to" is still getting displayed. We have also tried "Doesnotequal". I have tried the oper string with spaces, without spaces, spaces replaced by underscore.
    Can some one please provide the exact String to be passed in oper attribute of CompOper for all operators?
    <ViewCriteriaItem
    Name="CmLookupTypesVOCriteria_vcrow16_Category"
    ViewAttribute="Category"
    Operator="="
    Conjunction="AND"
    Required="Optional"
    UpperColumns="1">
    <CompOper Name="Category" ToDo="-1" Oper="NOTEQUALTO"/>
    <CompOper Name="Category" ToDo="-1" Oper="NOTBETWEEN"/>
    <CompOper Name="Category" ToDo="-1" Oper="CONTAINS"/>
    </ViewCriteriaItem>
    Thanks,
    Manasa Tadi

    I am not able to find the list for the entire set of operators, but you could follow a simple technique to identify the exact operator to be used:
    In the View Criteria editor, for any of the attribute, modify the operator to any desired value, this would update the *VO.xml,
    use the same operator, if you want to hide it in advanced mode - as you have done earlier.
    <ViewCriteriaItem
    Name="CmLookupTypesVOCriteria_vcrow16_Category"
    ViewAttribute="Category"
    Operator="="
    Conjunction="AND"
    Required="Optional"
    UpperColumns="1">
    <CompOper Name="Category" ToDo="-1" Oper="NOTEQUALTO"/>
    <CompOper Name="Category" ToDo="-1" Oper="NOTBETWEEN"/>
    <CompOper Name="Category" ToDo="-1" Oper="CONTAINS"/>
    </ViewCriteriaItem>
    Thanks,
    Navaneeth

  • Add a field in the Search Criteria in POWL for Invoice

    Hi,
    I am trying to add a field  or change Selection Parameters in Search criteria POWL for Invoice. But for SC, PO and Confirmation I can do it from DB Criteria. But for Invoice  I implemented these BADI's  and its not triggering.
    /SAPSRM/BD_POWL_CHNG_CUF_SRCH
    /SAPSRM/BD_POWL_CHNG_SELCRIT
    Any idea why its not trigeering? Am I missing anything?  I appreciate your help.
    Thanks,
    Carl
    Edited by: Shears80 on Sep 28, 2011 9:40 PM

    Hi Cral ,
    Add a field in the Search Criteria in POWL for Invoice
    append the custom attributes in this structure
    /SAPSRM/S_SEARCH_RESULT_INV
    goto tcode  sm30  /SAPSRM/V_SRC_CR enter the filed for  BO/ BUS2121(select the business object based on the requirement)
    the creation type must  be suitable  for the type
    criterion name : zzfield
    criterion name : parameter
    structure : /SAPSRM/S_SEARCH_RESULT_INV
    field name : zzfield
    this are the feeder class for invoice .
    /SAPSRM/CL_CLL_POWLT_INV_PROF
    /SAPSRM/CL_CLL_POWLT_INV
    /SAPSRM/CL_CLL_POWLT_INV_S
    based on the powl query you need to do the enhancement in the feeder class .
    Thanks & Regards
    Pradeep Kumar Dondeti

  • Adding a new Search Field in Advance Search

    Hi,
    In 1 of the advance search regions, :
    We have a search panel in the adv search RN. In the poplist we have say 10 fields. We can add either of these 10 fields and use for searching. Now I want to add another search field ( an attribute from a table).
    Question 1 :*
    How to find the underlying VO from which the search fields are coming. I saw the page ( about this page) but couldn't find anything.
    Question 2:*
    Suppose I get the VO (resolution from above question) , if my extra filed is not there I add it in the VO ( VO extn), now how to configure this new field to the existing search panel fields?
    Thanks

    Hi,
    I think search fields are not mapped to any VO. If this is your standard page, check the standard controller. It might be getting values from pageContext.getparameter().
    You can create a new item using 'Personalize this Page' option and extend your controller to set where clause for the same.
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to Add extra feilds in Advance Search of Record Working Time

    Hi All,
    My requirement is in Standard RECORD WORKING TIME ESS application.
    under weekly view, when we press F4 it will display advanced search.
    in that advance search there are  *CO Area: Short ID: WBS Element: Description: * areas.
    abaper have created two more fields for search as per requirement.
    now i have to include those those fields in to that advance search view along with the other fields.
    please help me its very urgent.
    thanks in advance.

    i found that,
    We have to check the backend customisation and add those filelds as visible in the cats profile using cac2
    and check the exits.
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/bd/53fa2fcc43594dbf9f406c18989a47/frameset.htm
    can anyone please tell me Step By Step process how to enable them using CAC2 .

  • Restrict fields in advanced search

    Hi,
    afaik you should be able to restrict the fields exposed to the user in the advanced search with R18.
    I am not able to find the place to configure this. Any hints?
    Thanks in advance
    Michael

    Michael, tere is a new privilege called "All fields in Search and Lists" that controls if a user sees all available fields or just the ones on the record detail page.

  • Input field in "Advanced Search"

    Hello Experts,
    I'm setting the "Search Component Set" and "Search Option Set" in our portal, and I've a little question..
    In our default "Search Option Set" I disabled the property "Enable Large Search Field" (and it works fine, the input field is not large!) BUT during the search when I go in "Advanced Search" the input field return large... Why??
    Is possible to set a  not large input field also in "Advanced search" ?
    Thanks in advance

    Ok,
    in SystemAdmin > SystemConfig > ContentManagement > UserInterface > Search
    you can find the "Search Component Set" and "Search Option Set".
    Configuring "Search Option Set" (the default option set used is "UISearch") you can enable/disable the parameter "Enable Large Search Field", that works on input field width..
    If I disable this parameter the input field of my toolArea is short, but if go into "Advanced Search" the input field change and became large...

  • How to add customized fields for free search in PA30

    Hi,guys
       I have created some customized infotype. and I want to add the field of that infotype into free search.
       How do I do that?
       Please help
    Thank you in advance

    Hi Luke,
    I am getting follwoing error in cds file 1906. 05 Oct 2011 09:46:58 ERROR com.nakisa.Logger - com.nakisa.framework.data.commandProcessor.impl.OracleCommandProcessor : getDataTables : Problem executing query. Data Element Name: SAPOrgUnitDataElement.
    This error is only coming in Quality & not in dev. In Dev, It is showing Org Structure for a scenario but in Quality, it is showing a blank screen & giving this error in cds log file.
    I have copied SAPOrgUnitDataElement.xml into SAPOrgUnitDataElement_copy.xml & then used standard SAPOrgUnitCostCenterInheDataElement data element to create a linked data element called SAPOrgUnitDataElement (using SAPOrgUnitDataElement_copy & SAPOrgUnitCostCenterInheDataElement).
    All the fields in SAPOrgUnitCostCenterInheDataElement got added in source Organization Structure feilds & I have also added cost center name field in view but still it is not showing in scenario Org chart in dev. Because of data issues, I thought to test it on Quality but there I am even not able to see Org chart for a scenario & it is giving above said error in cds log file.
    Please help!
    Thanks,
    Prashant

  • Add custom field in SOCO search

    hi
    i checked in webdynpro component of SOCO search screen
    i got below info
    Structure       /SAPSRM/S_CLL_WKL_SEARCH
    Method      /SAPSRM/IF_CLL_DODM_WKL_SEARCH~SEARCH
    View            V_WKL_SEARCH
    component /SAPSRM/WDC_DODC_WKL_SRCH
    now there is already cuf fields structure in /SAPSRM/S_CLL_WKL_SEARCH and its clearly seen that on adding more fields here it will get mapped to context of the above view then i could add the fields on the view and map them
    the question is where is SPRO metadata config to enhance the above structure ?
    i dont want to enhance it manually bcoz earlier i did in other structures and faced lot of problems
    SPRO - SAP supplier relation mgmt -- cross appl basic settings -- Extns and field control -- Configure customer fields. shows below options
    Append for Customer Cross-Document Database Fields on Header
    Append for Customer Cross-Document Non-Database Fields on Header
    Append for Customer Fields on Auction Header
    Append for Customer Fields on Supplier List Header
    Append for Customer Fields on RFx Header
    Append for Customer Fields on Confirmation Header
    Append for Customer Fields on Contract Header
    Append for Customer Fields on Invoice Header
    Append for Customer Fields on Purchase Order Header
    Append for Customer Fields on RFx Response Header
    Append for Customer Fields on Shopping Cart Header
    which of these is for the SOCO search structure ?
    also, once these fields are added, there shud be no need to do anything in the method /SAPSRM/IF_CLL_DODM_WKL_SEARCH~SEARCH i assume.
    its pretty strightforward code, looks like accomodating the custom fields in search criteria
    my doubt is main about the meta data config for this search structure
    i checked couple of threads
    http://scn.sap.com/thread/3485435
    http://scn.sap.com/docs/DOC-52584
    my doubt is why they are talking about different structure than   /SAPSRM/S_CLL_WKL_SEARCH ?
    any inputs are welcome
    thanks
    b

    Hi Dan,  
    Thanks for your post.
    As far as I know the full-text search on support field data type of PlainText and
    HTML and the Title field. Please refer to the Full-text and partial word searches section in this document:
    https://msdn.microsoft.com/en-us/library/dd286638.aspx#full_text.
    For this custom string field, we suggest you search it using work item query. To change work item field index, you can execute the
    witadmin indexfield command line to do that. 
    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.

  • Product category: Add description field to the search help

    Hi experts,
    My requierement is to add the material group description field 2 in search help.
    Analysis: While creating the shopping cart it will ask product category . when we click on the drop down list we can find the ...type if u click on that it will move to other screen where we can search.after that it will show the product category description , category ID, Logical system.
    I want to add one more field to that ( product category description 2 field.
    let me know how can i proceed further on this.
    Thanks,
    Prashanth.

    Hi Neha,
    Thanks.
    but i want to know which search help is using....(IN ITS )
    please help me to find the exact search help.
    Thanks,
    Prashanth.

  • Add new fields to BP Search result Pop-up

    Hi,
    In the CRM 5.0 WinClient BP Search, we would like to add some additional fields to the BP result list in the Pop-up. Can someone please highlight the process of enhancing the search result list?
    Thanks,
    Karthik

    hi,
    Search help get the value from some data base table only first find out in from which table
    it is geting populated.
    Regards,
    Tanveer.Ahmed

  • Hiding Add Another criteria in advance search region

    Hi,
    I have a requirement for hiding/removing the Add Another search criteria functionality of AdvancedSearch region. The user should be able to search for the criterias given.
    Please reply the way I can do this.
    Thanks in advance.
    Mukesh

    Uchaniya,
    Read the above replies. First its not feasible. Second, only the items with the search allowed property set will appear as search criteria. So just handle your scenario through this property. Even if user adds more search criteria, the searchable columns will the same.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Add 'Size' field to Find search results

    Is there a way to add a size field to the window when using the Finder's Find command. When doing this in Tiger the search results had this and other info, but in Leopard there is only Name, Kind and Last Opened.
    Thanks,
    Chris

    Yeah, this is just one more of the little things that make me regret upgrading to Leopard. Nothing but little take-aways by Apple that effect the normal day-to-day kinds of user interactions; horrible search functionality, mind boggling step backwards in the usefulness of ical, horrible printer support, loss of single click and hold dock folders....

Maybe you are looking for

  • RFE: Some issues with the Pre/WebOS coming from the perspective of a former Windows Mobile user, Part I

    I just switched over to a Palm Pre from a Windows Mobile device a week or two ago.  Now, don’t get me wrong here—I really do like the Palm.  For the most part, all of those things that were buggy, slow and inconsistent with Windows Mobile just simply

  • Dynamic Table Creation

    Hi All, I know how to create a dynamic table with dynamic tablecolumn. How can I create a dynamic table using only  tablecolumngroup (which is not deprecated). Aviad

  • What audio format does iTunes convert to and use?

    I got an ipod touch 4 a few months back, and it had to convert many of my songs to a different format. I need to put some songs on a rewritable cd/dvd to work in a cd player. I think it is an MP4 format. We tried it on a rewritable DVD-RW and a CD-R.

  • INFO - Lenovo A936, note 8

    hi @ all first of all sorry for my bad english!!! So... i bought my lenovo A936 note 8, 2 months ago and i'm satisfied.  I have some question for you : - since first time i turn on phone I have been getting been getting a 'Unfortunately, Settings has

  • Ckeditor not saving changes in peopletools 8.49

    Here is the code: <script type="text/javascript" src="%JavaScript(PROTOTYPE_JS)"></ script> <script type="text/javascript" src="/cs/script/ckeditor/ckeditor.js"> ;</script> <script type="text/javascript"> Event.observe(window, 'load', function(){ var