CRM 5.2 - Search on Custom fields in Accounts application

Hi all,
             We are in process of implementing crm 5.2 for the client. We have added a custom field ZZPRIMARY in Accounts application. Though the field is coming in dropdown for search, but search is not working on it. Do we have write some code, or customization, and if yes where to write the code?
   A custom field 'Date' is added in Opportunity and search is working fine in that.
Anyone help from SAP????
Anything specific to be done in Accounts application?
   Any help will be highly appreciated!
Thanks and Regards,
Rohit Khetarpal

Hi,
     We implemented a badi to filter out the already coming results with the new parameter to achieve the desired search result.
  Hope it helps.
Thanks.

Similar Messages

  • Custom field in Account Partners Edit page

    Need to display a new custom field in Account Partners Edit page. We are not able to find the object definition of "Account Partners" which we can edit. Is option of adding a custom field in Account Partners Edit available in CRMOD? Will enabling "Partner Relationship Management" help in this regard?

    At this time it is not possible to add a custom field in the Account Partners Edit. I would recommend submitting a enhancement request to CRM On Demand customer care.

  • Customer-Fields for accounting

    Hello,
    i have a question about adding customer-fields to accounting. According to SAP-Note Note 458591, its easily possible to create additional fields by only create them in append-structures. For me it sounds like you only have to do this and additionally add the new fields to the table BBP_C_ACC_F etc to see the new fields input-ready within the accounting-tab of Purchase Order maintenance etc, like me21n.
    Sadly the note is only for SAP SRM. Could anybody tell me if thats also possible for SAP ECC 6.0 ? The problem is, that ECC doesnt seem to have a table like BBP_C_ACC_F mentioned in the note.
    Or is the only way to add maintenance of further fields in accounting over new tabs with Badi ?
    any help would be appretiated.
    thanks and regards,
    oliver

    No one ?
    Maybe i wasnt able to write down my point, so here i go again.
    Theres the standard "Accounting"-Tab within the item-level details of PO-transactions like ME21N. That tab holds informations about the using accounts of the selected order-position (EKPO). Now i need to add one new customer-field to this tab. For this i extended the structure CI_COBL which is included in the structure COBL. That one holds the data for this tab. The structure is extended now - but how do i get this new field onto the displayed Subscreen on that accounting-tab ?
    Thats my point. I already tried to do it over generate a new subscreen over SPRO->IMG->MM->Purchase->Accounting->Create Subscreen for Accountingblock   and adding the field of COBL by hand but its still invisible on the screen even the subscreen is used. The logic must make it invisible.
    Can anyone help me out and give me some hints on that ?
    Thanks alot and regards,
    oliver

  • Search Enhancement-Custom fields in Result List

    Hello Experts,
    As per the wiki https://wiki.sdn.sap.com/wiki/display/CRM/TransactionSearchEnhancement by Stephen I have enhanced the search of service order. Custom fields are actually added to the Service Order header and Search by using EEWB.Search is working fine after the implementation of the BADI BADI CRM_RF_SEARCH_EEW
    Now we also want the custom fields to be show in the search result as well.It will be great if you can kindly help me with the standard process for this.If I enhance the search result BOL with the custom fields will it work?
    Thanks & Regards
    Anupam

    Hello Deb,
    The search criteria needs the procedure you fallowed ,But not the result list.
    In the Context node you can directly add the attributes you required from the BOL.
    1.Enhance the component and View.
    2.In the context Node BTQRSRVORD on attributes Rignt Click and say create
    3 Give the name of the fields.
    4.Say add Model Attribute
    5.BOL entity Come byitself BTQRSrvOrd
    6.In the BOL Attribute go to f4 help and Scroll down and expand relations
    7.find the Ibase relations and add the fields.
    No Coding is required ..All the methods get generated and results get populated .
    The only thing is you have get the proper fields and realations.
    Sree.
    Edited by: Sree on May 20, 2010 6:26 PM

  • Custom Field in Account Assignment with search help functionality..

    Hello friends,
      I have added a custom field(Profit Center) in account assignment frame which is having search help also attached..
      the data for search help read from R/3.. When i click the search help in WEB , I got an error message saying that 'No input help available ( Search help PRCTR_EMPTY is empty )
      Any one have found this kind if issue?
    please help out
    Regards,
    john.

    Hi
    You can create a custom search help (simialar to R/3 srch help for profit center) and create a corresponding search help exit for this purpose.
    You need to call the R/3 table from SRM to get the required data and then map the data in to the search help fields.
    Hope this will solve ur problem.
    Regards
    - Atul

  • How to enhance the standard search with custom field?

    Hi all,
    I would like to know the general optimal procedure to enhance the standard searches like Opportunity search or Lead search.
    I've gone through some of the threads here. Some suggest, to add the new field using AET and copy the IMPL class of the search and then code the custom logic. Some say, append the new field to the structure of the search object and then implement the BADI.
    I'm actually a bit confused to understand the correct procedure.
    Can someone please help me with a generic procedure to enhance the standard search with a custom field?
    Thanks in advance.

    Hi Maren,
    Once I have got the same development. I have followed the below steps, please check with this. Let me know for further inputs.
      Add new field using Append structure of type ‘XXX’ in search
      Create BADI implementation for Enhancement spot ‘ES_CRM_RF_Q1O_SEARCH’ and include filter ‘BTQOPP’
      Put your logic in BADI implementation – SEARCH method
      Add it in WebUI configuration
      Remove the operator if required
    Regards,
    Swadini Sujanaranjan

  • Custom field in Account Master Data Tcode BCA_CN_ACCT_03 - Display Account

    Hi all,
    I want to add a custom field in Basic Data tab of display account screen : Tcode BCA_CN_ACCT_03. 
    Please give step-by-step solution.
    Points assured!
    Jogdand M B
    Edited by: Jogdand M B on May 19, 2008 5:36 PM

    Solved by myself
    I write here the response because I didn't found it anywhere:
    When you are adding a custom field to MAKT table you have to add it to appending structres SKTEXT and DMAKT too because the standard uses them to read/write the data to MAKT. It's easy to do but hard to find out

  • Passing customized field of accounting in BAPI_INCOMINGINVOICE_PARK

    Hi All,
    I am using BAPI  BAPI_INCOMINGINVOICE_PARK to park the invoice,  we have added some custom field in FI,
    For example we have added field line of product in the FI.
    When i  park the invoice  i need to pass accounting data  into BAPI, i could able to pass cost centre , profile centre ,controlling area other than  field Line of PRoduct  becuase this field is a customized one.
    Since i am not able to pass line of producti, when invocie get post and generate accounting document ,  line of product pass blank value into it.
    So give me solution of how can i pass the this customized field of accouting in BAPI  BAPI_INCOMINGINVOICE_PARK
    Thanks,
    D.prabhu

    The BAPI_INCOMINGINVOICE_PARK appears to be a non-extensible BAPI, that means EXTENSIONIN parameter required for BAPI extension is not provided for, so you cannot pass or retrieve data for custom fields using this BAPI.
    Find some other BAPI related to INVOICE where EXTENSIONIN parameter is available in Importing or Tables.
    Cheers!!!

  • Default selection of dropdown value help in bp search for custom field

    Hi guys,
    i've problem setting a default selection of the value help. I appended a structure containing a field of type CRMT_BOOLEAN to the crmt_bupa_il_header_search and show it at the bp search page.
    The default order of the value help is
    [ ] false
    [x] true
    which means that the first entry (false) is selected by default. I want the second entry to become the default entry. I tried to sort the ddlb_table of this field in the get_v_xxx but this didn't had any effect to the value help.
    DATA:  lt_ddlb TYPE  bsp_wd_dropdown_table,
    lr_ddlb TYPE REF TO cl_crm_uiu_ddlb.
    lt_ddlb = cl_crm_uiu_bt_tools=>get_strcmp_ddlb(
    iv_structure = [structure]
    iv_component = [my_zfield])
    IF NOT lr_ddlb IS BOUND.
    CREATE OBJECT lr_ddlb
    TYPE
    cl_crm_uiu_ddlb
    EXPORTING
    iv_source_type = 'T'.
    ENDIF.
    SORT lt_ddlb DESCENDING BY key.
    lr_ddlb->set_selection_table( it_selection_table = lt_ddlb ).
    rv_valuehelp_descriptor = lr_ddlb.
    Is this approach not working at all? After sorting lt_bblb contains the values in correct sequence, the webui is showing the value help as before.
    Is it possible to set a selected value in any way?
    Thanks and BR,
    Sven

    Hi Sven Wagener,
    what i understand is you want to set the default entry is second value right?
    if this is your requirement then go for this procedure.
    In redefine do_init_context method and fetch the collection in that collection get your field name and value.
    make a condition like this if the value = 'first value of your drop down' then set to second value.
    this method will execute only in the initial stage means when ever you login into your business role this method will execute.
    example:
    lr_col ?= me->typed_context->yournode->collection_wrapper->get_current( ).
    check lr_col is bound.
    lr_col->get_property_as_string( EXPORTING iv_attr_name = 'DROPDONWFIELD' RECEIVING rv_result = lv_dropdownfield ).
    if lv_dropdownfield EQ 'FIRSTFIELDKEY'.
    lv_dropdownfield = 'SECONDFIELDKEY'.
    lr_col->set_property( EXPORTING iv_attr_name = 'DROPDONWFIELD' iv_value = lv_dropdownfield ).
    IF this is not your requirement then give me some screen shorts.
    Thanks & Regards,
    Srinivas.

  • What to do to hide Notes field in accounts application in PCUI

    Hi Gurus,
      I have checked notin list and not in detial in corresponding field group. In the table crmc_fieldgrp also i modified.
    but still the notes field is visible in account detials tab.
    what to do please tell me
    regards
    ramakrishna

    Hello,
    In which release are you working?
    Regards,
    Frédéric

  • Enhance Standard Info Structure SAP_CRM_ACT to add custom fields in CRM Activity archive Search

    Hi All,
    We have a requirement where we need to enhance CRM UI archive search with custom fields for CRM activity Object CRM_ACT_ON. As per my analysis Standard Archive Search for activity Uses info structure SAP_CRM_ACT for searching archived data.
    But when we are trying to add custom fields into above field catalog, it is treated as modification. But Modification is not allowed in our landscape.
    Standard infostructure is harcoded in SAP standard method ARCHIVING_READ of class CL_CRM_REPORT_ACC_DYNAMIC which is called as part of the process. So we are not able to go ahead with custom info structure.
    Can you please le me know if there are any alternative way to meet above requirement or I have missed any steps.
    Thanks & Regards,
         Sujit

    Hello Thomas,
    Maybe this link can help.
    add new field to search criteria and result.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0747ac2-ffd9-2910-de9a-8a3dc44da8b4?QuickLink=index&overridelayout=true&12966506314316
    Search Options - Knowledge Management - SAP Library
    regards,
    Grace

  • Search on the custom field in Product doesn't work

    Hello everyone!
    Lately I was configuring additional custom field for product header and succeed. Then I wanted to add this field as a search criteria for product search and I followed help on help.sap.com and note 1026956. Here are the steps I did:
    1. I've extended structures CRMT_PRIL_QUERY_ADVSEARCH_PROD and CRMT_PRIL_QUERY_ADVSEARCH_IOBJ with my custom attribute.
    2. I went to Master Data->Products-> Basic Settings ->Add Attributes to Search Structure and added my custom attribute there.
    3. Then I found out that it's not enough and I should perform additional steps not included in note and help. I did these steps suggested by Shanthala Kudva in thread [Can't enable the extendable set type attributes in product search UI|Can't enable the extendable set type attributes in product search UI;.
    After that I was able to configure UI and see the search criteria, but when I try to search using custom field I get error message: "Search criteria PRODUCT_ANKER.ZCAT_NUMBER in scenario CL_CRM_PRSEARCHSCENARIO_GETLST not included in tool/filter"
    How to find out the reason of this behavior? Did I miss something in configuration?
    P.S. Set type called ZPRODUCT, attribute ZCATNUMBER. In structures appended component called ZCAT_NUMBER with component type ZCATNUMBER. In table CRMC_PRSEA_ATTR the record has the attributename ZCAT_NUMBER, attribute_id ZCATNUMBER. Maybe I messed up with that?
    Regards,
    Alex.

    Hi Alexander,
    I know this is an old post, but currently i am facing the same issue of not being able to see my custom fields in the BSP Component Workbench.
    I tried to follow all steps maintained in SAP Note # 10269656 & 1541480, but no luck.
    Can you please tell me what do you mean by "Should not add the extended attributes directly to Search Structure, as SAP expects the attributes to be in APPEND structure"? Can you please let me know how the values are to be maintained in the Search structure table "CRMC_PRSEA_ATTR", which is also accessed using the IMG Meanu path "Master Data -->  Products --> Basic Settings --> Add Attributes to Search Structure"
    Appreciate your help.
    Suresh Karri

  • Enhance search functiponality with custom fields

    Hi Experts,
    I want to enhance component PRD01QR/Search with custom field in order to allow seraching for it. It is enhanced via set type. Please could you send me steps how to dpo it?
    Thanks,
    Juraj

    Hello,
    Maybe this helps:
    http://scn.sap.com/thread/3151887
    Best regards,
    Thomas Wagner

  • SC : Extended  Search on Header Customer field

    Hi ,
    I have created customer defined field on Header & Item in SRM 5.0 .
    I am showing both of them on Extended Search in Check Status of Shopping Cart .
    But I can search on the basis of Item Customer field <b>not</b> on the basis of Header Customer Fields .
    There is flaw in BBP_PDH_SEARCH_SC FM on header Cus. field .
    Has anyone encounter these problem .
    Thanks & Regards,
    Sachin

    Hi,
      For SC,you cannot search on custom fields at the header level.
    BR,
    Disha.
    Pls reward points for useful answers.

  • Crm pc ui F4 Help does not work properly for custom field

    Hi ,
    I am having a issue with F4 help. For a custom field I have enabled BP search. The custom field gets populated with selected BP number from the search screen.
    Problem is, 
    Once opportunity is saved, for standard fields BP name gets displayed while for my custom field BP name does not get displayed only BP number stays at the place.
    What should be custom field size to accomodate BP selection?
    Have anybody done something like assigning BP search with custom field ?
    Any Ideas if I am missing something?

    Hi Bhatt,
      Your problem isnt in the F4 application. The problem is the logic of class corresponding to fieldgroup that your field is contained.
      You need a development like standard.
    Regards.
    Manuel

Maybe you are looking for

  • If a Windows PC cannot see Time Capsule

    Like other users in this forum, my Time Capsule worked flawlessly with my MacBook Pro but I initially could not get my Windows PC (XP) to connect with or identify my Time Capsule. Relying on my IT background, I tried for hours doing everything I coul

  • An idea to edit my MP3s...  Need some guidance

    I know I know and I already searched the topic extensively... But maybe I'm googling the wrong stuff. Anywho, here we go. I want to create a small app (no gui) that runs through my MP3 directory and takes each file name (i.e. artist name - song title

  • When iPhone 3GS is connected iTunes doesn't launch

    Updated to iTunes 9, updated iPhone to 3.1. When iPhone gets connected iTunes doesn't launch automatically. I should add though, that my ipod shuffle when connected does auto launch iTunes.

  • Premiere Mis-Interprets File Length

    I am editing a short film on Premiere Pro CS5.  I had all my .avi files edited in 2.5K resolution.  When I opened the project today, a couple files in the sequence have some grey diagonal lines that go across them in the timeline.  (Similar to a lock

  • Stages of quizzes

    I have a module with 3 stages of quizzes. 1. Easy round; 2. Average round; 3. Difficult round. I want to make the students take the exam starting from easy round to difficult round. if the student failed the easy round he should go back at the start