Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Replacement to WS_EXECUTE function module in ECC

Former Member
0 Likes
820

i am looking for an alternative to <b>WS_EXECUTE</b> function module. as its obsolete in ECC versions,we no longer can use it.

i tried with <b>GUI_EXEC</b> ,but its also Obsolete in ECC5.0 .

i also tried with <b>CL_GUI_FRONTEND_SERVICES</b> class with EXECUTE method.But this method dont have all the options as in WS_EXECUTE.

let me know,how i can do that.

Thanks

Srikanth Kidambi.

Intelligroup.

3 REPLIES 3
Read only

Former Member
0 Likes
541

I think you will find the functinality of WS_EXECUTE distributed in CL_GUI_FRONTEND_SERVICES in various methods.All the functionality is there but distributed in different methods.

Read only

Former Member
0 Likes
541

Hi srikanth

WS_EXECUTE has become obsolete in ECC6.0.But it does not mean that u cant use it further.It will work if still we r using this.

Still if u want an alternative...Then Search in Function groups...SFES

Regards

Manas Ranjan Panda

Read only

Former Member
0 Likes
541

Hi Srikanth

try this

DSVAS_DOC_WS_EXECUTE_50