Enhance B2B search criteria in order status screen.

hi,
we are tring to enhance search criteria in b2b sales order status screen. Need to add "Requested Delivery Date" to the search criteria for document. I was able to figure out some changes to be done in crmc_repdy. What is the accronym to be added for requested delivery date ?

Hi Deepak,
There is a order status screen in webshop(B2B). The search criteria includes certain parameters such as document type, creation date, status etc. I need to enhance it to accomodate one more search criteria i.e Requested Delivery Date. The XML file corresponding to the search criteria for B2B sales is generic-searchbackend-config.xml.
Hope i made things a bit clear !
Best regards,
Rohit Sharma

Similar Messages

  • Enhance Lead Search Criteria

    Dear Friends,
    Our requirement is to bring Creation date(Created On) field in the search criteria of the Lead search(meaning we should be able to search the leads based on the creation date). For this we created an enhancement in the BSP WD Workbench. We used the Component BT108S_LEA and the view which we enhanced was BT108S_LEA/Search. We created a new attribute to the context node SEARCH, while creating we selected the BOL Entity as BTOrder and the BOL Attribute from BTOrderHeader->CreatedAt. It got added successfully to the context node, but when we try to access this field from the configuration it is not appearing. Please let us know what I am missing.

    Hi,
    i think you have missed the implementation of the BADI:
    CRM_BADI_RF_Q1O_SEARCH
    you will find it in enhancement spot ES_CRM_RF_Q1O_SEARCH.
    Inside this BADI first call FM CRM_BSP_OIC_1O_SEARCH_FROM_RF.
    This executes the standard search.
    After this function call implement your own coding to filter the results using your attribute.
    Best regards
    Manfred

  • Configuring the Enhanced material search in sales order

    I am trying to add our own fields to the extended material search help scren in VA02.
    - From the config, logistics-generail/material master/enhanced material search/define search parameters - and in here added the custom fields, whihc happend to be 'Z' fields that we have added to the material characteristics.
    - the new fields then appear on the extended material seach screen in VA02, but they don;t retain the data inputtted, or work in the actual search
    - AS part of this work we have also configured SES Material Master Business Object BUS1001006 - and setup our own 'Z@ class, whihc adds these 'Z' attributes to the material search help. 
    - THis all works on the materials search help, but not on the extended material help screen
    I have also looked at the BADIs part of the enhanced search help, but these only appear to be called once the results have been extracted.  So can anyone give any gudience on how we get the new fields in this screen actually working..

    The problem was simple.  The table include used field names ZZ, where as all the other besoke fields and data elements were just Z, so once we sync'd everything it magically worked

  • Enhance Search Criteria in bt111s_oppt

    I need to enhance a search criteria as follows:
    The opportunities in the result list have to be shown only in case the user searching for them is a Sales team member on the opportunity in the result list.
    In case of BP search there is a nice class which can be used for the purpose of enhancing of the search criteria. How about opportunity. IS there a class or a BADI?

    Hi Max,
    Just to add to what Ajay has said, Please try below code:
    DATA: lr_query TYPE REF TO cl_crm_bol_dquery_service.
    lr_query ?= me->typed_context->search->collection_wrapper->get_current( ).
    lr_query->add_selection_param( EXPORTING iv_attr_name = 'SALES_TEAM_MEMBER '
                                                                                    iv_sign = 'I'
                                                                                    iv_option = 'EQ'
                                                                                    iv_low = sy-uname ).
    Regards,
    Bhushan

  • Search criteria in VA02/ VA03

    Hi
    Can i add any new fields in the search criteria in VA02/VA03 screen . Generally only the fields Purchase Order No,
    Sold-to party, Delivery,Billing Document, WBS Element . I want to add the reference field from the header accounting tab page .
    If so how can i do that ?

    HI
    See Note 549438 - FAQ: Search help for the sales order and related notes.
    I understand that you want to use the field BKPF-XBLNR (linked with invoice). My doubt cames from how it's done the splitting or copy rules from SO to deliveries. The idea is try to create a view with BKPF-VBRK-VBFA-VBAK and use it in VMVA, Surely you will have to use an exit to search help using the function molude F4IF_SHLP_EXIT_EXAMPLE as a template.
    I hope this helps you
    Regards
    Eduardo

  • Default timeframe for Shopping cart Order status

    HI,
    We have requirement to set default time frame 30 days for the "Order status" in SRM 7.0
    We used query id SAPSRM_E_CHECKSTATUS_0, but the these changes not replicating in POWL transaction.
    can some one help e on this, how to defult timeframe.
    Thanks,
    Rams

    I checked out TC POWL_QUERY in our Dev box and it appears to do the trick.  However, in order to update the Order Status screen with the new criteria, I need to run program POWL_D01 which will update all user ID's.  I would only like to update users without anything in the timeframe field.  Any idea if that is possible?  If not, we would need to communicate to our end users first before making the change in case they had different criteria in the timeframe field.

  • ESS Who is Who - Add search criteria

    Hi all,
    I have tried searching the forums, but can't find an answer for my problem. I want to add an additional field to the search criteria for the who is who iview.
    I am able to change the advanced search, but I want to add a search criteria on the first screen. Changing the service for the adress book (Employee Self-Service -> Service-Specific Settings -> Address Book -> Who's Who -> Who's Who (ESS): Selection and Output) does not change this first screen.
    Anyone know how I can make this change?
    Thanks in advance.
    Kind regards,
    Marlies

    If by selecting fields you mean in the Who's Who (ESS): Selection and Output, then yes.
    I have there available 3 tabs, none have the default settings.
    First tab I can set the selectionfields, but when changing/adding a field here, my "simple search" does not change. The changes here are reflected under the advanced search, which is nice, but not what I want.
    I simply want to add 1 additional field to the first search screen, so the user does not have to always use the advanced search option.

  • In service order Search page,In Service Order Search criteria, In Status value drop down i have to show only user status?

    Hi Team,
    My requirement is In service order Search page,In Service Order Search criteria, In Status value drop down i have to show only user status values only? how to do it..now in my status drop down values system status values also displayed ,i want only user status values only i have to show...how to do it?
    Thanks
    Kalpana

    Hi Kalpana
    As Standard there are 2 separate search fields for Status.
    One for User Status
    One for System Status
    Are you sure that the other Status value you require are not for other Service Transactions different to the one you are wanting to search on?
    If you need to make a only the User Status for  a given selected Transaction Type, then you would need to make an enhancement to that Component
    Regards
    Arden

  • Status codes in Purchase Order Response screen

    Hello,
       I still relatively new to SRM and have a question on how the status codes on the purchase order response screen works.
    Specifically what is the logic / selection criteria for "Variance in Purchase order Response"? My initial analysis is that this displays variance against the Original PO values rather than the current PO values if they have been updated to matched the POR.
    Thanks
    Gary

    Thanks Ravi but I belive that we do not use SUS. Suppliers interface with SRM via a web portal.
    Any suggestions where I can find detailed user / functional documentation on what each of the search parameters mean ?
    Thanks again
    Gary

  • Is it possible to include Ship to Party in order search criteria ?

    Hi,
    we have a requirement to enhance order status search crtiteria b2b sales.
    Basically generic search framework needs to be enhanced.
    is it possible to enhance order status search criteia and include ship to party ?
    Please can anyone let me know.
    We are using CRM 5.0
    Thanks,
    Rohit

    Closing the thread

  • Modifying reports search criteria screen

    Hi
    I am trying to add a little functionality to the Serial Number Transaction Report search criteria screen, however cannot seem to catch any events for the form and therefore cannot do anything with it. With this screen being a report associated screen does this still allow for tasks such as validating edit boxes etc. to be carried out, as on a normal system form i.e. Sales Order.
    If so why could it be that I cannot seem to catch any events?
    Thanks
    Steve

    Have you tried using the B1 Event logger tool?  When I use that and goto the serial # transaction report menu option (form 22) I see events being triggered in the log.  Are you registering any events for that form in your add-on?

  • 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

  • How to enhance the search functionality of the Locator Bar in SAP CRM Order

    Hello All,
    I have one following requirement in SAP CRM 4.0 :
    it is necessarry to search for Orders according to one of the Z-fields(under Z-tab) in SAP CRM.
    Therefore i need to  enhance the search functionality of the Locator Bar with this option.
    Can anyone help me how to achieve this .
    Cheers
    Sreedhar

    HI, Sreedhar
    Check this thread:
    Re: New search help on CRMD_ORDER locator
    Denis.

  • Need new search criteria on Screen 102 of transaction va02 for payment card

    Hi Friends,
    I have a requirement in which i need to add a new search criteria of payment cards
    on the VA02 initial screen, can any one suggest me a approach for this.
    Please suggest me the elaborated steps.
    Thanks in advance.
    Regards
    Digvijay

    Go to SE11 > select radio button 'Search Help', create a custom search help and activate it.
    Next, goto SE11 > Search help = ASH_VMVA and hit change
    Ignore warning.
    click on tab 'Included Search Help' and add the custom search help that you just created in step 1.
    Next click on 'parameter assignment' push button and maintain parameters (parameter should automatically default, just accept and save)
    Activate ASH_VMVA.

  • Adding a new search criteria in Web UI for Sales Order

    Hi,
    We have a requirement for Web UI as follows :
    We want to add the ID number (identification number in BP ) as search criteria for Sales Order simialr to search criteria available in Accounts with ID number .
    Can any one please give some inputs on this ?
    Regards
    Vinayak

    Hi Vinayak,
    I will try to give you some technical advise.
    What you would need to do is:
    In transaction SM30 open up view: CRMV_OBJ_BTIL
    There is an entry for External Object Name "BTQAct"
    The currently used DDIC structure is CRMST_QUERY_ACT_BTIL
    You will need to adjust this structure to bring completely new parameters to the UI. This means put in your own.
    As you can see in detail for this entry there are three fields with name "Structure" the last one is for the GenIL handler class. Currently it should be empty (there is some fancy SAP logic to determine it automatically). You can override it with your own handler class implementing the logic. As a hint: The implementation class currently used is: CL_CRM_QACT_RUN_BTIL
    Anyhow most 1Order searches are handled by the class CL_CRM_Q1O_SEARCH perhaps you can use it as well. Additionally it would be a good idea to provide your users with a value help.
    Oh and there is a customizing that lets you define which options (IS, BETWEEN, IS NOT, ...) should be available for the user. Please do not try to do this hardcoded
    cheers Carsten

Maybe you are looking for