New Field in Inbox Search

Hi,
I want to add one new field to inbox search i.e. 'Created By' , the purpose of this field is to search the service order on the basis of created by. could anyone please help me in solving this issue?
do we need to enhance the class CL_CRM_AUI_QUERY_SERVICE and GET_1O_QUERY_RESULT?
Regards,
Kamesh Bathla

Hi,
Can you please tell me what I need to do in the method mentioned by you?
Regards,
Amit

Similar Messages

  • Adding a new field to the search help exit

    Hi friends,
    adding a new field to the search help exit. How does it work ?
    Thanks in advace
    Ilhan

    The search help exit allows you to modify functionality of search help. If you add a new field to the
    parameter list that is not contained on the selection method you can manually populate it within the search
    help exit.
    This  would be performed within the u2018STEP DISPu2019 section. Once within this section all search help
    data has been retrieved and is stored in table RECORD_TAB (record_tab-string) as one long string value.
    Therefore you need to read table SHLP in-order to locate position of value within string.
    Example:
    To find position of personnel number (PERNR) within elemenory search
    help M_PREMN you would use the following code:
    Loop at record_tab.
         read table shlp-fielddescr into wa_shlp
                                       with key tabname   = 'M_PREMN'
                                                fieldname = 'PERNR'.
    You could then use this information in the following way, for
    example, to find a persons organisation unit:
          select  orgeh endda
            up to 1 rows
            from pa0001
            into (ld_orgeh,ld_endda)
           where pernr eq record_tab-string+wa_shlp-offset(8)
                                                      u201Cpernr length is 8
           order by endda descending.
          endselect.
          select single orgtx
            from t527x
            into ld_orgtxt
           where orgeh eq ld_orgeh and
                 sprsl eq sy-langu and
               ( endda ge sy-datum and
                 begda le sy-datum ).
    If you have added a new field to the end of the parameters list
    the next step is to populate it by adding this data to the end of
    the record_tab string:
      concatenate record_tab-string ld_orgtxt into record_tab-string.
      modify record_tab.
    endloop.

  • 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

  • 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

  • Adding new search fields in BP search of IC webclient

    Hi ,
    I am new in BSP and IC Webclient. Can anyone give me suggetion about how to add new fields in BP search in IC webclient and incorporate the new fields in the search process ?
    Thanks in advance.
    Pratip

    Use the transaction EEWB for modifying the search structure.

  • New field in account advanced search

    Hello Experts,
    I'm facing issue where the new field is not showing up on the advanced search screen for account (CRMM_ACCOUNT).  The new field has been added to both search request and search result structure.  The logic has also been implemented to incorporate the new field into the search query. 
    When add this new field to the field group, the field displays on the 'Get' drop down box and I was able to search by this new field fine.  However, it doesn't get display on the advanced search screen.
    Any help would be appreciated.
    Thanks,
    --Jamie.

    Hi Jamie,
    What i understand is the field has been added in Field Grp ACC_SEARCH_LOG_04 but its not showing up in Advanced Search right. I hope you should do this step i.e  Goto-> Layout Generation and Uncheck 'Only Check Fields Groups' from the checkbox and Enter the Field Grp in Field Grp field over there then execute it. Hope you can see the Custom field there.
    When you click Show advanced search you can see the 'Find Dropdownlist box ' select 'All Accounts' value from there and check whether your custom field is populating there or not.
    Thanks,
    Raju

  • Adding a new field in searh and result [ comb of 2 other fields ]

    Hi ,
    I have to add a new field in Opportunity Search and later OpportunitySearch Result. This field belongs to Opportunity Details -> parties Involved view , and is a combination of 2 fields there..Partner function and Main Partner (unchecked ). Details are as below..
    Can you please suggest easiest way for achieving this..
    Details of the Opportunity Search where I need to add a new search field
    Component : BT111S_OPPT
    Context Node : SEARCH
    View : BT111S_OPPT/Search
    Details of the new search field (Present In the Opportunity Details, there is a viewset for Parties Involved ) ..The new search field should be Employee Responsible but not the Main Partner ( kind of a substitute OR Secondary Employee Responsible )..2 employee responsible is permitted in partner determination..
    Component : BTPartner
    Context Node:  BTPartner
    View : BTPartner/Partner
    Attribute : Partner_fct
    Generic Object Type = 1Order
    +
    Component : BTPartner
    Context Node : BTPartner
    View : BTPartner/ Partner
    Attribute: MainPartner ( Not checked = 0 )
    Is there a simpler way without coding to achieve the above?
    The route that we have thought of is ...Let me know if there is an alternate simpler way...and If I am missing anything
    1.Create a custom field using EEWB ( I am not well aware of AET, and not aware how to enable this in our 
       environment as we upgraded to 7.0 recently ) For CRM Opportunity Transaction Type.
    2.This will be linked to the table CRMD_ORDERADM_H and the related structure
    3.Ask the technical team to populate this field from structure COM_DYNP_PARTNER_UI-PARTNER_FCT and COM_DYNP_PARTNER_UI-MAINPARTNER = 0 [(In Transaction crmd_order F1 on employee responsible points to structure COM_DYNP_PARTNER_UI and Mainpartner is a Boolean and hence main partner = 0 means that it is not the main partner ).
    4.Add the same field in the search-result as well.
    Thanks.
    Regards,
    Monica.

    Hello,
    I have looked at wiki below [http://wiki.sdn.sap.com/wiki/display/CRM/Howtoaddanexistingfieldtoasearchpageofadifferent+component]
    Kindly suggest ways to acheive adding new field in Opportunity Search ( employee responsible which is not the main contact like I mentioned ) which belongs to another component ...Can it be done without coding eg. adding to design layer.
    Can you please give steps to do the same.
    Thanks.
    Regards,
    Monica

  • Adding new field in Monitor Shopping Cart

    Helll All,
    I have a requirement where I need to add a new field in the Search Criteria screen for Monitor Shopping Cart (item data).
    The new field needs to have a property so as to be able to add more than 1 value for it. It is just like Purchasing Group criteria present in the standard Shopping Cart Monitor screen.
    I have the structure BBPS_MON_SC_ITEM where there is a field PURCHASE_GROUP, which is like a range. I need to add one more field here with the same range structure so as to get values of my new screen field into it.
    Coming to my question........In which structure should I append this new field so as to get it in BBPS_MON_SC_ITEM? I have read the note 672960 and tried appending for Table Type fields but no success.
    I am working in SRM Version 5.
    Kindly help.
    Thank you.
    Johnson
    Message was edited by:
            Johnson Ittyerah

    Hi
    <u>See related links -></u>
    Re: Adding CUF fields in Monitor Shopping Cart Selection Screen
    Re: Error while viewing the SC via BBP_MON_SC
    Adding fields in shopping cart
    Do let me know.
    Regards
    - Atul

  • Custom Fields in Inbox

    We need to add a few custom fields to Search and Result views of Inbox. Some of these fields are from z tables.
    I'm trying to determine whether I have to use BT Search customization (z index table), or redefine the search class CL_CRM_QUERYAUI_RUN_BTIL?
    Has anyone used BT Search (z index table) in CRM 7? I've used it in previous CRM versions, but I was hoping in CRM 7 there would be an easier way to add custom fields to Inbox search and result table.
    Any help would be appreciated.
    Ramin.

    Thanks Micha.
    I looked into that, the InboxResultView seems to be bound to the BOL node: BTAUIView. See below screenshot.
    [Screenshot|http://i52.tinypic.com/1zqwxaw.png]
    So I would have to extend that structure, however if the GENIL_BROWSER when you expand the View node BTAUIView it doesn't show the underlying structure. So I don't know what the name of the structure for the Inbox result is to extend it.
    I just would have thought SAP would have an easier way. I found this Note: 1552679   (see it [here|http://i51.tinypic.com/5vrc4o.png])
    In the Note it says:
    1. Add a column to view ICCMP_INBOX/InboxViewSet with EEWB or AET
       2. Logon to the WebUI
       3. Perform a search in Agent Inbox.
       4. Switch to "table view"
       5. You observe that filter button is not available for your column
    Can you explain how we're supposed to do step 1 above? How do you add a custom field to InboxViewSet? unless you extend the underlying structure. The Note seems to imply you can just go to AET and add your custom field.
    Thanks again.
    Ramin.

  • ADD new fields Who's WHo

    Im trying to add new fields to Advanced search in WHO's Who settings which are customs fields Z from infotype 1008; I customized new infoset copy from standard adding this infotype, but im getting error when i run de query on ESS, anyway Who's who don't Show fields from infotype 1008 on output field details, Anybody Knows How I can add custom fields in Who's who infoset and how the hell can I read infotype 1008 from infoset on  PCH DataBase?
    Thanks in advance

    Hi,
    Here is the catch, when you add the custom infotype make sure it has the primary key same as other infotypes used in the Query.
    For example make Pernr as the primary key in the custom infotype.
    I tried the same in our landscape and it worked fine.
    The steps I did are as below:
    In SQ02 - EDIT - Change Info-Type Selection - Add the Custom Infotype to the Query
    In SQ03 created a custom user group and assigned Infoset to the User Group.
    In SQ01 create the query and click on Change - From the top selected Basic List and added the fields which I want to see in list and also the selection criteria.
    Once done with this execute the Query and see if the data is populated from the Custom Infotype.
    There is no coding needed to populate the data.
    Make sure the join is right and it should get the data. And the above link shows how to include the Custom Info-type fields in WHO'S WHO search.
    Hope this helps.
    Cheers-
    Pramod

  • Additinal Fields in POWL Search Criterea for RFx

    Hi,
    We want to add a column in the POWL result and a new field in the search criteria in SRM 7.0
    We are able to add column in POWL result after adding a field in structure /SAPSRM/S_SEARCH_RESULT_BID and confguration in the T-code
    /SAPSRM/POWL_CUST. For search criteria we have added same field in the structure. /SAPSRM/S_SEARCHFIELDS but we are unable to bring that field in the search criteria.
    Please help.
    Ganapathi

    Hi,
    After changing any POWL configuration . Below are the two important points.
    1.  After changing the POWL Feeder configuration within transaction /SAPSRM/POWL_CUST all queries of the changed Feeder must be refreshed (deleted) using report  POWL_D01
    2. After changing the POWL Feeder Type within transaction POWL_TYPE all queries of the changed Feeder must be
        refreshed (deleted) using report  POWL_D01.
    after changing the search criteria try to execute the report for one user and check for that user in portal.
    regards,
    Devi

  • Adding a new field in  EEWB and pulling this to IC 4.0

    Hi All
    i am trying to add a new field thro EEWB in CRM 40 and link to CRM IC . I have successsfully added the field and the same is now appearing in the IC webclient.
    Now  I need to passvalues Yes and No and the deafult shall be blank  in a drop down list box
    How to pass the values. Please forward the code to attach in BSP and where.
    Also I need to make this field as mandatory and  a error message should be visible in the IC
    I shall reward points
    SURYA

    Hello,
    I have looked at wiki below [http://wiki.sdn.sap.com/wiki/display/CRM/Howtoaddanexistingfieldtoasearchpageofadifferent+component]
    Kindly suggest ways to acheive adding new field in Opportunity Search ( employee responsible which is not the main contact like I mentioned ) which belongs to another component ...Can it be done without coding eg. adding to design layer.
    Can you please give steps to do the same.
    Thanks.
    Regards,
    Monica

  • Adding a new field to search of Service Contracts

    Hi Experts,
    I have a requirement where in to add an existing field i.e your ref (sold_to) your_ref_sold field into the search criteria of Service Contrct .
    How to add the field to the Search .
    I have few questions here.
    1 need I use EEW to add the field to Search but its already existing?
    2 If not How to append the Structure crmst_query_src_btil and enhace it with field required?
    3 how to implement the BADI crm_rf_search_eew?
    Thanking You,
    Sree.

    The search help exit allows you to modify functionality of search help. If you add a new field to the
    parameter list that is not contained on the selection method you can manually populate it within the search
    help exit.
    This  would be performed within the u2018STEP DISPu2019 section. Once within this section all search help
    data has been retrieved and is stored in table RECORD_TAB (record_tab-string) as one long string value.
    Therefore you need to read table SHLP in-order to locate position of value within string.
    Example:
    To find position of personnel number (PERNR) within elemenory search
    help M_PREMN you would use the following code:
    Loop at record_tab.
         read table shlp-fielddescr into wa_shlp
                                       with key tabname   = 'M_PREMN'
                                                fieldname = 'PERNR'.
    You could then use this information in the following way, for
    example, to find a persons organisation unit:
          select  orgeh endda
            up to 1 rows
            from pa0001
            into (ld_orgeh,ld_endda)
           where pernr eq record_tab-string+wa_shlp-offset(8)
                                                      u201Cpernr length is 8
           order by endda descending.
          endselect.
          select single orgtx
            from t527x
            into ld_orgtxt
           where orgeh eq ld_orgeh and
                 sprsl eq sy-langu and
               ( endda ge sy-datum and
                 begda le sy-datum ).
    If you have added a new field to the end of the parameters list
    the next step is to populate it by adding this data to the end of
    the record_tab string:
      concatenate record_tab-string ld_orgtxt into record_tab-string.
      modify record_tab.
    endloop.

  • Error while trying to add a new field in search criteria by VO extension

    Hi,
    I am trying to add a new field by using the VO extension to a seeded OAF page used to search Repository contracts.
    I get the following error on opening the page after I have compiled my code on server and bounced apache.
    Message not found. Application: FND, Message Name: FND_VIEWOBJECT_NOT_FOUND. Tokens: VONAME =SSPN_AdvancedSearchAttributesPVO; APPLICATION_MODULE = oracle.apps.okc.repository.search.server.ContractsAdvSearchAM;
    I extended the AM also after this to include the extended VO but still the error comes.
    This page is a dynamic search page where the results change based on the different search criteria.
    Cheers
    Swati

    Hi,
    I extended the AM also after this to include the extended VO but still the error comes.There is no need to extend the AM for extending a VO. Hopefully the VO which u extending already attached to the AM oracle.apps.okc.repository.search.server.ContractsAdvSearchAM.
    Regards,
    Gyan

  • How to add a new field to an existing Generic Search result list?

    Good day,
    I'm new to the concepts of the Generic Search Framework.  I'm attempting to add a new field to an existing result list, and have that new field restricted to a value of "C".  This new field will not be displayed, it is only used to ensure that Invoice Documents with a DocStatus of "C" are returned to the B2B Application.
    From the *modification\generic-searchbackend-config.xml file, the existing
    <h4><property-group name="billing_resultlist_B2B_R3">
      <property name="BILLINGDOC" columnTitle="sbt.sbs.genericsearch.billing.invoice.title" parameterType="rowkey" hyperlink="b2b/documentstatusdetailprepare.do" linkParamClass="com.sap.isa.ui.uiclass.genericsearch.GenericSearchUIDynamicContent" linkParamMethod="buildAttributesForBillingDocumentDetails" linkTargetFrameName="form_input" />
      <property name="BILL_DATE" type="date" columnTitle="status.sales.date" writeUnderProperty="BILLINGDOC" defaultSortSequence="DESCENDING" />
      <property name="NET_VALUE" type="number" columnTitle="status.billing.detail.netvalue" fieldOutputHandlerClass="com.sap.isa.ui.uiclass.genericsearch.GenericSearchUIDynamicContent" fieldOutputHandlerMethod="buildBillingNetValue" cssClassName="amount" />
      <property name="CURRENCY" type="hidden" />
      <property name="PAYER" columnTitle="gs.hd.gl.partner" linkParamClass="com.sap.isa.ui.uiclass.genericsearch.GenericSearchUIDynamicContent" linkParamMethod="buildShowPartnerLinkSales" />
      <property name="PAYERS_GUID" type="hidden" />
      <property name="SD_DOC_CAT" type="hidden" />
      <property name="OBJECTS_ORIGIN" type="hidden" />
    </property-group>
    </h4>
    I'm trying to better understand how the R/3 tables and columns are specified in the Generic Search Framework.  I know that the R/3 table and field is: VBRK.RFBSK, but in the configuration XML files, I never see this exact information specified.   How it is specified to be a part of the result set?
    After reading the section in the Development and Extension Guide, I also learned about the "allowedValue" definition, and I believe that I will use that to specify the "C" value for the Invoice Document Status field.
    I would greatly appreciate any help.
    Thanks,
    _kevin

    Hi Kevin,
    this means you are working in this section of the generic-searchbackend-config.xml
                 <property-group name="SearchCriteria_B2B_Billing"
                                 useSearchRequestMemory="true">
    Below this property
                    <property name="IRT_BDH_BILL_TYPE"                    
                              type="box"
                              entityType="BEART_BILL_TYPE"
                              tokenType="EXP"
                              requestParameterName="rc_documenttypes"
                              label="gs.att.lbl.doc.type"
                              UIJScriptOnChange="GSloadNewPageR3(this);">
                        <allowedValue value="ORDER"           description="b2b.status.shuffler.key1val2"/>                   
                        <allowedValue value="QUOTATION"       description="b2b.status.shuffler.key1val1" />
                        <allowedValue value="INQUIRY"         description="b2b.status.shuffler.key1val11" />
                        <allowedValue value="ORDERTMP"         description="b2b.status.shuffler.key1val3" />
                        <allowedValue value="CONTRACT"        description="b2b.status.shuffler.key1val4" />
                        <allowedValue value="INVOICE"         description="b2b.status.shuffler.key1val5"  default="true"/>
                        <allowedValue value="CREDITMEMO"      description="b2b.status.shuffler.key1val6" /> 
                        <allowedValue value="DOWNPAYMENT"     description="b2b.status.shuffler.key1val7" />
                        <allowedValue value="AUCTION"         description="b2b.status.shuffler.key1val9" />
                    </property>
    please try adding this new property
                    <property name="DOCUMENT_STATUS(1)"
                              entityType="CL_CRM_REPORT_SET_STATUS"
                              tokenType="RAN"
                              type="hidden"
                              requestParameterName="rc_status_head1" value="C" />
    This should do the trick. Unfortunately, I don't have a E-Commerce scenario with an ERP backend for testing purposes available to you have to test it yourself. Keep me updated with the test results !      
    Philipp Koock
    SAP CRM Web Channel Consultant
    http://www.koock.net

Maybe you are looking for