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 for WS_EXECUTE

Former Member
0 Likes
1,276

Hi ,

The FM WS_EXECUTE is flagged as obsolete in 4.7 , What is the alternative for it.

Regards

Arun

8 REPLIES 8
Read only

Former Member
0 Likes
1,088

did you try GUI_EXEC ?

Read only

0 Likes
1,088

Hi ,

The FM GUI_EXEC is also flagged as obsolete. , Kindly suggest some other FM.

Regards

Arun

Read only

0 Likes
1,088

Use the method EXECUTE of the class CL_GUI_FRONTEND_SERVICES.

Read only

0 Likes
1,088

Hi Arun,

Try using GUI_RUN FM.

Thanks

Lakshman

Read only

0 Likes
1,088

That is obsolete too.

Read only

0 Likes
1,088

Try DSVAS_DOC_WS_EXECUTE_50 FM.

Thanks

Lakshman

Read only

0 Likes
1,088

Dear Lakshman,

Thanks so much! FM DSVAS_DOC_WS_EXECUTE_50 worked perfectly.

Sure appreciate your help!

Laura

Read only

Former Member
0 Likes
1,088

Hi Arun,

Try the FM <b>GUI_EXEC</b> .

It replaces the FM WS_EXECUTE .

Regards,

Sandeep Soman