cancel
Showing results for 
Search instead for 
Did you mean: 

Saved search influences standard search for opportunity

Former Member
0 Kudos

Hello,

the search for opportunity (BT111S_OPPT/Search) i configured that the 7 most important search criteria are visible.

Now we created a saved search for opportunity where only 3 fields are used. This saved search works fine. But if i open later in the day again the standard search also only this 3 fields and not the configured 7 important fields are visible.

How could i change this strange behaviour?

Thanks a lot.

Kind regards

Manfred

Accepted Solutions (0)

Answers (1)

Answers (1)

CarstenKasper
Active Contributor
0 Kudos

Hi Manfred,

looks like your implementation is not clean. The view will keep the configuration as long as it is instantiated.

A simple check is in the view or window controller which Inbound Plug is called or if there is navigational data (the saved search data) supplied. The way to get the standard configuration from the config tool is shown in the DO_PREPARE_OUTPUT of CL_BSP_WD_ADVSEARCH_CONTROLLER.

Maybe play around with the variable INIT_QS...

cheers Carsten