Hello Vivek,
The last entries are restricted to be 5 when saving it. Checking codes in method:
CL_THTMLB_SVH_SINGLETON->UPDATE_LAST_VALUES
There is statement:
-->IF lv_itab_size = cl_thtmlb_smart_value_help=>get_number_of_last_entries( ).
Here, in method CL_THTMLB_SMART_VALUE_HELP->GET_NUMBER_OF_LAST_ENTRIES, the codes are:
--> rv_number_last_values = gc_number_of_entries.
we can see GC_NUMBER_OF_ENTRIES is a constant variant with default value as 5.
in debugging mode, I set it as 6, then the last 6 entries are saved and then retrieved to display.
Best Regards, Corrine