2008 Jun 19 10:46 AM
Is there any posibility to call a dynpro with a method of a global class?
regards, Anja
2008 Jun 19 11:32 AM
Hi,
you cannot define a screen within a class pool. Therefore, you can not call a screen from a method of a global class.
A way around this could be to define the screen within a function group and then call a function module. This will also work with a cross perform on a subroutine that calls the screen.
Regards Rudi
2008 Jun 19 11:32 AM
Hi,
you cannot define a screen within a class pool. Therefore, you can not call a screen from a method of a global class.
A way around this could be to define the screen within a function group and then call a function module. This will also work with a cross perform on a subroutine that calls the screen.
Regards Rudi