cancel
Showing results for 
Search instead for 
Did you mean: 

error in smartforms

Former Member
0 Kudos

Hi,

I developed a smartform for printing quotations.

It is working fine for some quotations but

when i run it with few quotations i am getting the error message

as below -

"Table row is larger than 176 cm.

An attempt was made to display a Smart Forms table that is bigger than the maximum height of around 176cm."

This is occuring even when there is only one line item. But i have use the same kind of item details in other quotations and they are printing fine.

Please help me in solving the error.

Regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Problem solved.

There were many records in internal table which has to be printed in one of the rows.

So, corrected the logic.

Thanks.

Former Member
0 Kudos

Hai,,

can you tell me the solution for table row is larger than 176 cm.

i am facing with that error , so can you tell me the solution. i am desparately looking fot that.

Thanks

Praveen

former_member210123
Active Participant
0 Kudos

That is because ur Row height is bigger than the window height..

Which Smartform will not accept...

So if u get data like that...You can spilt and make it fit...

Former Member
0 Kudos

Thanks for the reply.

I had already disbled the checkbox for page break in the table rows, so that the data splits into different pages.

But it is working for some cases and giving the error for few.

Can you pls explain if there is any other way to split?

Regards.

Former Member
0 Kudos

Hi ,

Try using the manual split...but make sure that u are using main window to display this data ..suppose if it is accepting 35 wors in one line then...

example : v_varaiable+0(35) in first line

v_variable+35....in second line

regards,

KK

Edited by: Tcode on Apr 5, 2008 1:08 PM