Hello everybody,
I am facing some issue, hope you guys will help me to resolve this.
We are maintaining SAPscript form layout, Language and Window name in a custom View, According to requirement we want to go to SAPscript editor (SE71) when double click the Window name of a form layout. I tried using Call transaction 'SE71' using BDCTAB, but it didn't work. I want to know is there any Class which can open SAPSCRIPT editor. For similar kind of another requirement to open ABAP editor for editing ABAP program I have used class CL_WB_PGEDITOR, cl_wb_request so i hope there are some classes for SAPscript editor also.
Thanks
Amit