<?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: SMARTFORMS: 'OUTPUT CANNOT BE ISSUED error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-output-cannot-be-issued-error/m-p/336222#M5765</link>
    <description>&lt;P&gt;Hi Arpit,&lt;/P&gt;&lt;P&gt;1)For checking purpose u reduce the font size for that window you just create a new character format with reduced font size. then just apply and  see the result&lt;/P&gt;&lt;P&gt;2)Increase the width and Height of the window size check with Alignment problem. That is check margins and positions.&lt;/P&gt;&lt;P&gt;3)check whether you applied any condition for that window &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rizu.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jan 2017 11:54:12 GMT</pubDate>
    <dc:creator>rizuyadav</dc:creator>
    <dc:date>2017-01-10T11:54:12Z</dc:date>
    <item>
      <title>SMARTFORMS: 'OUTPUT CANNOT BE ISSUED error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-output-cannot-be-issued-error/m-p/336221#M5764</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;My main window prints serial number for materials inside a table. But when the count of serial numbers goes beyond 2268 (after 13 pages), no output is displayed.If the serial number are below 2260, the output is displayed.&lt;/P&gt;&lt;P&gt;Debugging the form points to the FM SSFCOMP_WRITE_TEXT in which I get sy-subrc = 2 and after 2268, the debugging also stops.&lt;/P&gt;&lt;P&gt;Please let me know if you have any solution for this.&lt;/P&gt;&lt;P&gt;I have checked all the links to this and I am not getting any solution.This link &lt;A href="https://archive.sap.com/discussions/thread/706185" target="test_blank"&gt;https://archive.sap.com/discussions/thread/706185&lt;/A&gt; is similar to my scenario but I am not able to find any solutions for this.&lt;/P&gt;&lt;P&gt;Thanks!! &lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 10:01:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-output-cannot-be-issued-error/m-p/336221#M5764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-01-10T10:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS: 'OUTPUT CANNOT BE ISSUED error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-output-cannot-be-issued-error/m-p/336222#M5765</link>
      <description>&lt;P&gt;Hi Arpit,&lt;/P&gt;&lt;P&gt;1)For checking purpose u reduce the font size for that window you just create a new character format with reduced font size. then just apply and  see the result&lt;/P&gt;&lt;P&gt;2)Increase the width and Height of the window size check with Alignment problem. That is check margins and positions.&lt;/P&gt;&lt;P&gt;3)check whether you applied any condition for that window &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rizu.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 11:54:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-output-cannot-be-issued-error/m-p/336222#M5765</guid>
      <dc:creator>rizuyadav</dc:creator>
      <dc:date>2017-01-10T11:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS: 'OUTPUT CANNOT BE ISSUED error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-output-cannot-be-issued-error/m-p/336223#M5766</link>
      <description>&lt;P&gt;Quick answer,&lt;/P&gt;&lt;P&gt;Why don't you add after your ssf-call function SSF_READ_ERRORS?&lt;/P&gt;&lt;P&gt;This will give you a clear (more or less) view what is wrong with your form.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tripti !&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 14:17:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-output-cannot-be-issued-error/m-p/336223#M5766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-01-19T14:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS: 'OUTPUT CANNOT BE ISSUED error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-output-cannot-be-issued-error/m-p/336224#M5767</link>
      <description>&lt;P&gt;Hello  Arpit,&lt;/P&gt;&lt;P&gt;Smartforms have a limitation that one cell cannot flow over 13 pages. Since you are printing serial numbers in a table cell and the cell is flowing over 13 pages. One possible solution to this problem is to check if count of serial numbers is greater than 2260 (your case), then print serial numbers in a new window (preferably on last page) without using any table or line type.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Puneet Desai&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 16:15:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-output-cannot-be-issued-error/m-p/336224#M5767</guid>
      <dc:creator>former_member199637</dc:creator>
      <dc:date>2017-01-19T16:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORMS: 'OUTPUT CANNOT BE ISSUED error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-output-cannot-be-issued-error/m-p/336225#M5768</link>
      <description>&lt;P&gt;Thanks Puneet for sharing this information. As suggested by you, we are printing serial number in a new window if count is greater than 2260. It has resolved our problem.&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Arpit&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 06:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-output-cannot-be-issued-error/m-p/336225#M5768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-02-22T06:05:33Z</dc:date>
    </item>
  </channel>
</rss>

