Hi All
I can able to show sort ascending and sort descending for my newly created Model attribute by adding little code in GET_P Method.
method GET_P_CREATED_TIME.
case iv_property.
WHEN if_bsp_wd_model_setter_getter=>fp_sortable.
rv_value = 'TRUE'.
endcase.
endmethod.
but sort functionality not working when i click on sort ascending or descending
please suggest any where i need to write the logic?
Thanks
Shaik