Application Development and Automation 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: 
Read only

smartform

Former Member
0 Likes
1,338

i have a smartform for purchase order when i goes to me23n and gives po number i am able to see the print prieview but for some orders i am unable to see print preview

,error coming out saying 'TABLE ROW IS LARGER THAN 176 cm'

...why its happening.......please help me out

1 ACCEPTED SOLUTION
Read only

Former Member
6 REPLIES 6
Read only

Former Member
0 Likes
1,139

Hi

I think ur displaying the line item detils in a table format in the smartforms try to check for the table settings.

Hope it will works

Arun joseph

Read only

Former Member
Read only

0 Likes
1,139

Hi kiran kan u tell me why its happeing and how to use sap note which u written.....

Read only

0 Likes
1,139

the data in some cells might be incresing then the width.....

check the data....... most probally you will find the solution...

or check the the total width of the cells, it may be incresing then the width of row..

Edited by: Pardeep Sharma on Apr 23, 2008 5:53 PM

Read only

0 Likes
1,139

Hi,

Following is the related SAP Note 690836 - Table is written beyond lower margin of the window

Summary

Symptom

While you are outputting a table with Smart Forms, the program may write the text beyond the lower margin of the page or window. In addition, the system may also issue an SSFCOMPOSER 180 error message ("A table is not being processed, column changes are not possible.") using the INTERNAL_ERROR exception.

Other terms

Smart Forms, table, row, text, formatting, page margin, window, margin, page break

Reason and Prerequisites

You have tried to output a table row with a height of more than approximately 176 centimeters (99999 twips). This height is usually due to the fact that a very long Include text was placed in a table. Example: If the main window has a height of 20 centimeters, this would be more than 8 pages.

Solution

Once you have implemented the attached program correction, the system will recognize the error scenario and will issue a relevant error message.

Caution: You must implement manual changes:

Create a message in transaction SE91. The message class is SSFCOMPOSER, number 250, the text is "Table row is higher than 176 centimeters".

However, if necessary, you must also implement the corrections of the related notes in your system. These corrections eliminate the error that text is written beyond the page or window margin.

However, if the text is really longer than 176 centimeters, it cannot be output in a table row. In this case, you must switch to a normal text output in a loop before outputting the table.

Note: The restriction only applies to the size of a table row but not to the total size of the table.

Regards

Kiran Sure

Read only

Former Member
0 Likes
1,139

hi,

check your total table width ant sum of all columns in the table, it should be equal.

table width is not more than window width.

thanks

priyanshu