<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error in the Smartforms 'ERROR CANNOT BE CLASSIFIED' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-smartforms-error-cannot-be-classified/m-p/10270551#M1831073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above error is coming only for a Particular Document, Rest other Documents are working fine. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Apr 2014 06:30:58 GMT</pubDate>
    <dc:creator>kranthi_kiran5</dc:creator>
    <dc:date>2014-04-25T06:30:58Z</dc:date>
    <item>
      <title>Error in the Smartforms 'ERROR CANNOT BE CLASSIFIED'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-smartforms-error-cannot-be-classified/m-p/10270548#M1831070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; While Executing the output type of ME23N (Custom Output type), I am Getting the Below Error,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/440254" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From Debugging i came to know that the error is from the Smartform,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From the SFTRACE, I got the Following Log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00trace begin level 05&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00trace version 046C01&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00time stamp 20140424094323&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00locale date 24.04.2014&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00locale time 15:13:23&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00system information&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00&amp;nbsp; sap version 731&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00&amp;nbsp; operating system AIX&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00&amp;nbsp; database system DB6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00&amp;nbsp; database name JEQ&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00&amp;nbsp; user name 90498&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 05overflow of non main window&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 05! E SSFCOMPOSER 150&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 05trace output closed due to error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 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&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; thing is fine(With in the Page Limit).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The error is Generating from this Code in the Smartform's FM.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/440283" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please Suggest a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Kranthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 05:37:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-smartforms-error-cannot-be-classified/m-p/10270548#M1831070</guid>
      <dc:creator>kranthi_kiran5</dc:creator>
      <dc:date>2014-04-25T05:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error in the Smartforms 'ERROR CANNOT BE CLASSIFIED'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-smartforms-error-cannot-be-classified/m-p/10270549#M1831071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 05:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-smartforms-error-cannot-be-classified/m-p/10270549#M1831071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-25T05:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error in the Smartforms 'ERROR CANNOT BE CLASSIFIED'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-smartforms-error-cannot-be-classified/m-p/10270550#M1831072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Kranthi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;In your case it is some intrnal error.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Steps you can do for checking,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;1. check all table declarations.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;2. check windows are not overlapping or data is not overflowing the window dimensions.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;3. windows are not stretching over the boundaries of the pages.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;4. all dimensions are proper to all windows, tables &amp;amp; templates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 05:57:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-smartforms-error-cannot-be-classified/m-p/10270550#M1831072</guid>
      <dc:creator>former_member223066</dc:creator>
      <dc:date>2014-04-25T05:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error in the Smartforms 'ERROR CANNOT BE CLASSIFIED'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-smartforms-error-cannot-be-classified/m-p/10270551#M1831073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above error is coming only for a Particular Document, Rest other Documents are working fine. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 06:30:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-smartforms-error-cannot-be-classified/m-p/10270551#M1831073</guid>
      <dc:creator>kranthi_kiran5</dc:creator>
      <dc:date>2014-04-25T06:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error in the Smartforms 'ERROR CANNOT BE CLASSIFIED'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-smartforms-error-cannot-be-classified/m-p/10270552#M1831074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the Response, The Issue Is Solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is No Overlapping of Wndows, In my Smart Form there are 2 Pages &amp;amp; both Contains Main Window. They Have Designed in Such a way that "TERMS &amp;amp; CONDITIONS" Should Come in Second Page, Kept the Control Command in the Footer of the Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the Table Entries of the Main Window are Less(i.e., fits in the first page) then it is working fine.&lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 09:35:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-smartforms-error-cannot-be-classified/m-p/10270552#M1831074</guid>
      <dc:creator>kranthi_kiran5</dc:creator>
      <dc:date>2014-04-30T09:35:57Z</dc:date>
    </item>
  </channel>
</rss>

