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

Error in the Smartforms 'ERROR CANNOT BE CLASSIFIED'

kranthi_kiran5
Explorer
0 Likes
1,573

Hi,

     While Executing the output type of ME23N (Custom Output type), I am Getting the Below Error,

  

     From Debugging i came to know that the error is from the Smartform,

     From the SFTRACE, I got the Following Log.

   

    00trace begin level 05

    00trace version 046C01

    00time stamp 20140424094323

    00locale date 24.04.2014

    00locale time 15:13:23

    00system information

    00  sap version 731

    00  operating system AIX

    00  database system DB6

    00  database name JEQ

    00  user name 90498

    05overflow of non main window

    05! E SSFCOMPOSER 150

    05trace output closed due to error

     From the above Log the I came to Know that the error is Not from the Main Window, So I have Checked all the Dimension of the the Windows, Every      thing is fine(With in the Page Limit).

   

     The error is Generating from this Code in the Smartform's FM.

     Please Suggest a solution.

     Thanks

     Kranthi.

1 ACCEPTED SOLUTION
Read only

kranthi_kiran5
Explorer
0 Likes
1,087

Dear all,

Thanks for the Response, The Issue Is Solved.

There is No Overlapping of Wndows, In my Smart Form there are 2 Pages & both Contains Main Window. They Have Designed in Such a way that "TERMS & CONDITIONS" Should Come in Second Page, Kept the Control Command in the Footer of the Table.

If the Table Entries of the Main Window are Less(i.e., fits in the first page) then it is working fine.

So if the the Records are more and exceeds to the second page then the control commands also fires to the next page (Second page), Hence the error is rised.

4 REPLIES 4
Read only

Former Member
0 Likes
1,087

Hi Kiran,

Try running the smartform from the smartform transaction itself. the error states there is a content overflow in one of your windows. means the size is not enough for the output.

Regards

Read only

0 Likes
1,087

Hai Kranthi

In your case it is some intrnal error.

Steps you can do for checking,

1. check all table declarations.

2. check windows are not overlapping or data is not overflowing the window dimensions.

3. windows are not stretching over the boundaries of the pages.

4. all dimensions are proper to all windows, tables & templates.

Read only

kranthi_kiran5
Explorer
0 Likes
1,087

The above error is coming only for a Particular Document, Rest other Documents are working fine.

Read only

kranthi_kiran5
Explorer
0 Likes
1,088

Dear all,

Thanks for the Response, The Issue Is Solved.

There is No Overlapping of Wndows, In my Smart Form there are 2 Pages & both Contains Main Window. They Have Designed in Such a way that "TERMS & CONDITIONS" Should Come in Second Page, Kept the Control Command in the Footer of the Table.

If the Table Entries of the Main Window are Less(i.e., fits in the first page) then it is working fine.

So if the the Records are more and exceeds to the second page then the control commands also fires to the next page (Second page), Hence the error is rised.