<?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 HELP REQUIRED FOR AMRTFORMS... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-required-for-amrtforms/m-p/2620094#M601632</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a requirement ..&lt;/P&gt;&lt;P&gt;in the smartform application..user doesnt want the print pre-view screen.&lt;/P&gt;&lt;P&gt;The requirement is ,after F8 control directly goes to the printer..from the program. and Printer Priview screen doesnot appears in between..&lt;/P&gt;&lt;P&gt;Thanks in advance.....&lt;/P&gt;&lt;P&gt;Regards...&lt;/P&gt;&lt;P&gt;lakhan.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2007 11:20:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-01T11:20:32Z</dc:date>
    <item>
      <title>HELP REQUIRED FOR AMRTFORMS...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-required-for-amrtforms/m-p/2620094#M601632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a requirement ..&lt;/P&gt;&lt;P&gt;in the smartform application..user doesnt want the print pre-view screen.&lt;/P&gt;&lt;P&gt;The requirement is ,after F8 control directly goes to the printer..from the program. and Printer Priview screen doesnot appears in between..&lt;/P&gt;&lt;P&gt;Thanks in advance.....&lt;/P&gt;&lt;P&gt;Regards...&lt;/P&gt;&lt;P&gt;lakhan.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 11:20:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-required-for-amrtforms/m-p/2620094#M601632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T11:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: HELP REQUIRED FOR AMRTFORMS...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-required-for-amrtforms/m-p/2620095#M601633</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;Refer te example SF_EXAMPLE_03 for checking how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
output_options-TDNEWID = 'X'.
output_options-TDDEST = 'LP01'.
output_options-TDIMMED = 'X'.

and 

control_param-NO_DIALOG ='X'.   " You need to set this one to suppress the pop up

my function module of smartform is 

CALL FUNCTION fmname
EXPORTING
* ARCHIVE_INDEX =
* ARCHIVE_INDEX_TAB =
* ARCHIVE_PARAMETERS =
CONTROL_PARAMETERS = control_param
* MAIL_APPL_OBJ =
* MAIL_RECIPIENT =
* MAIL_SENDER =
OUTPUT_OPTIONS = output_options
* USER_SETTINGS = 'X'
imp_lifnr = '100073'
validity_date = sy-datum
* IMPORTING
* DOCUMENT_OUTPUT_INFO =
* JOB_OUTPUT_INFO =
* JOB_OUTPUT_OPTIONS =
* EMAILID =
* EXCEPTIONS
* FORMATTING_ERROR = 1
* INTERNAL_ERROR = 2
* SEND_ERROR = 3
* USER_CANCELED = 4
* OTHERS = 5.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 11:23:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-required-for-amrtforms/m-p/2620095#M601633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T11:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: HELP REQUIRED FOR AMRTFORMS...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-required-for-amrtforms/m-p/2620096#M601634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the FM which you use in the driver program,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the NO-DIALOG eq 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 11:24:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-required-for-amrtforms/m-p/2620096#M601634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T11:24:21Z</dc:date>
    </item>
  </channel>
</rss>

