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

Vertically Scrolling in TableControll on Subscreen leaves Programm

0 Likes
1,601

Following Problem:

I have a TC on a CustomSubscreen embedded in mm01/2/3 Basic Data 2..

When I scroll vertically using scrollbar or "mouse wheel" it wants to leave the Programm with the Information Pop-Up:

"Last data screen reached"

I don't understand why!
I already defined the screennumber as the following Screen

Any Ideas?

5 REPLIES 5
Read only

michael_piesche
Active Contributor
1,511

Have you tried activating the debug mode with "/h" just before scrolling and see to where it leads you? Normally it shouldnt jump in the debug mode with just scrolling, but obviously an event gets activated in your case, so you must end up in coding that will return to the previous screen.

Read only

0 Likes
1,511

I just noticed the popup says "Last data screen reached"...

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,511

michael.piesche If it's a "Table Control", the scrolling should call the PAI.

Read only

0 Likes
1,511

It starts in HOOK_DYNP_RAL_PAI and then runs through the PAI of all Subscreens

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,511

As Michael said, debug your program (not the system programs like HOOK_DYNP_RAL_PAI), we can't do that for you.