cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in configuration of a search view

Former Member
0 Kudos

Hello All,

I have a requirement, in which I have to add a new entry in the search view of the account search.

Since the field is available (Street3) in a standard table so I didnt use EEWB to create the field again. I wentt o search structure and have added my field in CI_EEW include.

I added the same field to configuration and saved the configuration. Now when i run the search component , I can see the new field but I cannot enter the value next to that field because it is coming as a picklist. No where in the system I have maintained it as a picklist.

I have tried creating a P method for the field and made it a input field still it is coming as picklist.

Could you please help me and tell me what can be done to make it an input field rather than a picklist?

Thanks in Advance.

Sohit Gulati

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Sohil,

The Problem should be in this method GET_DQUERY_DEFINITIONS of the search page IMPL class.

Try putting a breakpoint and check.

Regards,

Masood Imrani S.

Former Member
0 Kudos

Thanks Masood.

Answers (0)