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

Call dynpro with global class

Former Member
0 Likes
1,360

Is there any posibility to call a dynpro with a method of a global class?

regards, Anja

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
737

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

1 REPLY 1
Read only

Former Member
0 Likes
738

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