cancel
Showing results for 
Search instead for 
Did you mean: 

sort option in the popup window

Former Member
0 Kudos

Hello All,

I am stuck with a problem.We have enhanced the component 'BT120H_CPL' (complaint over view page) to add the action button on the toolbar and when we click the action button it's displaying the standard columns and the custom columns which we have added.

But my question is can we implement the sort and filter option for the columns in the poup.

Technical details.

COMPONENT NAME: BT120H_CPL

VIEWNAME:BT120H_CPL/OVViewSet

EVENT:EH_ONPPFACTION

In this event class it calling this 'CL_CRM_UIU_BT_ACTION_TOOLS' for triggering the popup and

this is the standard code

mr_ppf_action_popup = ir_wd_manager->create_decision_popup(

iv_title = lv_title

iv_description = lv_descr

iv_visible_row_count = lv_lines

iv_display_table = mt_ppf_actions

iv_visible_columns = lt_col_def ).

My question is can we implement the sort and filter for the columns in this popup.

Please reply to this thread,thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

h_senden2
Active Contributor
0 Kudos

hi,

i'm facing the same problem.

How did you solve it ?

gr

Hans

arunprakash_karuppanan
Active Contributor
0 Kudos

Hi,

To enable sorting & filtering, the custom fields must form part of the node structure. If you have simply implemented the getter methods to show custom columns, these options will not work.

Regards,

Arun Prakash