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

METHOD CALL_METHOD

Former Member
0 Likes
790

In the CL_GUI_TIMER class there is a RUN method , and in this call there is a method CALL_METHOD 'SetTimer'.

well, what is this ''SetTimer'' ?

Or in CL_GUI_FRONTEND_SERVICES

class is 'BrowseForFolder', are this GUI METHODS in C or OCXs ?

There are many ?

Thanks.

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
718

Yes, these methods are not in the ABAP tier, but are embedded into the frontend or SAPgui. There are a lot, but I don't think we really have anyway of know what all of them are, or how to use them.

Regards,

Rich Heilman

6 REPLIES 6
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
719

Yes, these methods are not in the ABAP tier, but are embedded into the frontend or SAPgui. There are a lot, but I don't think we really have anyway of know what all of them are, or how to use them.

Regards,

Rich Heilman

Read only

0 Likes
718

I would find another method as 'SetTimer', but with an interval in milliseconds..

Thanks.

Read only

0 Likes
718

Don't think you going to be able to do that, you have no control over the frontend methods and you should not try calling them directly. In your case, with the gui timer, you may be able to use fracions of seconds, like .5 seconds, if not, then only whole seconds.

Regards,

Rich Heilman

Read only

0 Likes
718

Ok thanks, otherwise what is the problem directly call?

Read only

0 Likes
718

Well, because there is a whole framework built around this methods in the control framwork, and calling these methods directly is not supported. Basically if you call it and it works, it may not work after an upgrade, If you use the supplied framework, then calls to the functionality will be supported and will most likely survive an upgrade.

Regards,

Rich Heilman

Read only

0 Likes
718

The last question ....

There is any way to go from the PBO to PAI

Automatically, in less than one second showing the dynpro.

Edited by: Manuel A. Sierra on Jan 24, 2008 6:18 PM