cancel
Showing results for 
Search instead for 
Did you mean: 

How to add new value in operator in search parameter in web ui

Former Member
0 Kudos

Hi,

I have a requirement to add values (equal ,not equal ) in operator drop-down field of

search parameter in search of web ui page.

Can someone guide me to proceed on this.

Thanks

Viren

Accepted Solutions (1)

Accepted Solutions (1)

former_member189678
Active Contributor
0 Kudos

Please check the method GET_DQUERY_DEFINITIONS of Search View IMPL class.

Regards,

Harshit Kumar

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

here an example how to add operator "contains pattern" to attribute prospect name in the opportunity search.

Hopefully it will work similar for your issue:

1) Launch transaction 'sm34'

2) Enter view cluster name as 'CRMVC_DQ' and click on 'Maintain'

3) Find DQuery Object Name for example 'BTQOpp' under Comp Name 'BT' and click on'exceptions per attribute.'

4) Find the Attribute Name for example 'PROSPECT_NAME'

5) Check the box 'CP' to enable to 'contains' operator.

Kind regards

Manfred

former_member228349
Participant
0 Kudos

hi,

thank you for the information..

i created one custom postal code field,  even after i updated the exception as you have mentioned.  i dont get the BT.  its working for other operator

the field is Char10 field.. is there any other way to get the operator..

thanks


Dinesh

bauert
Explorer
0 Kudos

Hi,

check this thread:

http://scn.sap.com/thread/3614631

Thanks