<?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 smartform attachment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-attachment/m-p/5867011#M1322613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need one help, my requirement is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my Z program have selecting selection screen and based on the input entered in screen,&lt;/P&gt;&lt;P&gt;samrtform is callied...till this is it done. now they want to see in smartform in print prview &lt;/P&gt;&lt;P&gt;and if it is ok than it is send as email attachment to user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly tell me how that print prview and email work simultaneously.&lt;/P&gt;&lt;P&gt;it is going as attachmet but not coming in print preview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jul 2009 07:18:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-15T07:18:54Z</dc:date>
    <item>
      <title>smartform attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-attachment/m-p/5867011#M1322613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need one help, my requirement is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my Z program have selecting selection screen and based on the input entered in screen,&lt;/P&gt;&lt;P&gt;samrtform is callied...till this is it done. now they want to see in smartform in print prview &lt;/P&gt;&lt;P&gt;and if it is ok than it is send as email attachment to user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly tell me how that print prview and email work simultaneously.&lt;/P&gt;&lt;P&gt;it is going as attachmet but not coming in print preview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 07:18:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-attachment/m-p/5867011#M1322613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-15T07:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: smartform attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-attachment/m-p/5867012#M1322614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Anjali ,&lt;/P&gt;&lt;P&gt;you need to pass the following parameters to the FM of the smart form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROL_PARAMETERS-PREVIEW = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see this link for print priview &lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1387436"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and then use this output to be attach and to send as email using FM SO_DOCUMENT_SEND_API1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 07:28:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-attachment/m-p/5867012#M1322614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-15T07:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: smartform attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-attachment/m-p/5867013#M1322615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer the below thread....it says how to preview the smartform when called...........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I make the Smart Forms to display a print preview by default without displaying the popup for print parameters?&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.sdn.sap.com/wiki/display/ABAP/Smart+Forms?showChildren=false" target="test_blank"&gt;https://wiki.sdn.sap.com/wiki/display/ABAP/Smart+Forms?showChildren=false&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can do is, keep a button in the application tollbar...which says to Email...&lt;/P&gt;&lt;P&gt;Once the button is clicked, the email should go....&lt;/P&gt;&lt;P&gt;Please refer the below thread for sending the smartform as attachment..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.sdn.sap.com/wiki/display/Snippets/Smartform" target="test_blank"&gt;https://wiki.sdn.sap.com/wiki/display/Snippets/Smartform&lt;/A&gt;&lt;EM&gt;to&lt;/EM&gt;Mail&lt;EM&gt;as&lt;/EM&gt;PDF+attachment&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.sdn.sap.com/wiki/display/Snippets/Convert" target="test_blank"&gt;https://wiki.sdn.sap.com/wiki/display/Snippets/Convert&lt;/A&gt;&lt;EM&gt;Smartform&lt;/EM&gt;to&lt;EM&gt;PDF&lt;/EM&gt;format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 07:34:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-attachment/m-p/5867013#M1322615</guid>
      <dc:creator>former_member212005</dc:creator>
      <dc:date>2009-07-15T07:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: smartform attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-attachment/m-p/5867014#M1322616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is this issue solved or still in open?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2011 07:59:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-attachment/m-p/5867014#M1322616</guid>
      <dc:creator>koolspy_ultimate</dc:creator>
      <dc:date>2011-05-10T07:59:48Z</dc:date>
    </item>
  </channel>
</rss>

