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

new screen

Former Member
0 Likes
877

hi,

does anybody know an alternative way of using at selection screen in a new screen?

i mean i need to create a screen 100 and at that screen i need to use at selection screen on request value how can i do it?

thank you..

regards,

mae

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
838

hi

good

Look at the program

demo_sel_screen_with_subscreen.

demo_sel_screen_with_tabstrip.

demo_sel_screen_in_tabstrip.

hope this would help you to solve your problem.

thanks

mrutyun^

hi,

does anybody know an alternative way of using at selection screen in a new screen?

i mean i need to create a screen 100 and at that screen i need to use at selection screen on request value how can i do it?

thank you..

regards,

mae

6 REPLIES 6
Read only

Former Member
0 Likes
838

you can hide the contents of the current screen at runtime.. and make other screen contents visible...

use AT SELECTIN-SCREEN OUTPUT event

Read only

former_member188827
Active Contributor
0 Likes
838

u have to do it at event PAI of screen 100.

create module and write ur cod dere

Read only

0 Likes
838

yes,

then how can i do it?

do you have any idea on how to do this in PAI?

thank you..

Read only

Former Member
0 Likes
838

Hello,

If you are creating a new screen 100 then at selection screen cannot be used as its a normal screen not the selection screen.

To valdate the data then you can write the code in PAI event of the screen.

For F4 help ( i.e request value ),

Go to the layout of the screen and click on the field for which you need to have value request and check the check box saying from dict.

If the field has the search help then you will get the F4 functionality to the field.

Read only

Former Member
0 Likes
838

Hi Mae

do this

Sometime we might need to create screens using table controls, that is to get dynamic entries from the user's. this can't be done by using the default selection screen 1000.

so desigh the screen just the way you need it.

and in start-of-selection call the screen you designed (call screen <screen number>).

then after getting the values from the keyboard, using the PAI(PAI should have "leave to screen 0" this would return the values into the program)to get the values in to the program code for furthur execution.

this way you will have your own selection screen that will accept values dynamically.

plzzz reward if u found my answer helpfull to u

Read only

Former Member
0 Likes
839

hi

good

Look at the program

demo_sel_screen_with_subscreen.

demo_sel_screen_with_tabstrip.

demo_sel_screen_in_tabstrip.

hope this would help you to solve your problem.

thanks

mrutyun^