<?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: Regarding Smartforms printing - multiple pages in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms-printing-multiple-pages/m-p/2439695#M545985</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;Hope you cehcked the link I had give.In that I had explained clearly how to pass the select-options as table input to smartform.&lt;/P&gt;&lt;P&gt;So you need to pass the select-options to smartform as explained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way is in your driver program, you can have select statement to get the vendor details in an internal table.Once the internal table is populated with data,export the data to smartform using tables parametrs.Here the table structure should be available globally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOrm Interfaces-&amp;gt;Tables&lt;/P&gt;&lt;P&gt;itab like structure_name&lt;/P&gt;&lt;P&gt;Then inside smartform,use tables to loop the internal table data and print the text elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link.Here I am expalining more about table concept.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3c5d9ae3-0501-0010-0090-bdfb2d458985" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3c5d9ae3-0501-0010-0090-bdfb2d458985&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2007 06:03:57 GMT</pubDate>
    <dc:creator>jayanthi_jayaraman</dc:creator>
    <dc:date>2007-06-26T06:03:57Z</dc:date>
    <item>
      <title>Regarding Smartforms printing - multiple pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms-printing-multiple-pages/m-p/2439692#M545982</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;    Please help me out on this query. I know how to make a smartform. I've made smartforms but the condition is that it triggers only one smartform. I've a requuirement that I've to trigger smartform for multiple vendors.The format of the smartform will be the same.Logo will be same. The address of the vendors will be changed.The line items in the main window will be changed.Footer will be constant. There will be a select option on the selection screen, which will select a range of the vendors.There will be some other parameters.I tried using loop, but every time it triggers one smartform &amp;amp; then again displays "print preview dialog box". I want all the smartforms to generate in one go.once the smartform for one vendor finishes, it should trigger a new one on the next page.Please help me out urgently.If anyone has a sample program, please send it to me.Reward points will be there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 05:21:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms-printing-multiple-pages/m-p/2439692#M545982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T05:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Smartforms printing - multiple pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms-printing-multiple-pages/m-p/2439693#M545983</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;Pass the select-option as a input to smartform.&lt;/P&gt;&lt;P&gt;Check this link.Here I am explaining how to do this.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501-0010-ee84-de050a6cc287" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501-0010-ee84-de050a6cc287&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to restrict print dialog box,you can achieve it by the following coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp; Report  ZZZ_JAYTEST1                                                *&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  zzz_jaytest1 NO STANDARD PAGE HEADING MESSAGE-ID zhrt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Variable Declaration&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;DATA : v_form_name TYPE rs38l_fnam,&lt;/P&gt;&lt;P&gt;       itab TYPE STANDARD TABLE OF pa0001,&lt;/P&gt;&lt;P&gt;       w_ctrlop TYPE ssfctrlop,&lt;/P&gt;&lt;P&gt;      w_compop TYPE ssfcompop,&lt;/P&gt;&lt;P&gt;      w_return TYPE ssfcrescl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM pa0001 INTO TABLE itab UP TO 5 ROWS.&lt;/P&gt;&lt;P&gt;SORT itab BY pernr.&lt;/P&gt;&lt;P&gt;DELETE ADJACENT DUPLICATES FROM itab COMPARING pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: control TYPE ssfctrlop,&lt;/P&gt;&lt;P&gt;control_parameters TYPE ssfctrlop,&lt;/P&gt;&lt;P&gt;output_options type SSFCOMPOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;control-preview = 'X'.&lt;/P&gt;&lt;P&gt;control-no_open = 'X'.&lt;/P&gt;&lt;P&gt;control-no_close = 'X'.&lt;/P&gt;&lt;P&gt;control-no_dialog = 'X'.&lt;/P&gt;&lt;P&gt;control-device = 'PRINTER'.&lt;/P&gt;&lt;P&gt;output_options-tddest = 'LOCL'.&lt;/P&gt;&lt;P&gt;OUTPUT_OPTIONS-TDNOPRINT = 'X'.&lt;/P&gt;&lt;P&gt;OUTPUT_OPTIONS-BCS_LANGU = SY-LANGU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SSF_OPEN'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   USER_SETTINGS            = ' '&lt;/P&gt;&lt;P&gt;   OUTPUT_OPTIONS           = output_options&lt;/P&gt;&lt;P&gt;   CONTROL_PARAMETERS       = control&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;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;output_options-tddest = 'LOCL'.&lt;/P&gt;&lt;P&gt;OUTPUT_OPTIONS-TDNOPRINT = 'X'.&lt;/P&gt;&lt;P&gt;OUTPUT_OPTIONS-BCS_LANGU = SY-LANGU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION '/1BCDWB/SF00000066'&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;/UL&gt;&lt;P&gt;   CONTROL_PARAMETERS         = control&lt;/P&gt;&lt;UL&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;/UL&gt;&lt;P&gt;   OUTPUT_OPTIONS             = output_options&lt;/P&gt;&lt;P&gt;   USER_SETTINGS              = ' '&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;  DOCUMENT_OUTPUT_INFO       =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  JOB_OUTPUT_INFO            = w_return&lt;/P&gt;&lt;/LI&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;  JOB_OUTPUT_OPTIONS         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&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;P&gt;CALL FUNCTION 'SSF_CLOSE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward points if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 05:25:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms-printing-multiple-pages/m-p/2439693#M545983</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2007-06-26T05:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Smartforms printing - multiple pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms-printing-multiple-pages/m-p/2439694#M545984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayanthi:&lt;/P&gt;&lt;P&gt;    Thanks for the response.But I still didn't get the way. Actually I want to generate multiple pages in smartforms.Each opage will be related to different vendor.For this what steps should I take?in the driver program &amp;amp;  in smartforms?please guide step by step. I'll really be thankful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 05:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms-printing-multiple-pages/m-p/2439694#M545984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T05:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Smartforms printing - multiple pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms-printing-multiple-pages/m-p/2439695#M545985</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;Hope you cehcked the link I had give.In that I had explained clearly how to pass the select-options as table input to smartform.&lt;/P&gt;&lt;P&gt;So you need to pass the select-options to smartform as explained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way is in your driver program, you can have select statement to get the vendor details in an internal table.Once the internal table is populated with data,export the data to smartform using tables parametrs.Here the table structure should be available globally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOrm Interfaces-&amp;gt;Tables&lt;/P&gt;&lt;P&gt;itab like structure_name&lt;/P&gt;&lt;P&gt;Then inside smartform,use tables to loop the internal table data and print the text elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link.Here I am expalining more about table concept.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3c5d9ae3-0501-0010-0090-bdfb2d458985" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3c5d9ae3-0501-0010-0090-bdfb2d458985&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 06:03:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms-printing-multiple-pages/m-p/2439695#M545985</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2007-06-26T06:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Smartforms printing - multiple pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms-printing-multiple-pages/m-p/2439696#M545986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayanthi:&lt;/P&gt;&lt;P&gt;    Kindly give me any no. on which I can talk to u.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 06:46:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms-printing-multiple-pages/m-p/2439696#M545986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T06:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Smartforms printing - multiple pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms-printing-multiple-pages/m-p/2439697#M545987</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 the print program, call the smartform FM in a loop for different vendors. Pass all the variable attributes i.e. Address of the vendor and the list items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to set the control parameters for the smartform so that the Print preview dialog box does not appear.&lt;/P&gt;&lt;P&gt;In CONTROL_PARAMETERS, set NO_DIALOG = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A different page will be created of each vendor in the same spool request as this is the only SF called in the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Navneet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 07:07:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms-printing-multiple-pages/m-p/2439697#M545987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T07:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Smartforms printing - multiple pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms-printing-multiple-pages/m-p/2439698#M545988</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;Logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : form_name TYPE rs38l_fnam,&lt;/P&gt;&lt;P&gt;DATA: control TYPE ssfctrlop,&lt;/P&gt;&lt;P&gt;control_parameters TYPE ssfctrlop,&lt;/P&gt;&lt;P&gt;output_options type SSFCOMPOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;control-no_dialog = 'X'.&lt;/P&gt;&lt;P&gt;control-device = 'PRINTER'.&lt;/P&gt;&lt;P&gt;output_options-tddest = 'LOCL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_vendor.&lt;/P&gt;&lt;P&gt;CALL FUNCTION form_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;/UL&gt;&lt;P&gt;CONTROL_PARAMETERS = control&lt;/P&gt;&lt;UL&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;/UL&gt;&lt;P&gt;OUTPUT_OPTIONS = output_options&lt;/P&gt;&lt;P&gt;USER_SETTINGS = ' '&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;DOCUMENT_OUTPUT_INFO =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;JOB_OUTPUT_INFO = w_return&lt;/P&gt;&lt;/LI&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;JOB_OUTPUT_OPTIONS =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;VENDOR_DETAILS = it_vendor&lt;/P&gt;&lt;P&gt;ITEM_LIST = it_item_list&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;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Navneet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 07:23:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms-printing-multiple-pages/m-p/2439698#M545988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T07:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Smartforms printing - multiple pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms-printing-multiple-pages/m-p/2439699#M545989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Navneet ..thanks for the help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 07:54:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms-printing-multiple-pages/m-p/2439699#M545989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T07:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Smartforms printing - multiple pages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms-printing-multiple-pages/m-p/2439700#M545990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Navneet:&lt;/P&gt;&lt;P&gt;   I tried but it didn't work..plz give me the steps of smartforms &amp;amp; complete coding..if possible....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 11:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-smartforms-printing-multiple-pages/m-p/2439700#M545990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T11:11:07Z</dc:date>
    </item>
  </channel>
</rss>

