<?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: smartform error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2694177#M623514</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the type &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;RS38L_FNAM.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: V_FORM_NAME TYPE rs38l_fnam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark points if the solution was useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2007 11:12:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-22T11:12:57Z</dc:date>
    <item>
      <title>smartform error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2694174#M623511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REPORT  ZDEMO_FORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: V_FORM_NAME TYPE rs381_fnam. "this line causes an error...below is the                                          "error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        FORMNAME = 'ZDEMO_FORM'&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        FM_NAME = V_FORM_NAME&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        NO_FORM = 1&lt;/P&gt;&lt;P&gt;        NO_FUNCTION_MODULE = 2&lt;/P&gt;&lt;P&gt;        OTHERS =3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;   MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION V_FORM_NAME&lt;/P&gt;&lt;P&gt;   EXCEPTIONS&lt;/P&gt;&lt;P&gt;     FORMATTING_ERROR = 1&lt;/P&gt;&lt;P&gt;     INTERNAL_ERROR = 2&lt;/P&gt;&lt;P&gt;     SEND_ERRO = 3&lt;/P&gt;&lt;P&gt;     USER_CANCELED = 4&lt;/P&gt;&lt;P&gt;     OTHERS = 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;   MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;********************************************************************************************&lt;/P&gt;&lt;P&gt;when i activate this report&lt;/P&gt;&lt;P&gt;an error comes&lt;/P&gt;&lt;P&gt;type rs381_fnam is unknown&lt;/P&gt;&lt;P&gt;plz help and plz chek whether my report is correct...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 11:07:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2694174#M623511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T11:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: smartform error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2694175#M623512</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 see that you have declared v_form_name as type rs381_fnam. &lt;/P&gt;&lt;P&gt;But it is "RS38L_FNAM".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try changing the type as rs38&amp;lt;b&amp;gt;L&amp;lt;/b&amp;gt;_fnam....This should work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program seems to be correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for helpful answers.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 11:11:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2694175#M623512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T11:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: smartform error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2694176#M623513</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;It's RS38L_FNAM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 11:12:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2694176#M623513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T11:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: smartform error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2694177#M623514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the type &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;RS38L_FNAM.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: V_FORM_NAME TYPE rs38l_fnam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark points if the solution was useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 11:12:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2694177#M623514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T11:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: smartform error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2694178#M623515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;now this gives an error&lt;/P&gt;&lt;P&gt;exporting shud b changed by export&lt;/P&gt;&lt;P&gt;plz help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 11:15:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2694178#M623515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T11:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: smartform error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2694179#M623516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have u checked in forminterface of u r smartform is there any parameters u have mentioned........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points to all helpful answers &lt;/P&gt;&lt;P&gt;kiran.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 11:19:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2694179#M623516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T11:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: smartform error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2694180#M623517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove the dot after the function module name in the CALL FUNCTION statement. Use this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
EXPORTING
FORMNAME = 'ZDEMO_FORM'
IMPORTING
FM_NAME = V_FORM_NAME
EXCEPTIONS
NO_FORM = 1
NO_FUNCTION_MODULE = 2
OTHERS =3.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark points if the solution was useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 11:29:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2694180#M623517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T11:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: smartform error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2694181#M623518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WHEN I CLICK ON THE PRINT PREVIEW BUTTON&lt;/P&gt;&lt;P&gt;IT SAYS FILL ALL THE FIELDS BUT I DONT KNOW ANYTHING ABT OUTPUT DEVICE&lt;/P&gt;&lt;P&gt;PLZ TELL N THANX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 11:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2694181#M623518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T11:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: smartform error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2694182#M623519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to enter a output device name there. The output devices are maintained by Basis in the transaction SPAD. If you dont know any output device, you can use the standard output device LP01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark points if the solution was useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 11:37:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2694182#M623519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T11:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: smartform error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2694183#M623520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANX TO ALL OF U FOR UR VALUABLE ANSWERS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 11:46:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-error/m-p/2694183#M623520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T11:46:01Z</dc:date>
    </item>
  </channel>
</rss>

