2007 Dec 26 8:28 AM
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
2007 Dec 26 8:52 AM
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
2007 Dec 26 8:31 AM
you can hide the contents of the current screen at runtime.. and make other screen contents visible...
use AT SELECTIN-SCREEN OUTPUT event
2007 Dec 26 8:32 AM
u have to do it at event PAI of screen 100.
create module and write ur cod dere
2007 Dec 26 8:37 AM
yes,
then how can i do it?
do you have any idea on how to do this in PAI?
thank you..
2007 Dec 26 8:46 AM
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.
2007 Dec 26 8:48 AM
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
2007 Dec 26 8:52 AM
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^
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |