‎2008 Jan 24 4:36 PM
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.
‎2008 Jan 24 4:40 PM
‎2008 Jan 24 4:40 PM
‎2008 Jan 24 4:50 PM
I would find another method as 'SetTimer', but with an interval in milliseconds..
Thanks.
‎2008 Jan 24 4:52 PM
‎2008 Jan 24 5:03 PM
‎2008 Jan 24 5:09 PM
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
‎2008 Jan 24 5:13 PM
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