Application Development 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: 

Vertical scroll bar is not appering in table control

Former Member
0 Kudos
98

Hi There,

I am doing subscreen (screen exit) in sap std tcode (VA01) with table control , the vertical scroll bar click is not appearing in the table control.

Since this is a standard progroam (SAPMV45A), I have no idea hoe to do it.

Please help me in acheiving this functionality.

Regards,

Nikhil

1 ACCEPTED SOLUTION

Former Member
0 Kudos
47

Hi,

In the PBO of the subscreen. Assign some value to the tablecontrol-lines field as below;

Describe table itab_for_tablecontrol lines tablecontrol-lines.

OR

Tablecontrol_lines = 10.

Regards,

Karthik D

2 REPLIES 2

Former Member
0 Kudos
48

Hi,

In the PBO of the subscreen. Assign some value to the tablecontrol-lines field as below;

Describe table itab_for_tablecontrol lines tablecontrol-lines.

OR

Tablecontrol_lines = 10.

Regards,

Karthik D

0 Kudos
47

Thanks kartik.

This solved the problem.

I have awarded the points.