cancel
Showing results for 
Search instead for 
Did you mean: 

How to display the rows dynamically in the table display in web dynpro abap

Former Member
0 Kudos

Hi experts,

There is a visible row count tab where you can give the no of rows to be displayed in the output table, but i want it to be done dynamically as the row count of my table may change dynamically at runtime.

And i want to know how to reduce the width of a column as my table display is taking the length as per the binded table specifications.Can anyone please help me out in this issue.

Thanks in advance,

Anita.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Anita

You can bind the visiblerowcount property to the a context attribute. and at runtime you can set the context attribute to the no of rows you want in your table,

Regards

Naresh

Former Member
0 Kudos

Thanks for the help.

Regards ,

Anita

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi anita,

Uncheck the 'display empty rows property'.

Hope this helps.

Regards,

Rohit

Former Member
0 Kudos

Hi,

Thank you for the reply.

I unchecked the display empty rows tab,but its not helping me out.