cancel
Showing results for 
Search instead for 
Did you mean: 

Formatting Error in Smartform

Former Member
0 Kudos

Hi All..

I am facing Formatting Error while executing the smartform.

When i debugged the associated Function Module, i found out that the Error occurs in a line.

I have defined a table and the sum of column widths is perfectly equal to Table Width.

The line which contains the Error is having 11 columns and and i have defined text for those columns.

But there is one more text (12th ) has been displaying in the node list as "%CELL1", which is not having any text/code..

If i try to delete this, the system is not allowing to delete it..

Is this affects the form printing and hence am i getting the Formatting Error..??

Then what might be the root cause for this Fromatting Error..???

Please Help me...

I am struggling to fix this bug and move ahead...

Regards

Pavan

Accepted Solutions (1)

Accepted Solutions (1)

raguraman_c
Active Contributor
0 Kudos

Hi,

Check this note <b>820106</b>. For Formatting Error. if It doesn't solve revert back.

Try changing your output device aswell, this may also solve your problem.

--Ragu

Message was edited by:

Raguraman C

Former Member
0 Kudos

Hi All..

1. Checked the sum of all Widths with Total Width of the Table. Its equal.

2. The width of Table is exactly equal to width of Main Window, where this Table resides.

3. The Hieght of the window is not mentioned, so as to print the same table in the consequent pages. (Even checked by giving same Hieght and less hieght than Main Window..) .. Still Formatting Error is displaying..

3. I believe the text is not getting overlapped...

4. Debugged the code.. Error is associated with Line-2 of the table.

Line-2 is having total 11 columns(cells)..1st one is having some code..No text..

2nd to 11th is having Texts..

In table Painter, i have given as 0.3cm in the first column.. Is this width belongs to Blank column (1st one) or the scond one...????

Please clarify these things....

I hope i am near to debug this Error.....

Please put some light on this issue...

Thanks and Regards

Pavan

Answers (1)

Answers (1)

Former Member
0 Kudos

Check the following cases.

1.Wether the size of the table is less than the window size.Check both the height of table and width of the table with the window height and width.If the height or width of table is more,then decrease and try

2.Sometimes the text may exceed the lenght of the cell,check that case also.

Mostly the width may be the problem.

3.Check the ovrelapping case also.

Check and let me know ..

regards