<?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 - Invoice cannot be displayed in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-invoice-cannot-be-displayed/m-p/866287#M49052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank You for your answer. Where exactly can I place the breakpoint and how exactly? Sorry, but debugging Smartforms is new for me... ;o)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Arne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jun 2005 09:24:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-06T09:24:26Z</dc:date>
    <item>
      <title>Smartforms - Invoice cannot be displayed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-invoice-cannot-be-displayed/m-p/866285#M49050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem in Smartforms. I have developed a invoice form and for the most kinds of invoices, it works fine...&lt;/P&gt;&lt;P&gt;But when I try to print/view one special invoice, I get the message, that the form can´t be displayed! Can You tell me, how I can get more information about where the problem is and why the error occurs? I only know that there is a problem, but not the reason...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You very much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arne&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2005 08:28:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-invoice-cannot-be-displayed/m-p/866285#M49050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-06T08:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms - Invoice cannot be displayed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-invoice-cannot-be-displayed/m-p/866286#M49051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arne!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How about debugging? Sometimes printer is not assigned (/defined) in a special case, some data selects don't bring results -&amp;gt; empty table -&amp;gt; no loop -&amp;gt; no data to display...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At least in dev. system you can write 'break at &amp;lt;i&amp;gt;username&amp;lt;/i&amp;gt;' in your data preparation part of smartform. Then debugger should stop - in case you start a screen display of your output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your interface isn't too complicate, you might call your document in test mode of smartform (like SE37).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2005 08:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-invoice-cannot-be-displayed/m-p/866286#M49051</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2005-06-06T08:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms - Invoice cannot be displayed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-invoice-cannot-be-displayed/m-p/866287#M49052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank You for your answer. Where exactly can I place the breakpoint and how exactly? Sorry, but debugging Smartforms is new for me... ;o)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Arne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2005 09:24:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-invoice-cannot-be-displayed/m-p/866287#M49052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-06T09:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms - Invoice cannot be displayed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-invoice-cannot-be-displayed/m-p/866288#M49053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arne!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you use SELECT (or FM) in your smartform development? If yes, just before the first (important) select would be a good place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you already try test frame (TA smartforms, initial screen, F8)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your data is read in calling program, run a test program in debugging. Very simple one:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;tables: nast.
nast-objkey = '00000001'.  "Your doc. no.
nast-kschl...              "some necessary fields

perform entry(zroutineprogram) using ...
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2005 10:09:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-invoice-cannot-be-displayed/m-p/866288#M49053</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2005-06-06T10:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms - Invoice cannot be displayed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-invoice-cannot-be-displayed/m-p/866289#M49054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don´t use any SELECTs or other programming lines inside my Smartform. I only use the given data of the imported structures. Is it not possible where the error occurs? Or maybe why? (Something like "window xy is too big"... for example).&lt;/P&gt;&lt;P&gt;I think I have heard from anybody, that I can see more exact error descriptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers Arne&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2005 08:16:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-invoice-cannot-be-displayed/m-p/866289#M49054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-10T08:16:05Z</dc:date>
    </item>
  </channel>
</rss>

