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: 

FM SAPGUI_SET_PROPERTY

Former Member
0 Kudos

Hi all,

i have read about this FM and test it like this:

CALL FUNCTION 'SAPGUI_SET_PROPERTY'

DESTINATION 'SAPGUI'

EXPORTING

PROPERTY = 'VISIBLE'

VALUE = ' '

EXCEPTIONS

SYSTEM_FAILURE = 1

COMMUNICATION_FAILURE = 2

OTHERS = 3.

CALL FUNCTION 'ENQUE_SLEEP'

EXPORTING

SECONDS = 05.

CALL FUNCTION 'SAPGUI_SET_PROPERTY'

DESTINATION 'SAPGUI'

EXPORTING

PROPERTY = 'VISIBLE'

VALUE = 'X'

EXCEPTIONS

SYSTEM_FAILURE = 1

COMMUNICATION_FAILURE = 2

OTHERS = 3.

Has anyone use it and can give a short Docu? What other PROPERTIES are

possible?

Thanks.

Regards, Dieter

1 ACCEPTED SOLUTION

Former Member
4 REPLIES 4

Former Member

0 Kudos

Hi Chandrasekhar,

thanks for your answer.

I know the link you have mentioned.

Do you know other settings as VISIBLE ?

I look via SE37 for this FM. But i don't find it.

What does <b>DESTINATION 'SAPGUI'</b> mean?

regards, Dieter

0 Kudos

Hi Dieter,

It is the RFC destination name

goto SM59 and checkout for that

Former Member
0 Kudos

Check this too

http://www.kabai.com/abaps/z88.htm

Check <b>SE59</b> to find for the same ....

Regards,

Santosh