cancel
Showing results for 
Search instead for 
Did you mean: 

formatting error in smartform

Former Member
0 Kudos

hello!

i get en exception formatting error when i call my SF from an ALV report.

In the DEV system there is no problem, but in the TST system there is formatting problem.

what can cause the formatting problem.

regards

yifat

Accepted Solutions (1)

Accepted Solutions (1)

raguraman_c
Active Contributor
0 Kudos

Hi,

Check the following

1. Check the sum of all Widths with Total Width of the Table they should be equal.

2. Check the height aswell.

3. Check if any text is overlapping.

4. Check this note 820106. For Formatting Error. if It doesn't solve revert back.

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

Check this link aswell http://help.sap.com/saphelp_47x200/helpdata/en/d1/80318f454211d189710000e8322d00/frameset.htm

Feel free to revert back.

--Ragu

Answers (1)

Answers (1)

former_member193831
Active Participant
0 Kudos

hi Yifat,

Please check if ur texts i,e, include texts are also transferred to Q system.

It can give formatting error.

2) other thing could be to set a breakpoint in SmartForm code by using:

break: username and then going through

Vivek

*-Rewward if helps