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

table control

Former Member
0 Likes
405

How many records will b displayed by default in table control?

3 REPLIES 3
Read only

Former Member
0 Likes
385

<b>255</b>

Reward if useful

Regards

Aneesh.

Read only

Former Member
0 Likes
385

Hi

Depending upon the Screen resolution the bumber of records per each screen will vary

so you have to see the resolution and count the lines correctly and handle the table control PAGEUP/PAGEDOWN events correctly

depending upon the data it takes any number of records

only thing is we have to scroll pages up and down for the records

Reward points for useful Answers

Regards

Anji

Read only

0 Likes
385

you can do a recording to that purticular transaction. you can do recording using transaction SM35. In the same screen where you are specifying the transaction name for which u r going to do the recording also please check the default size option. when recording you can count and find out the default size of that purticular table control.

There is not single default size for table controls. It varies with transactions. you can find this only during recording with the default size option enabled.

Thanks.