cancel
Showing results for 
Search instead for 
Did you mean: 

modifying lt_selection_parms to add our selection filter

rangerlet_mesee
Participant
0 Kudos

Hi,

When I login into web UI, and click search button of accouts, I receive 3 partners.

When I debug the search button of account search, I see that lt_selection_parms is filled with 2 selection parameters like RELTYP and REL_TYPE. Which is the reason for meto receive only 3 partners,

When I remove the selection fields of lt_selection_parms in debug, I get all the partners list.

So, how do I remove the fields which are appended to lt_selection_parms programatically,. so that I receive all partners list.

Thanks

Madhukar

Accepted Solutions (0)

Answers (3)

Answers (3)

dharmakasi
Active Contributor
0 Kudos

Hi Madhukar,

you can check in get_dquery_params method, you can use this method to update your search parameters and to set default values to attributes.

Best Regards.
Dharmakasi.

deepika_chandrasekar
Active Contributor
0 Kudos

HI,

You can put code in Search view EH_ONSEARCH event to remove the selection parameter.

Check this method code and understand how the selection parameters are added.

Regards,

Deepika.

Former Member
0 Kudos

Hi Rangerlet,

You can Enhance the Search View page & on the event handler in the view, you can write your own logic to pass values as ypou have metnioned above.

Ravi