<?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 query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403434#M194907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  It is definitely a data definition error.Your data definition in print program and smartforms are different like character in print program numeric in smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If it helps.reward points.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jun 2006 08:36:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-19T08:36:08Z</dc:date>
    <item>
      <title>smartform query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403422#M194895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got one error message in my print prog. I designed the form as per requirement but in print prog i got the error message that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"unable to interpret "exporting". Possible causes of error: incorrect spelling or comma error."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody will tell me what i can do???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 05:32:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403422#M194895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T05:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: smartform query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403423#M194896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on the error message it will take you to the place where the error is after this send us what you did at that place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mukesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 05:38:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403423#M194896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T05:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: smartform query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403424#M194897</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 problem lies in the calling process you have used when oyu are calling the Smartform generated FM, please doa syntax check in your print program and identify the cause of the problem ........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Helps&lt;/P&gt;&lt;P&gt;Anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 05:39:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403424#M194897</guid>
      <dc:creator>former_member480923</dc:creator>
      <dc:date>2006-06-19T05:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: smartform query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403425#M194898</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 might have uncommented 'Exporting' statement while calling function module generated by system once u create smart form,without exporting any of the exporting parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg :&lt;/P&gt;&lt;P&gt;call function '/1BCDWB/SF00000568'&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;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;    itab                       = itab&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  FORMATTING_ERROR           = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  INTERNAL_ERROR             = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SEND_ERROR                 = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  USER_CANCELED              = 4&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                     = 5&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          .&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;&lt;/P&gt;&lt;P&gt;So in this case either pass any of the exporting parameters or comment th entire Exporting part of the function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 06:30:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403425#M194898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T06:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: smartform query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403426#M194899</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;  Pls check the EXPORTING statement is commnted or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- SA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 06:35:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403426#M194899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T06:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: smartform query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403427#M194900</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;In my prog i uncommented the 'exporting' statement. May i make it commented??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 07:23:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403427#M194900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T07:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: smartform query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403428#M194901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     This could be because of uncommented Exporting statement and no parameters actually exported. If you dont want to export any parameters then keep Exporting statement as it is (do not uncomment).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you to solve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 07:24:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403428#M194901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T07:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: smartform query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403429#M194902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually in my prog i m using 3 parameters. Based on these data i m retriving data 4m different database table. So will u tell me that may i make it 'exporting' as commented or uncommented???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 07:32:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403429#M194902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T07:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: smartform query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403430#M194903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salil,&lt;/P&gt;&lt;P&gt;     Can you send us your piece of code so that we can see it,not the whole code just the form in which you are using the FM to call the smartform&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 07:32:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403430#M194903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T07:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: smartform query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403431#M194904</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;in smart from check out with the function module through which you r passing the data into the smartform screen and check out the form interface tab in the smartform screen ,wheather all the data you r passing from print program to smart form is assigned properly or not.&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, 19 Jun 2006 07:45:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403431#M194904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T07:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: smartform query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403432#M194905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m sending the code for calling my fm. Check it &amp;amp; tell me how to proceed : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION '/1BCDWB/SF00000104'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;/LI&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;LI level="1" type="ul"&gt;&lt;P&gt;  P_EXGRP                    =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  P_STDATE                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  P_ENDDT                    =&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;    itab                      = ITAB&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  FORMATTING_ERROR           = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  INTERNAL_ERROR             = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SEND_ERROR                 = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  USER_CANCELED              = 4&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                     = 5&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          .&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 08:23:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403432#M194905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T08:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: smartform query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403433#M194906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;USE LIKE THAT...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;election-screen: Begin of block b1 with frame title text-001.&lt;/P&gt;&lt;P&gt;parameters: po_date type VBEP-EDATU default sy-datum,&lt;/P&gt;&lt;P&gt;            po_days type i default 30.&lt;/P&gt;&lt;P&gt;selection-screen: end of block b1.&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;      g_formname type TDSFNAME value 'ZBHU_SMARTFORM_ASG1_1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&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                 = g_formname&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; 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;     p_date                     = po_date&lt;/P&gt;&lt;P&gt;     p_days                     = po_days&lt;/P&gt;&lt;UL&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;LI level="1" type="ul"&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   FORMATTING_ERROR           = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   INTERNAL_ERROR             = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   SEND_ERROR                 = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   USER_CANCELED              = 4&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   OTHERS                     = 5&lt;/P&gt;&lt;/LI&gt;&lt;/UL&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 08:27:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403433#M194906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T08:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: smartform query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403434#M194907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  It is definitely a data definition error.Your data definition in print program and smartforms are different like character in print program numeric in smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If it helps.reward points.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 08:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403434#M194907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T08:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: smartform query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403435#M194908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am sending my full coding. plz let me know where i m wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fm ssf_function_module_name under impoting parameter i have to write my fun module name or just g_fm_name?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz tell me in my coding i m write or wrong?? In selection screen having 3 parameters &amp;amp; based on this i m retriving the data 4m diff database table.&lt;/P&gt;&lt;P&gt;My coding is as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block B1 with frame title text-001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: d_exgrp like j_1iexchdr-exgrp,&lt;/P&gt;&lt;P&gt;            d_stdate like J_2ICOMP-START_DT,&lt;/P&gt;&lt;P&gt;            d_enddt like J_2ICOMP-END_DT.&lt;/P&gt;&lt;P&gt;selection-screen end of block B1.&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;      g_formname type tdsfname value 'z_test'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of mtab occurs 0,&lt;/P&gt;&lt;P&gt;      SERIALNO LIKE J_1IPART1-SERIALNO,&lt;/P&gt;&lt;P&gt;      BUDAT LIKE J_2IEXTRCT-BUDAT,&lt;/P&gt;&lt;P&gt;      MATNR LIKE J_1IPART1-MATNR,&lt;/P&gt;&lt;P&gt;      MENGE LIKE J_1IPART1-MENGE,&lt;/P&gt;&lt;P&gt;      EXNUM LIKE J_1IEXCHDR-EXNUM,&lt;/P&gt;&lt;P&gt;      NAME1 LIKE LFA1-NAME1,&lt;/P&gt;&lt;P&gt;      EXCRG LIKE J_1IEXCHDR-EXCRG,&lt;/P&gt;&lt;P&gt;      MBLNR LIKE J_1IPART1-MBLNR,&lt;/P&gt;&lt;P&gt;      TOTAL4 LIKE J_2ICOMP-TOTAL4,&lt;/P&gt;&lt;P&gt;      AR_NUM LIKE J_2ICOMP-AR_NUM,&lt;/P&gt;&lt;P&gt;      TOTAL1 LIKE J_2ICOMP-TOTAL1,&lt;/P&gt;&lt;P&gt;      MAKTX LIKE J_1IPART1-MAKTX,&lt;/P&gt;&lt;P&gt;      NAME2 LIKE LFA1-NAME2,&lt;/P&gt;&lt;P&gt;      TOTAL2 LIKE J_2ICOMP-TOTAL2,&lt;/P&gt;&lt;P&gt;      RULES LIKE J_2ICOMP-RULES,&lt;/P&gt;&lt;P&gt;      EXDAT LIKE J_1IEXCHDR-EXDAT,&lt;/P&gt;&lt;P&gt;      EXCDI LIKE J_1IEXCHDR-EXCDI,&lt;/P&gt;&lt;P&gt;      CPUDT LIKE J_1IPART1-CPUDT,&lt;/P&gt;&lt;P&gt;      AR_DT LIKE J_2ICOMP-AR_DT,&lt;/P&gt;&lt;P&gt;      MJAHR LIKE J_1IPART1-MJAHR,&lt;/P&gt;&lt;P&gt;      CHAPID1 LIKE J_2ICOMP-CHAPID1,&lt;/P&gt;&lt;P&gt;      NAME3 LIKE LFA1-NAME3,&lt;/P&gt;&lt;P&gt;      EXCCD LIKE J_2ICOMP-EXCCD,&lt;/P&gt;&lt;P&gt;      ORT01 LIKE LFA1-ORT01,&lt;/P&gt;&lt;P&gt;      total3 like j_2icomp-total3,&lt;/P&gt;&lt;P&gt;      end of mtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*get data&lt;/P&gt;&lt;P&gt; select * from j_1ipart1 into corresponding fields of table mtab where exgrp = d_exgrp.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;check sy-subrc = 0.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; select * from j_1iexchdr into corresponding fields of table mtab. &lt;/P&gt;&lt;P&gt; select * from lfa1 into corresponding fields of table mtab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*print data&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                 = g_formname&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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   NO_FORM                  = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   NO_FUNCTION_MODULE       = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   OTHERS                   = 3&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;           .&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;CALL FUNCTION '/1BCDWB/SF00000104'&lt;/P&gt;&lt;P&gt;&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;LI level="1" type="ul"&gt;&lt;P&gt;  P_EXGRP                    =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  P_STDATE                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  P_ENDDT                    =&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;LI level="1" type="ul"&gt;&lt;P&gt; TABLES&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    mtab                      = mtab&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  FORMATTING_ERROR           = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  INTERNAL_ERROR             = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SEND_ERROR                 = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  USER_CANCELED              = 4&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                     = 5&lt;/P&gt;&lt;/LI&gt;&lt;/UL&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;I m trying to debug it also but after some time i got the error message "form z_test does not exists."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz tell me so that i can proceed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 12:18:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403435#M194908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T12:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: smartform query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403436#M194909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have commented TABLES in the second FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mtab = mtab is considered as Exporting parameter and not TABLES parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats' the reason you have got the error in first case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Navneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 13:08:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403436#M194909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T13:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: smartform query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403437#M194910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Navneeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i uncommented the TABLES parameter i got the error message "unable to interpret 'EXPORTING'. Possible causes of error: incorrect spelling or comma error."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So tell me how to proceed??????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 03:56:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403437#M194910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-20T03:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: smartform query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403438#M194911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi salil,&lt;/P&gt;&lt;P&gt;If you are not passing anything in the exporting then comment that exporting also.Uncomment tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mukesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 04:10:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403438#M194911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-20T04:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: smartform query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403439#M194912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u for ur reply but my prog now become syntactically correct but it is not showing o/p. Will u help me regarding this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 04:17:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403439#M194912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-20T04:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: smartform query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403440#M194913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salil,&lt;/P&gt;&lt;P&gt;This is working for my program try to implement it in your program.If you face any problem reply . &lt;/P&gt;&lt;P&gt;DATA: ls_control_param      TYPE ssfctrlop.&lt;/P&gt;&lt;P&gt;DATA: ls_composer_param     TYPE ssfcompop.&lt;/P&gt;&lt;P&gt;DATA     PRINT_OPTS LIKE ITCPO.&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                 = form_name&lt;/P&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;    ls_control_param-no_dialog = 'X'.&lt;/P&gt;&lt;P&gt;    ls_control_param-device = 'PRINTER'.&lt;/P&gt;&lt;P&gt;    MOVE-CORRESPONDING print_opts TO ls_composer_param  .&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;P&gt;              control_parameters   = ls_control_param&lt;/P&gt;&lt;P&gt;              output_options       = ls_composer_param&lt;/P&gt;&lt;P&gt;              user_settings        = ' '&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 04:26:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-query/m-p/1403440#M194913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-20T04:26:17Z</dc:date>
    </item>
  </channel>
</rss>

