<?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 smart form error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form-error/m-p/1586340#M264337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm getting an error while printing a form.&lt;/P&gt;&lt;P&gt;error descr.: - &lt;/P&gt;&lt;P&gt;Output could not be issued&lt;/P&gt;&lt;P&gt;Message no. VL086&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;An error occurred in the message processing program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;Contact your system administrator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if I run my smartfrom independently i got message like this &lt;/P&gt;&lt;P&gt;Exception       FORMATTING_ERROR&lt;/P&gt;&lt;P&gt;Message ID:          SSFCOMPOSER                Message number:           601&lt;/P&gt;&lt;P&gt;Message:&lt;/P&gt;&lt;P&gt;Reference field GS_LIKP-ZWEIGHWT unknown in form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with 0 entries&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Sep 2006 11:40:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-26T11:40:05Z</dc:date>
    <item>
      <title>smart form error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form-error/m-p/1586340#M264337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm getting an error while printing a form.&lt;/P&gt;&lt;P&gt;error descr.: - &lt;/P&gt;&lt;P&gt;Output could not be issued&lt;/P&gt;&lt;P&gt;Message no. VL086&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;An error occurred in the message processing program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;Contact your system administrator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if I run my smartfrom independently i got message like this &lt;/P&gt;&lt;P&gt;Exception       FORMATTING_ERROR&lt;/P&gt;&lt;P&gt;Message ID:          SSFCOMPOSER                Message number:           601&lt;/P&gt;&lt;P&gt;Message:&lt;/P&gt;&lt;P&gt;Reference field GS_LIKP-ZWEIGHWT unknown in form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with 0 entries&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 11:40:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form-error/m-p/1586340#M264337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T11:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: smart form error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form-error/m-p/1586341#M264338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Debug ur progrm and check exactly where the error is coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 11:41:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form-error/m-p/1586341#M264338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T11:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: smart form error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form-error/m-p/1586342#M264339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adams,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error is for field GS_LIKP-ZWEIGHWT. It seems to be a quantity field. If it is then you'll have to maintain a reference field for it in you Smartform. To do this -&lt;/P&gt;&lt;P&gt;Goto Global Definations -&amp;gt; Currency/Quant.fields&lt;/P&gt;&lt;P&gt;Here give the field name GS_LIKP-ZWEIGHWT and in the reference field give some quantity field contained in some internal table that you have passed in the form attributes. Give data type as QUAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate the Form and execute. This should solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 11:50:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-form-error/m-p/1586342#M264339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T11:50:22Z</dc:date>
    </item>
  </channel>
</rss>

