on 2008 Mar 20 7:05 PM
Hi friends,
Can anyone solve my problem of knowing how to call three screens.
In one screen i will be give say emp-id and password
it has to go to next screen have 2 radiobuttons functional and technical after selecting it has to go next screen where employee name timein and timeout will be there where i have to store employee name and timein and out in a table please its urgent can any one help with this. Creation of screens are perfect but only calling the screens in order and storing the data in a table is my problem.
Solutions will be surely rewarded.
hi,
screens can be called by any one of the following methods:
1.using a t-code
2.from abap program
if ur calling it from abap program, make use of CALL SCREEN
syntax:
CALL SCREEN <dynnr>.
statement to call a screen and its subsequent sequence within that program. The flow logic of each screen calls dialog modules in the program that called the screen.
When the screen sequence ends, control returns to the statement after the original CALL SCREEN statement.
To termintate the screen sequence, use LEAVE TO SCREEN.
These statements exit the current screen and call the defined next screen. If the next screen is screen 0, the entire screen sequence concludes.
please rewards points if useful.
regards
sandhya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
8 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.