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

runtime error at SMARTFORM

Former Member
0 Likes
501

Hi,

i have made a forms whch i exesute it gave me error.FORMATIN_ERROR SSFCOMPOSER MESSAGENUMBER:181

No other column available (see long text).

i have created a table in the smart form,after defining the values of that TABLE.i got 5 extra CELL and i have only defing 6.

Which mean total 11 CELLS were created and i only created 6 of them.

Kindly identified my mistake.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
462

Hi..

The problem is with your table Colums it seems. Pls try creating new table with the Colums you need as per your requirement

Hope this might solve your problems

Thanks

shankar

2 REPLIES 2
Read only

Former Member
0 Likes
462

Hi,

Put a break point at CALL FUNCTION 'SMARTFORM NAME'

and do F6 there and if Sy-subrc = 1 implies you are having formatting error. Refer the exact error (This will come in internal table) and try to increase the space allocated for cells.

Also ensure that window size is wider than table width and in case of template the window should be longer and wider than template.

Thanks

Preyansh

Read only

Former Member
0 Likes
463

Hi..

The problem is with your table Colums it seems. Pls try creating new table with the Colums you need as per your requirement

Hope this might solve your problems

Thanks

shankar