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

Tabstrip control

Former Member
0 Likes
654

How many rows present in Tabstrip control?

4 REPLIES 4
Read only

Former Member
0 Likes
629

Hi,

Please go through the link below for all your queries regarding Tabstrip Control.

http://help.sap.com/saphelp_470/helpdata/en/17/5bf1b52ba211d2954f0000e8353423/content.htm

Read only

Former Member
0 Likes
629

Hi,

Try to change the Vis Length column of the table control....

All you can do is make the Table Control visible to the entire screen....it will display the number of rows which it can in the that screen....

Rest will be availabe via vertical and horizontal scroll bars.

The maximum size of your table control is the maximum size of your screen.

if you want to increase dynamically,

DESCRIBE TABLE <tablecontrolname> LINES tablecontrolname-lines.

tablecontrolname-lines = tablecontrolname-lines + 10.

Regards,

ravi

Edited by: Parupelly on Dec 16, 2011 8:12 AM

Read only

0 Likes
629

Thank u Ravi.

Read only

Former Member
0 Likes
629

A tabstrip control is a screen element that consists of multiple tabstrip pages. Every tabstrip page contains a single-line tab title which is linked with a function code which makes it possible to access the tabstrip page with a double-click. Below the tab title, a tabstrip page consists of a subscreen area. A subscreen area must be assigned to every tab title.