cancel
Showing results for 
Search instead for 
Did you mean: 

Fill main window

former_member622551
Participant
0 Kudos

Hello, i have a table in a main window. When i have less data than the long of the window, i need to fill the blank space with * till the end of the main window.

It´s possible?

How can i do it?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

declare a field

data v_var(80) type c value '**********************************************************'.

append this line to the Table(int table data) after data lines which is there in Main window and see.

Reward points for useful Answers

Regards

Anji

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Javier Fernandez Acero,

Usually if u take a smartform u can keep a constraint on no of record's to be printed on a page with repect to the table ...

so maintain an if condition telling that if no of record's are less than to be printed go with text module and create a text with **************************, and u call that text module.

Thanks& Regards

Bhaskar Rao.M