Hi Srinivas,
Logically it is possible , since you can pass parameters in URL , I will have a parameter of type string and ill convert my internal table data to a string and pass it in the parameter.
But I there are some drawbacks for passing data in URL
1.It is not safe to transfer data in URL unless it is encrypted.
2.Different browsers have different URL size limits.
Regards J.P