<?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: Problem with smart form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4514227#M1067482</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;I am having the same problem what did you do to get by this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Lisa M Simonsen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Sep 2009 09:09:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-21T09:09:46Z</dc:date>
    <item>
      <title>Problem with smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4514223#M1067478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with smart form function call. It is going into an endless execution leading to an time_out dump. The code is as follows.&lt;/P&gt;&lt;P&gt;CALL FUNCTION '/1BCDWB/SF00000068'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          CONTROL_PARAMETERS = gv_cparam&lt;/P&gt;&lt;P&gt;          OUTPUT_OPTIONS     = gv_outop&lt;/P&gt;&lt;P&gt;          USER_SETTINGS      = 'X'&lt;/P&gt;&lt;P&gt;          GV_NAME            = wa_header-gv_name&lt;/P&gt;&lt;P&gt;          GV_LOCT            = wa_header-gv_loct&lt;/P&gt;&lt;P&gt;          GV_PBAND           = wA_header-gv_pband&lt;/P&gt;&lt;P&gt;          GV_ACCNO           = wa_header-gv_accno&lt;/P&gt;&lt;P&gt;          GV_PFNO            = wa_header-gv_pfno&lt;/P&gt;&lt;P&gt;          gv_lop             = wa_header-gv_lop&lt;/P&gt;&lt;P&gt;          gv_abroad          = wa_header-gv_abroad&lt;/P&gt;&lt;P&gt;          gv_india           = wa_header-gv_india&lt;/P&gt;&lt;P&gt;          gv_noofdays        = wa_header-gv_noofdays&lt;/P&gt;&lt;P&gt;          gv_odc             = wa_header-gv_odc&lt;/P&gt;&lt;P&gt;          gv_sdate           = wa_header-gv_sdate&lt;/P&gt;&lt;P&gt;          gv_edate           = wa_header-gv_edate&lt;/P&gt;&lt;P&gt;          gv_totARR          = wa_header-gv_totARR&lt;/P&gt;&lt;P&gt;          gv_totREC          = wa_header-gv_totREC&lt;/P&gt;&lt;P&gt;          gv_totnet          = wa_header-gv_totnet&lt;/P&gt;&lt;P&gt;          GV_TOTDES          = WA_HEADER-GV_TOTDES&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          JOB_OUTPUT_OPTIONS = gv_tab_otf_data&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          GI_DISPLAY         = GI_Final&lt;/P&gt;&lt;P&gt;          GI_INFO            = GI_infoFinal.&lt;/P&gt;&lt;P&gt;      IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;Am able to enter into this fn. module.&lt;/P&gt;&lt;P&gt;The actual problem is located as follows.&lt;/P&gt;&lt;P&gt;Within this FM ther's another FM SSFCOMP_PROCESS_PAGES and within this theris a form cald process_pages and within this there is a method which is taking endless time to execute. What could b the solution???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also my smart form layout is Landscape. Any probs with this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls guide me.. &lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 13:34:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4514223#M1067478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-26T13:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4514224#M1067479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many pages are you expecting in the output generated by this Smartform?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they are many, than you might have to run your program in background or narrow down the selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 13:43:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4514224#M1067479</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-09-26T13:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4514225#M1067480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naimesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its just a 3 page Output. So i don think it'd be the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 13:45:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4514225#M1067480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-26T13:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4514226#M1067481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My actual Error is in this line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within form process_pages there is a form called as follows.&lt;/P&gt;&lt;P&gt;perform callback using docentry-callform docentry-callprog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;within this callback form there is a line as below.&lt;/P&gt;&lt;P&gt;perform (p_callprog) in program (p_callform).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The execution gets stuck up here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 13:54:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4514226#M1067481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-26T13:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4514227#M1067482</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;I am having the same problem what did you do to get by this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Lisa M Simonsen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2009 09:09:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smart-form/m-p/4514227#M1067482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-21T09:09:46Z</dc:date>
    </item>
  </channel>
</rss>

