Application Development 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: 

call normal screen in subscreen.

Former Member
0 Kudos

hi friends.ı want to call call normal screen in subscreen.

how do ı do?

thanks.

7 REPLIES 7

former_member188685
Active Contributor
0 Kudos

>

> hi friends.ı want to call call normal screen in subscreen.

> how do ı do?

> thanks.

subscreen cannot handle any thing on its own, so you have to do this at the main screen level,

Former Member
0 Kudos

hi friends.ı want to call transaction in subscreen.

how do ı do?

thanks.

0 Kudos

what you want exactly. nothing can be done inside subscreen.

handling part will be under the control of main screen. So if you want to handle any thing inside subscreen , that is possible through the main screen.

assume you have screen 100, and you are displaying 200 subscreen in 100. then if you want to call some transaction then you have to handle that in user_command of 100 screen.

Former Member
0 Kudos

ok how do ı do?

Former Member
0 Kudos

but ı wan to call transaction subscreen.

matt
Active Contributor
0 Kudos

Which part of "you can't" did you not understand?

I understand you want to, but you canna change the laws of physics, captain. You've two choices.

1. Give up.

2. Try an alternate universe

0 Kudos

Tried an alternative universe. Still cant work within the subscreen area although it displays 270 degree symmetry.

Try managing the action in the subscreen at the main screen level, but then call a new subscreen based on this outcome to reflect what you originally wanted.

Cheers

Gareth