<?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: want to export data from program to smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-export-data-from-program-to-smartforms/m-p/7457755#M1553597</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have pass single value dat1 to smartform from driver program without appending it to internal table.&lt;/P&gt;&lt;P&gt;SORRY I am new to abap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Nov 2010 19:02:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-30T19:02:16Z</dc:date>
    <item>
      <title>want to export data from program to smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-export-data-from-program-to-smartforms/m-p/7457752#M1553594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert,&lt;/P&gt;&lt;P&gt; i have to display Contract Expiry Date in Delivery report of SD. The report showing data in smartforms which is getting printed in pre print paper. I have to show Conrtact End date as Expiry Date so i used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE VBELV FROM VBFA INTO DOCN&lt;/P&gt;&lt;P&gt;  WHERE VBELN IN S_VBELN&lt;/P&gt;&lt;P&gt;  AND VBTYP_N = 'J'&lt;/P&gt;&lt;P&gt;  AND VBTYP_V = 'C'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE VGBEL FROM VBAP INTO SNO&lt;/P&gt;&lt;P&gt;  WHERE VBELN = DOCN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE GUEEN FROM VBAK INTO DAT1&lt;/P&gt;&lt;P&gt;  WHERE VBELN = SNO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want not to append the it_final table (final interbal table filled with data to show) export the from SSF_FUNCTION_MODULE_NAME&lt;/P&gt;&lt;P&gt; to smartform. I want to know how to do it, here i have to import dat1 variable which is saving the end date. In which parameter should export it to smart form. Please write the SSF_FUNCTION_MODULE_NAME with parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 18:38:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-export-data-from-program-to-smartforms/m-p/7457752#M1553594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-30T18:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: want to export data from program to smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-export-data-from-program-to-smartforms/m-p/7457753#M1553595</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;SSF_FUNCTION_MODULE_NAME returns the function name generated from smartform, so it's useless to transfer some data to smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to run transaction SMARTFORMS in order to change the interface of your smartform: here you need to create a new import parameters for your new data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can also place all the code into the smartform, in this way you don't need to use the interface to transfer them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 18:45:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-export-data-from-program-to-smartforms/m-p/7457753#M1553595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-30T18:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: want to export data from program to smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-export-data-from-program-to-smartforms/m-p/7457754#M1553596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is very basic question,you can refer to Smartform section of ABAP wiki    &lt;A href="http://wiki.sdn.sap.com/wiki/display/ABAP/Smart+Forms" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/ABAP/Smart+Forms&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 18:47:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-export-data-from-program-to-smartforms/m-p/7457754#M1553596</guid>
      <dc:creator>tushar_shukla</dc:creator>
      <dc:date>2010-11-30T18:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: want to export data from program to smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-export-data-from-program-to-smartforms/m-p/7457755#M1553597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have pass single value dat1 to smartform from driver program without appending it to internal table.&lt;/P&gt;&lt;P&gt;SORRY I am new to abap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 19:02:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-export-data-from-program-to-smartforms/m-p/7457755#M1553597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-30T19:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: want to export data from program to smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-export-data-from-program-to-smartforms/m-p/7457756#M1553598</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;You have 2 solution, juast as I've explained before&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A) Or you change the interface of smartform in order to add a new parameter for DAT1&lt;/P&gt;&lt;P&gt;B) Or you get DAT1 into smartform so without to transfer it from driver program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run transaction SMARTFORMS to change your smartform for both solutions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 19:12:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-export-data-from-program-to-smartforms/m-p/7457756#M1553598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-30T19:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: want to export data from program to smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-export-data-from-program-to-smartforms/m-p/7457757#M1553599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem, go thorough the earlier suggestions and links.You will get your answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 19:14:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-export-data-from-program-to-smartforms/m-p/7457757#M1553599</guid>
      <dc:creator>tushar_shukla</dc:creator>
      <dc:date>2010-11-30T19:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: want to export data from program to smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-export-data-from-program-to-smartforms/m-p/7457758#M1553600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bianchi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Dec 2010 07:22:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/want-to-export-data-from-program-to-smartforms/m-p/7457758#M1553600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-01T07:22:01Z</dc:date>
    </item>
  </channel>
</rss>

