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

Calling a Screen via Class-Method?

Former Member
0 Likes
1,091

Hi all,

Can i Call any screen from inside a Global class method?

e.g. Call screen 100.

If yes, may i know the procedure for the same.

Thanks,

Pankaj.

4 REPLIES 4
Read only

Former Member
0 Likes
621

Hi:

[Link|http://help.sap.com/saphelp_nw04/helpdata/en/17/b9677b48ba11d396a100a0c9308b1f/content.htm]

Regards

Shashi

Read only

Former Member
0 Likes
621

Hi,

Try this: when you double click 'call screen 100.' you will get a pop up ' screen does not exist do

u want to create' say yes and go-ahead writing the code in the flow logic.

Check http://help.sap.com/saphelp_nw04/helpdata/EN/c3/225b6554f411d194a60000e8353423/content.htm

Read only

0 Likes
621

As tempting as it may sound to try it out, this doesnt work when you are calling a screen from inside a Global ABAP Class Method.

Read only

Former Member
0 Likes
621

Hi can some one provide any sample code....

Thanks!