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

upgrade FM

Former Member
0 Likes
732

Hi ,

This GUI_RUN FM is obsolete . Which Fm we can use for this ?

waiting your ans..

Thanks...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
686

Hi Sasmita ,

Try using GUI_EXEC.

Regards

Arun

*Assign points if reply is useful

Hi ,

This GUI_RUN FM is obsolete . Which Fm we can use for this ?

waiting your ans..

Thanks...

5 REPLIES 5
Read only

Former Member
0 Likes
686

Hi,

GUI_RUN is not obsolete. You can very well use it.

Reward points if found useful...!

Cheers

Abhishek

Read only

0 Likes
686

Hi Ahishek

yes GUI_RUN FM this is obsolete....

Read only

Former Member
0 Likes
687

Hi Sasmita ,

Try using GUI_EXEC.

Regards

Arun

*Assign points if reply is useful

Read only

Former Member
0 Likes
686

Hi sasmita,

U can check whether a FM is obsolete of not from table RODIR

1. Go to RODIR table

2. give

object type -- FUNC

object name -- GUI_RUN

and execute

there u can check space in obsolete field

<b>that means GUI_RUN is not obsolete Function module </b>

Read only

Former Member
0 Likes
686

Hi Sasmita ,

I feel the FM GUI_EXEC is also obsolete , you can use the FM SXPG_COMMAND_EXECUTE to execute an external command.

Regards

Arun

*Assign Points if reply is helpful