cancel
Showing results for 
Search instead for 
Did you mean: 

Table control issue

Former Member
0 Kudos

Im running ITS 6.2 and ie 6.

we have a web transaction which has tablecontrol on r/3 side.The requiremenr was to increase the number of rows ( currently 10 ) to 50 per page . So i simply increased the size of the tablecontrol, but there is not much of a difference in the frontend( row count increased to 18 ).

in html template

`repeat with j from TAB1.firstvisible to TAB1.lastvisible`

I got 18 rows ..

`repeat with j from 1 to TAB1.rowCount`

i got 18 rows plus blank lines per page....

any ideas why ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Oops.. i had to check off 'vertical resizing ' attribute in the table control..

silly me.....

Former Member
0 Kudos

Hi,

I tried both Vertical and Horizontal resizing, still i face the same problem like you have. I am unable to increase the Table Control size?

Do you mind sharing how you solved it in detail, I'm kinda having the same problem.

Thanks,

Shankar K.

Former Member
0 Kudos

shankar,

i increased the size of the table control in R/3 side. In the table control attributes i checked out the vertical resizing option.This should work.

Check your repeat statements in html template..