<?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: A Error in Smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-error-in-smartforms/m-p/1105839#M104755</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;There may be two reasons to get this error&lt;/P&gt;&lt;P&gt;a) Your smartforms is not activated&lt;/P&gt;&lt;P&gt;b) Errors in your form table definitions&lt;/P&gt;&lt;P&gt;c) Smartform generates a function module there may be some errors in function group . please Repair your smartform function group via Menubar&lt;DEL&gt;&amp;gt; Utilities&lt;/DEL&gt;&amp;gt; repair function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this error causing by the following function you can debug this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SSFRT_SET_ERROR_PARAMETERS'&lt;/P&gt;&lt;P&gt;           EXPORTING I_FORM      = ''SMARTFORM NAME'.&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'SSFRT_WRITE_ERROR'&lt;/P&gt;&lt;P&gt;           EXPORTING I_ERRNUMBER = SSF_ERR_NO_RUNTIME_OBJECT&lt;/P&gt;&lt;P&gt;                     I_MSGID     = 'SSFCOMPOSER'&lt;/P&gt;&lt;P&gt;                     I_MSGNO     = '002'&lt;/P&gt;&lt;P&gt;                     I_MSGV1     = 'SMARTFORM NAME'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Nov 2005 15:39:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-14T15:39:53Z</dc:date>
    <item>
      <title>A Error in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-error-in-smartforms/m-p/1105837#M104753</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;The Smartforms through this error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message no. SSFCOMPOSER175&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No table is currently processed, table end is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone help me in detail about this error and how to avoid it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kishan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 09:16:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-error-in-smartforms/m-p/1105837#M104753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T09:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: A Error in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-error-in-smartforms/m-p/1105838#M104754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Which version of SAP you are working in .Once I get the reply to this,I can give you solution for rectifying this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Saraswathi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 15:30:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-error-in-smartforms/m-p/1105838#M104754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T15:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: A Error in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-error-in-smartforms/m-p/1105839#M104755</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;There may be two reasons to get this error&lt;/P&gt;&lt;P&gt;a) Your smartforms is not activated&lt;/P&gt;&lt;P&gt;b) Errors in your form table definitions&lt;/P&gt;&lt;P&gt;c) Smartform generates a function module there may be some errors in function group . please Repair your smartform function group via Menubar&lt;DEL&gt;&amp;gt; Utilities&lt;/DEL&gt;&amp;gt; repair function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this error causing by the following function you can debug this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SSFRT_SET_ERROR_PARAMETERS'&lt;/P&gt;&lt;P&gt;           EXPORTING I_FORM      = ''SMARTFORM NAME'.&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'SSFRT_WRITE_ERROR'&lt;/P&gt;&lt;P&gt;           EXPORTING I_ERRNUMBER = SSF_ERR_NO_RUNTIME_OBJECT&lt;/P&gt;&lt;P&gt;                     I_MSGID     = 'SSFCOMPOSER'&lt;/P&gt;&lt;P&gt;                     I_MSGNO     = '002'&lt;/P&gt;&lt;P&gt;                     I_MSGV1     = 'SMARTFORM NAME'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 15:39:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-error-in-smartforms/m-p/1105839#M104755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T15:39:53Z</dc:date>
    </item>
  </channel>
</rss>

