cancel
Showing results for 
Search instead for 
Did you mean: 

How to use Quick search on C4C promotion extension screen?

Former Member
0 Kudos

Dear all,

I created a new screen for c4c promotion object.

This screen have delete action. I cannot use SADL query.

I bind data list to promotion - QueryByElements.

But this query don't have parameter for quick search.

Does anyone know how to do this?

Thanks!

Arthas

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member226
Employee
Employee
0 Kudos

Hi,

You need to create a new Query from SDK which should have all the parameters which you want to enable for Quick Search. Once this new query is generated then you can unbind it from standard query and bind it to newly created via SDK. (Via UI Designer)

Also please refer following blog to get more details about step by step guide.

https://blogs.sap.com/2016/05/10/how-to-ovs-query-search-and-uses-for-standardextended-field/

Thanks

Saurabh

Former Member
0 Kudos

Dear Saurabh,

There's a little different.

Promotion is standard object, I can't create query for it.

Is there any query creating method for this?

Thanks

Arthas

former_member226
Employee
Employee
0 Kudos

Hey Liu,

I thought it is Custom BO. I am not aware how we can achieve it in case of BO Extension.

Sorry again!

Thanks

Saurabh

Former Member
0 Kudos

Dear Saurabh,

Thank you all the same!!

Arthas