Hi Community,
I person created a customized entity based connected Maintenance bid i_maintenanceordertp and Operation I_Maintenanceorderoperationtp to get the measuring constituent based.
when one execute the customized entity one get lone 20 records one americium not capable to get each the records successful display
i person written pursuing code
DATA(top) = CONV i( io_request->get_paging( )->get_page_size( ) ).
DATA(lv_skip) = CONV i( io_request->get_paging( )->get_offset( ) ).
DATA(lv_max_rec) = top + lv_skip.
and utilizing lv_max_rec successful my prime
SELECT *
FROM i_maintenanceordertp WITH PRIVILEGED ACCESS
WHERE (lv_conditions)
ORDER BY maintenanceorder
INTO TABLE @@DATAlt_mo) UP TO @lv_max_rec ROWS. " OFFSET @LV_skip.
Please assistance and usher maine astatine your earliest to get each the rows displayed successful the output.
Thanks for your assistance and speedy guidance.
Nitin