<?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: dump - smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-smartforms/m-p/2868258#M672908</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this and use the function module accordingly.&lt;/P&gt;&lt;P&gt;Run trx SMARTFORMS and press test icon, here you'll be in SE37, copy the function name and go to your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here press PATTERN and past the function name generated by smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way you'll insert in your program the call of the smartform:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION '/1BCDWB/SF00000003'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ARCHIVE_INDEX              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ARCHIVE_INDEX_TAB          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ARCHIVE_PARAMETERS         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    CONTROL_PARAMETERS         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    MAIL_APPL_OBJ              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    MAIL_RECIPIENT             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    MAIL_SENDER                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    OUTPUT_OPTIONS             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    USER_SETTINGS              = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      .................................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and after replace the name of fm of smartform with the variable function_name:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION function_name&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ARCHIVE_INDEX              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ARCHIVE_INDEX_TAB          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ARCHIVE_PARAMETERS         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    CONTROL_PARAMETERS         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    MAIL_APPL_OBJ              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    MAIL_RECIPIENT             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    MAIL_SENDER                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    OUTPUT_OPTIONS             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    USER_SETTINGS              = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      .................................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Sep 2007 08:23:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-24T08:23:41Z</dc:date>
    <item>
      <title>dump - smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-smartforms/m-p/2868255#M672905</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 have created smartforms in quality client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my driver prog i am not using 'SSF_FUNCTION_MODULE_NAME' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am calling direct smartforms using function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is running fine in quality but giving dump in production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know the reason behind it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 08:16:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-smartforms/m-p/2868255#M672905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T08:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: dump - smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-smartforms/m-p/2868256#M672906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Goto ST22 tcode and Analyse the DUMP&lt;/P&gt;&lt;P&gt;you will know what's the reason&lt;/P&gt;&lt;P&gt;Check all the configuration like Smartform and driver program links etc in PRD&lt;/P&gt;&lt;P&gt;may be the right one which is there in QAS might not be transported to PRD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 08:20:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-smartforms/m-p/2868256#M672906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T08:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: dump - smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-smartforms/m-p/2868257#M672907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One reason could be that the Smartform is not activated in production.&lt;/P&gt;&lt;P&gt;1. Run transaction SMARTFORMS, &lt;/P&gt;&lt;P&gt;2. type the smartform name &lt;/P&gt;&lt;P&gt;3. click on Activate in Production.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 08:21:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-smartforms/m-p/2868257#M672907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T08:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: dump - smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-smartforms/m-p/2868258#M672908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this and use the function module accordingly.&lt;/P&gt;&lt;P&gt;Run trx SMARTFORMS and press test icon, here you'll be in SE37, copy the function name and go to your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here press PATTERN and past the function name generated by smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way you'll insert in your program the call of the smartform:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION '/1BCDWB/SF00000003'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ARCHIVE_INDEX              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ARCHIVE_INDEX_TAB          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ARCHIVE_PARAMETERS         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    CONTROL_PARAMETERS         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    MAIL_APPL_OBJ              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    MAIL_RECIPIENT             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    MAIL_SENDER                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    OUTPUT_OPTIONS             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    USER_SETTINGS              = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      .................................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and after replace the name of fm of smartform with the variable function_name:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION function_name&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ARCHIVE_INDEX              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ARCHIVE_INDEX_TAB          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ARCHIVE_PARAMETERS         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    CONTROL_PARAMETERS         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    MAIL_APPL_OBJ              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    MAIL_RECIPIENT             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    MAIL_SENDER                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    OUTPUT_OPTIONS             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    USER_SETTINGS              = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      .................................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 08:23:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-smartforms/m-p/2868258#M672908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T08:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: dump - smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-smartforms/m-p/2868259#M672909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Created a smartform in Quality?Generally we will do in Dev and move it to Quality.&lt;/P&gt;&lt;P&gt;Fine anyway check the following to know the possible reasons for dump&lt;/P&gt;&lt;P&gt;1.Check the version of the driver program.&lt;/P&gt;&lt;P&gt;2.Compare the version of the  driver program in Dev and Quality with Production.&lt;/P&gt;&lt;P&gt;3.If you have used any ZSmartstyles check whether they too got transported correctly or not.&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 08:23:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-smartforms/m-p/2868259#M672909</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-09-24T08:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: dump - smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-smartforms/m-p/2868260#M672910</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 are four exceptions which can be caused which calling that fn module.&lt;/P&gt;&lt;P&gt;Please check whether the form u have created is in active status.&lt;/P&gt;&lt;P&gt;If it is so, then debug it using the debugger which is available is smartform itself.&lt;/P&gt;&lt;P&gt;Even if that is not helpful, then go to transaction ST22 and enter the form name and then debug it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 08:24:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-smartforms/m-p/2868260#M672910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T08:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: dump - smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-smartforms/m-p/2868261#M672911</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;Use like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: G_FM_NAME  TYPE RS38L_FNAM.&lt;/P&gt;&lt;P&gt;DATA : l_form(30) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_form = 'YOUR SMARTFORM NAME'.&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;    EXPORTING&lt;/P&gt;&lt;P&gt;      FORMNAME                 = l_form&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    VARIANT                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    DIRECT_CALL              = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      FM_NAME                  = G_FM_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;  IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;          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 G_FM_NAME&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ARCHIVE_INDEX              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ARCHIVE_INDEX_TAB          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ARCHIVE_PARAMETERS         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    CONTROL_PARAMETERS         =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    MAIL_APPL_OBJ              =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    MAIL_RECIPIENT             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    MAIL_SENDER                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    OUTPUT_OPTIONS             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    USER_SETTINGS              = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        table1                           = table1&lt;/P&gt;&lt;P&gt;       .........................&lt;/P&gt;&lt;P&gt;       .......................... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       V_DOCUMENT                 = v_document&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    DOCUMENT_OUTPUT_INFO       =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    JOB_OUTPUT_INFO            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    JOB_OUTPUT_OPTIONS         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        TJ_1IEXCDTL                = TJ_1IEXCDTL&lt;/P&gt;&lt;P&gt;        I_KONV                     = i_konv&lt;/P&gt;&lt;P&gt;        I_VBRP                     = i_vbrp&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_ERROR                 = 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;    IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;      MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;              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;&lt;/P&gt;&lt;P&gt;More revert back &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it is helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 08:24:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-smartforms/m-p/2868261#M672911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T08:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: dump - smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-smartforms/m-p/2868262#M672912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi anji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please understand my question. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have face this question in my interview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you will not use 'SSF_FUNCTION_MODULE_NAME'  and not store value in &lt;/P&gt;&lt;P&gt;FUNC_MODULE_NAME (TYPE RS38L_FNAM) then it will run in qty.&lt;/P&gt;&lt;P&gt;But the same one you transport to production it will give you dump. I agree yes it will give dump. Then they ask me why ? what is the reason behind it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;driver programme and smartforms both are exists in production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you know the reason then please explain to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;raj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        raj desai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 08:24:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-smartforms/m-p/2868262#M672912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T08:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: dump - smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-smartforms/m-p/2868263#M672913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everytime you execute this program Smartform will generate a new(shown as bold) CALL FUNCTION '/1BCDWB/&amp;lt;b&amp;gt;SF00000003'&amp;lt;/b&amp;gt; which will get duly stored in the FUNC_MODULE_NAME .&lt;/P&gt;&lt;P&gt;So,instead of the function module SSF_FUNCTION_MODULE_NAME if you use the same CALL FUNCTION '/1BCDWB/&amp;lt;b&amp;gt;SF00000003&amp;lt;/b&amp;gt;' it will result in dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that could be the  possible reason.Let's see what SDN experts say.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 08:33:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-smartforms/m-p/2868263#M672913</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-09-24T08:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: dump - smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-smartforms/m-p/2868264#M672914</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;you generate smartforms n no of time in qty , the funaction value will be same.&lt;/P&gt;&lt;P&gt;actually series in qty and prd is differ.&lt;/P&gt;&lt;P&gt;now why this series is differ that i don't know.&lt;/P&gt;&lt;P&gt;can anyone explain..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 08:40:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-smartforms/m-p/2868264#M672914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T08:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: dump - smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-smartforms/m-p/2868265#M672915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raj, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So,I was partly correct.You mean to say,this series will be the same in the Quality irrespective of how many times we execute but differs when run in production.Looking forward to more gyan on this from SDN experts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 08:47:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-smartforms/m-p/2868265#M672915</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-09-24T08:47:02Z</dc:date>
    </item>
  </channel>
</rss>

