Hi All,
i have a Z-Component for activity search, in search result i click on page 5 and there i click on activity ID and i move on activity detail. Now problem is that when i click on BACK button then it goes to page 1 while it should go to page-5. can anyone please help me to resolve this issue?
i have 3 views in Z-component 1)Main viewset, 2)result & 3) Search view. i tried writing this code in Main viewset & result view as well but in both it is moving on page 1 only. while it shud keep on page 5.
i written below code in WD_DESTROY of both view.
method WD_DESTROY.
RAISE EVENT history_trigger.
CALL METHOD SUPER->WD_DESTROY.
endmethod.
Please suggest..