‎2011 Dec 16 5:04 AM
‎2011 Dec 16 5:47 AM
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
‎2011 Dec 16 7:09 AM
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
‎2011 Dec 20 10:56 AM
‎2011 Dec 20 5:53 AM
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.