a week ago
Hi,
I have a screen that contains a table, which should be populated by default when the screen is opened. So, I put my selection logic in the PBO event, and it retrieves and displays the data when the screen opens.
But the problem is that when I scroll up or down in the table, it navigates back to the previous screen.
Regards,
Request clarification before answering.
Debug your code and you'll see what happens.
Probably that pressing the Enter key has the same effect (leaving the screen). Check that the dynpro attribute "next screen" is not blank/zero (i.e. leaves the screen). The attribute "next screen" of one screen NNNN is usually to be the same screen number NNNN. A change of the next screen may also happen at runtime via SET SCREEN or LEAVE TO SCREEN.
For your information, scrolling in a table control does automatically 2 things:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
59 | |
8 | |
7 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.