<?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: smartforms.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2061694#M426209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shive you can achive this be passing the Outputoptions-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;scripts&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ITCPO-TDNOPREV = 'X'.
CALL FUNCTION 'OPEN_FORM'
  EXPORTING
    DEVICE   = 'PRINTER'
    DIALOG   = ''
    FORM     = '............'
    LANGUAGE = SY-LANGU
    OPTIONS  = ITCPO
  EXCEPTIONS
    CANCELED = 1
    DEVICE   = 2
    FORM     = 3
    OPTIONS  = 4
    UNCLOSED = 5
    OTHERS   = 6.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;for the smartforms&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;   
 ls_composer_param-TDNOPREV = 'X'
ls_control_param-NO_DIALOG = 'X'
   CALL FUNCTION lf_fm_name
           EXPORTING
                      archive_index        = toa_dara
                      archive_parameters   = arc_params
                      control_parameters   = ls_control_param
*                 mail_appl_obj        =
                      mail_recipient       = ls_recipient
                      mail_sender          = ls_sender
                      output_options       = ls_composer_param
                      user_settings        = space
                      is_bil_invoice       = ls_bil_invoice
                      is_nast              = nast
                      is_repeat            = repeat&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Close this thread.. when u r problem is solved&lt;/P&gt;&lt;P&gt;Reward if Helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Naresh Reddy K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Mar 2007 13:37:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-08T13:37:59Z</dc:date>
    <item>
      <title>smartforms..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2061690#M426205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I DONT WANT THE PRINT PREVIEW SCREEN TO BE APPEARED WHENEVER I EXECUTE A SMARTFORM OR A SCRIPT.&lt;/P&gt;&lt;P&gt;I WANT TO SKIP THE PRINT PREVIEW SCREEN ? CAN ANYONE GIVE THE REPLY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 13:27:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2061690#M426205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T13:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2061691#M426206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thats a customizing thing, ask your councelors about that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Florian Kemmer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 13:31:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2061691#M426206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T13:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2061692#M426207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;got to messages screen of the Application document (PO or Sales Order or Invoice) and select the Output type&lt;/P&gt;&lt;P&gt;Select and press Communication Method&lt;/P&gt;&lt;P&gt;Check the PRINT IMMEDIATELY check box&lt;/P&gt;&lt;P&gt;come back and press FURTHER DATA&lt;/P&gt;&lt;P&gt;there will be 4 options for despatch time&lt;/P&gt;&lt;P&gt;select SEND IMMEDIATELy&lt;/P&gt;&lt;P&gt;This will straight away print the Smartform.&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>Thu, 08 Mar 2007 13:32:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2061692#M426207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T13:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2061693#M426208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiva,&lt;/P&gt;&lt;P&gt;  If you have control over the print program (To change it if it is a z program), then &lt;/P&gt;&lt;P&gt;you have to set the &lt;/P&gt;&lt;P&gt;CONTROL_PARAMS-PREVIEW = space. &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 13:33:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2061693#M426208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T13:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2061694#M426209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi shive you can achive this be passing the Outputoptions-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;scripts&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ITCPO-TDNOPREV = 'X'.
CALL FUNCTION 'OPEN_FORM'
  EXPORTING
    DEVICE   = 'PRINTER'
    DIALOG   = ''
    FORM     = '............'
    LANGUAGE = SY-LANGU
    OPTIONS  = ITCPO
  EXCEPTIONS
    CANCELED = 1
    DEVICE   = 2
    FORM     = 3
    OPTIONS  = 4
    UNCLOSED = 5
    OTHERS   = 6.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;for the smartforms&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;   
 ls_composer_param-TDNOPREV = 'X'
ls_control_param-NO_DIALOG = 'X'
   CALL FUNCTION lf_fm_name
           EXPORTING
                      archive_index        = toa_dara
                      archive_parameters   = arc_params
                      control_parameters   = ls_control_param
*                 mail_appl_obj        =
                      mail_recipient       = ls_recipient
                      mail_sender          = ls_sender
                      output_options       = ls_composer_param
                      user_settings        = space
                      is_bil_invoice       = ls_bil_invoice
                      is_nast              = nast
                      is_repeat            = repeat&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Close this thread.. when u r problem is solved&lt;/P&gt;&lt;P&gt;Reward if Helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Naresh Reddy K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 13:37:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2061694#M426209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T13:37:59Z</dc:date>
    </item>
  </channel>
</rss>

