<?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 Problem in Invoice Smartform (Timeout) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-invoice-smartform-timeout/m-p/3046285#M721111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on Invoice Smartform. It is working fine when it is having avg line items. where as in my case one invoice iss having more than 500 line items in production. For this in production it is giving timeout short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that invoice i am displaying standard fuctionality of invoice form and at the same tim i am displaying Serial Numbers based on delivery and Open Quantity based on Order. So it will take time for back processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Insted of Back ground processing is there any other possibility to solve this. If not Please give me some steps how to implement this form in background based on conditions (if it is having more than 200 line items then only i need to run in background else foreground)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls give me your valuble inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Nov 2007 13:55:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-12T13:55:32Z</dc:date>
    <item>
      <title>Problem in Invoice Smartform (Timeout)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-invoice-smartform-timeout/m-p/3046285#M721111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on Invoice Smartform. It is working fine when it is having avg line items. where as in my case one invoice iss having more than 500 line items in production. For this in production it is giving timeout short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that invoice i am displaying standard fuctionality of invoice form and at the same tim i am displaying Serial Numbers based on delivery and Open Quantity based on Order. So it will take time for back processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Insted of Back ground processing is there any other possibility to solve this. If not Please give me some steps how to implement this form in background based on conditions (if it is having more than 200 line items then only i need to run in background else foreground)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls give me your valuble inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 13:55:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-invoice-smartform-timeout/m-p/3046285#M721111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-12T13:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Invoice Smartform (Timeout)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-invoice-smartform-timeout/m-p/3046286#M721112</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;PRE&gt;&lt;CODE&gt;data : l_lines type i.

DESCRIBE TABLE I_OUTPUT lines l_lines.
if l_lines &amp;gt; 200. " Background logic
CALL FUNCTION 'JOB_OPEN'.
CALL FUNCTION 'JOB_SUBMIT'.
CALL FUNCTION 'JOB_CLOSE'.
else.

" foreground processing logic

endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 14:02:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-invoice-smartform-timeout/m-p/3046286#M721112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-12T14:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Invoice Smartform (Timeout)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-invoice-smartform-timeout/m-p/3046287#M721113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we need to do this in smartform itself or print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 17:07:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-invoice-smartform-timeout/m-p/3046287#M721113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-12T17:07:48Z</dc:date>
    </item>
  </channel>
</rss>

