Hi Experts,
I am currently struggling b/w string and Char 2048 limit to launch a URL which is more than 2048char.
What i am doing is, i have embedded a web page in SAP Screen using CL_GUI_HTML_VIEWER method SHOW_URL which works fine as the length is less than 2048 char.
But from when i do a event handling and passing data from embedded web page to another program in SAP using SAPEVENT, the GETDATA parameter is limited with 2048 char.
Is there any way to handle more than 2048 char on SAPEVENT ?
Regards,
Nik