Application Development 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: 

Function module SYSTEM_ATTACH_GUI

Former Member
0 Kudos

Hallo,

has someone worked with the function module SYSTEM_ATTACH_GUI ?

If you connect with RFC to a SAP-System you can use this function module to open a SAP-GUI. But this does not work in my environment. In my case only the SAP-Logon screen with all my defined systems opens.

Has anyone a code example ?

Thanks

1 REPLY 1

Former Member
0 Kudos
CALL FUNCTION 'SYSTEM_ATTACH_GUI'
     EXCEPTIONS
         OTHERS  = 1.

Check FM <b>RFC_CALL_TRANSACTIONS</b> for demonstartion ..

regards,

Santosh