<?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: form continuous printing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-continuous-printing/m-p/3480175#M836586</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 am developing a smart form in which the amc details are displayed.&lt;/P&gt;&lt;P&gt;the input given in the selection screen is doc num -vbeln.&lt;/P&gt;&lt;P&gt;in my print pgm i have used select options to get the vbeln range.&lt;/P&gt;&lt;P&gt;Now how do i passthis vbeln range to the smart form?&lt;/P&gt;&lt;P&gt;if its a parameter then i can pass it in smartform - &amp;gt; form interface -&amp;gt; import.&lt;/P&gt;&lt;P&gt;but for select-options,how can i pass it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also i need to know the procedure to print the range of doc numbers continuously.&lt;/P&gt;&lt;P&gt;the printout has to be taken continuously for the given range of vbeln in print pgm selection screen.&lt;/P&gt;&lt;P&gt;Eg: doc no is from 1 to 5 in select options,then doc no from 1 to 5 ie: 5 pages should get printed continuously if the LOCL is given and print button is clicked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz give me ur suggestion on this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;P.S.Chitra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Apr 2008 10:37:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-02T10:37:34Z</dc:date>
    <item>
      <title>form continuous printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-continuous-printing/m-p/3480172#M836583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Experts, &lt;/P&gt;&lt;P&gt;I developemed a smartform, BY that form  the records need  to be print continuously.&lt;/P&gt;&lt;P&gt;for example my internal i have 10 customers after i excute  for each customer the dialog command is displaying to print. when i press the print button it is printing one customer details and comming back again to dialog command to print.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want all these records to print continuously until the all customers finish.&lt;/P&gt;&lt;P&gt;is there any procedural steps to do this pls advise .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq.&lt;/P&gt;&lt;P&gt;points will be rewarde.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 06:21:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form-continuous-printing/m-p/3480172#M836583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T06:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: form continuous printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-continuous-printing/m-p/3480173#M836584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you have put function module in print program in a loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of this, pass the customer internal table to smartform function module tables parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside the smartform, create the windows inside the customer internal table loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 06:28:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form-continuous-printing/m-p/3480173#M836584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T06:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: form continuous printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-continuous-printing/m-p/3480174#M836585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of putting the Function Module generated by smartdoem into a loop of internal table ITAB(SAY) &lt;/P&gt;&lt;P&gt;loop on itab in the smartform itself,,,&lt;/P&gt;&lt;P&gt;I mean pass the IT to the smartform and then in the loop of ITAB u do ur previous logic &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awards points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 06:38:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form-continuous-printing/m-p/3480174#M836585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T06:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: form continuous printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-continuous-printing/m-p/3480175#M836586</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 am developing a smart form in which the amc details are displayed.&lt;/P&gt;&lt;P&gt;the input given in the selection screen is doc num -vbeln.&lt;/P&gt;&lt;P&gt;in my print pgm i have used select options to get the vbeln range.&lt;/P&gt;&lt;P&gt;Now how do i passthis vbeln range to the smart form?&lt;/P&gt;&lt;P&gt;if its a parameter then i can pass it in smartform - &amp;gt; form interface -&amp;gt; import.&lt;/P&gt;&lt;P&gt;but for select-options,how can i pass it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also i need to know the procedure to print the range of doc numbers continuously.&lt;/P&gt;&lt;P&gt;the printout has to be taken continuously for the given range of vbeln in print pgm selection screen.&lt;/P&gt;&lt;P&gt;Eg: doc no is from 1 to 5 in select options,then doc no from 1 to 5 ie: 5 pages should get printed continuously if the LOCL is given and print button is clicked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz give me ur suggestion on this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;P.S.Chitra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 10:37:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form-continuous-printing/m-p/3480175#M836586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T10:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: form continuous printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-continuous-printing/m-p/3480176#M836587</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 also faced exactly same problem so I have solid solution &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have to just play with the CONTROL_PARAMETERS   of the FM .&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;amp;#61656;	Count the number of records in that internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        DESCRIBE TABLE itab LINES g_lines.&lt;/P&gt;&lt;P&gt;&amp;amp;#61656;	Populate structure X_CONTROL_PARAMETERS.&lt;/P&gt;&lt;P&gt;        Set a counter count.&lt;/P&gt;&lt;P&gt;         &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Count = count + 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  If  count = 1.&lt;/P&gt;&lt;P&gt;      x_control_parameters-no_close = &amp;#145;X&amp;#146;.&lt;/P&gt;&lt;P&gt;  Else.&lt;/P&gt;&lt;P&gt;          x_control_parameters-no_open   = 'X'.&lt;/P&gt;&lt;P&gt;          x_control_parameters-no_close  = 'X'.&lt;/P&gt;&lt;P&gt;  Endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   If Count = g_lines.&lt;/P&gt;&lt;P&gt;        CLEAR x_control_parameters-no_close. &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 p_fmname&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_PARAMETERS =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   CONTROL_PARAMETERS   = X_CONTROL_PARAMETERS&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;LI level="1" type="ul"&gt;&lt;P&gt;  OUTPUT_OPTIONS =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   USER_SETTINGS        = &amp;#145;X&amp;#146;&lt;/P&gt;&lt;P&gt;   V_SPRAS              = G_SPRAS&lt;/P&gt;&lt;P&gt;   IS_AR_DATA           = P_ADR_DATA&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;   &amp;lt;error handling&amp;gt;&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;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 11:05:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form-continuous-printing/m-p/3480176#M836587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T11:05:08Z</dc:date>
    </item>
  </channel>
</rss>

