Hi Experts,
I am trying to refresh the ALV grid externally using a a custom code because of some requirement.
Following is the codebut while executing it gives an error. Can somebody suggest the code??
REPORT ZTLBTEST .
data: g_tlbgrid type ref to /SAPAPO/CL_TLBGRID.
*create object g_tlbgrid.
CALL METHOD g_tlbgrid->data_refresh
Following is the error while executing it : 'The last statement is not complete (period missing).'
I am using class /SAPAPO/CL_TLBGRID which I found out in debugging TLB transaction /SAPAPO/SNPTLB.
Timely response will be highly appreciated and rewarded.
Best Regards,
Chandan