2024 Aug 08 9:39 AM - edited 2024 Aug 08 11:49 AM
I've created my program with two dynpro.
At the beggining shows an screen to view an OO ALV with two buttons, when i've push the second i want to show the second screen just using the CALL SCREEN '1200'. But i'm still watching the first screen.
DYNPRO 1100:
PROCESS BEFORE OUTPUT.
MODULE STATUS_1100.
MODULE SEL_DATA_1100.
MODULE SHOW_DATA_1100.
PROCESS AFTER INPUT.
MODULE USER_COMMAND_1100.
With this button cod function TOTPRIM:
In the USER_COMMAND_1100 of the PAI:
CASE sy-ucomm.
WHEN 'TOTPRIM'.
CALL SCREEN '1200'.
ENDCASE.
What i'm doing wrong.
Thanks in advance.
I've updated the question
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
77 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.