<?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 'SSFCOMP_PROCESS_DOCUMENT' Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ssfcomp-process-document-error/m-p/6328387#M1395718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAPER,&lt;/P&gt;&lt;P&gt;     I have created one interface and inside that I called four Smart forms. All the smart forms are displaying.&lt;/P&gt;&lt;P&gt;One smartform is not displaying.I debugged and found out that 'SSFCOMP_PROCESS_DOCUMENT' function &lt;/P&gt;&lt;P&gt;module having one error the sysub-rc is  not 0 here for this smartform. So can you please tell that how will I solve this error.&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Deepa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Nov 2009 13:23:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-04T13:23:56Z</dc:date>
    <item>
      <title>'SSFCOMP_PROCESS_DOCUMENT' Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ssfcomp-process-document-error/m-p/6328387#M1395718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAPER,&lt;/P&gt;&lt;P&gt;     I have created one interface and inside that I called four Smart forms. All the smart forms are displaying.&lt;/P&gt;&lt;P&gt;One smartform is not displaying.I debugged and found out that 'SSFCOMP_PROCESS_DOCUMENT' function &lt;/P&gt;&lt;P&gt;module having one error the sysub-rc is  not 0 here for this smartform. So can you please tell that how will I solve this error.&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Deepa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 13:23:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ssfcomp-process-document-error/m-p/6328387#M1395718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-04T13:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: 'SSFCOMP_PROCESS_DOCUMENT' Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ssfcomp-process-document-error/m-p/6328388#M1395719</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;U should past the message error too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can get the error by fm SSF_READ_ERRORS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION &amp;lt;smartform&amp;gt;
      .......  
    EXCEPTIONS
      .......
    IF SY-SUBRC &amp;lt;&amp;gt; 0.
       CALL FUNCTION 'SSF_READ_ERRORS'
            IMPORTING
                 ERRORTAB = IT_ERRORLIST.
     ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 13:30:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ssfcomp-process-document-error/m-p/6328388#M1395719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-04T13:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: 'SSFCOMP_PROCESS_DOCUMENT' Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ssfcomp-process-document-error/m-p/6328389#M1395720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First read this document [Checking and Testing a Smart Form|http://help.sap.com/saphelp_nw70/helpdata/EN/4b/83fb5bdf8f11d3969700a0c930660b/frameset.htm], look for &lt;STRONG&gt;Runtime Errors&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 13:39:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ssfcomp-process-document-error/m-p/6328389#M1395720</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-11-04T13:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: 'SSFCOMP_PROCESS_DOCUMENT' Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ssfcomp-process-document-error/m-p/6328390#M1395721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!!!!!!!!1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 06:35:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ssfcomp-process-document-error/m-p/6328390#M1395721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-11T06:35:45Z</dc:date>
    </item>
  </channel>
</rss>

