Hi Eitan,
Yes. I want to launch SAP Standard transactions IW38.
I have created a Z Transaction (program with screen) which embeds my webpage. It all works fine.
Now from this ZTransaction (from my webpage), i am selecting orders and using the SAPEVENT in CL_GUI_HTML_VIEWER class, i am am getting data in GETDATA parameter which i have to pass it to my next step to launch transaction IW38 in SAP.
I am able to launch this transaction using SAPEVENT easily, but the problem is GETDATA is limited to 2048 char.
Orders i am selecting in webpage are more than 1000 (i.e. more than 5000 char) and GETDATA parameter truncates my data.
Appreciate if anyone can help me with some other way to do the same.
Regards,
Nik