<?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: smart forms. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1749575#M325028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you can do this with Smartform if you would like that approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you need to follow a path something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create an ABAP "driver" program that invokes the desgned Smartform form. This can be a normal ABAP report if you like and can be "submitted" from any other report if this may be the case. Search for "smartforms abap" in SDN for example or have a look at ABAP programs SF_EXAMPLE_01/02/03/04.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Design your Smartform form as needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. To handle the BW "integration" - There is an good instruction here by Durairaj Athavan Raja handling BW Query from ABAP source:&amp;lt;a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/43db5ee1-0701-0010-2d90-c3b991eb616c"&amp;gt;Execute BW Query using ABAP&amp;lt;/a&amp;gt;. Also have a look at this blog by Raja as well: &amp;lt;a href="/people/durairaj.athavanraja/blog/2005/12/05/execute-bw-query-using-abap-part-iii BW query using ABAP Part III&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Parameters can be asked for in the Smartform ABAP code if you like or earlier when in the ABAP driver program. In the latter case you must pass these parameters to the Smartform created function module of course. Here you can use some FM like POPUP* if you are starting this in SAPGUI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There might be other options like Adobe Forms replacing Smartforms if you have access to a 2004s system but the above should still be some good guidelines. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done something similar with Smartform although not accessing BW/BI. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Johan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Dec 2006 15:00:16 GMT</pubDate>
    <dc:creator>reedtzj</dc:creator>
    <dc:date>2006-12-13T15:00:16Z</dc:date>
    <item>
      <title>smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1749574#M325027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a requirement similar to the MS Word Merge feature. It's a letter we have to print out in which data from an ODS in BW has to be merged. What is the best approach to this? Can this be done using smartforms? I wanted to confirm it before taking the smart forms approach. &lt;/P&gt;&lt;P&gt;Example of what I am trying to do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dear Field1,&lt;/P&gt;&lt;P&gt;The old address of your payment location was Field2. The new address is Field3.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, the three field names come from an ODS/Cube and they have to be merged to this letter. There should also be an option where the user can enter a parameter for which there is a corresponding field in ODS (say data parameter - 0CALMONTH). Please let me know what the best approach to this is. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 13:36:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1749574#M325027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T13:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1749575#M325028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you can do this with Smartform if you would like that approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you need to follow a path something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create an ABAP "driver" program that invokes the desgned Smartform form. This can be a normal ABAP report if you like and can be "submitted" from any other report if this may be the case. Search for "smartforms abap" in SDN for example or have a look at ABAP programs SF_EXAMPLE_01/02/03/04.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Design your Smartform form as needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. To handle the BW "integration" - There is an good instruction here by Durairaj Athavan Raja handling BW Query from ABAP source:&amp;lt;a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/43db5ee1-0701-0010-2d90-c3b991eb616c"&amp;gt;Execute BW Query using ABAP&amp;lt;/a&amp;gt;. Also have a look at this blog by Raja as well: &amp;lt;a href="/people/durairaj.athavanraja/blog/2005/12/05/execute-bw-query-using-abap-part-iii BW query using ABAP Part III&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Parameters can be asked for in the Smartform ABAP code if you like or earlier when in the ABAP driver program. In the latter case you must pass these parameters to the Smartform created function module of course. Here you can use some FM like POPUP* if you are starting this in SAPGUI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There might be other options like Adobe Forms replacing Smartforms if you have access to a 2004s system but the above should still be some good guidelines. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done something similar with Smartform although not accessing BW/BI. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Johan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 15:00:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/1749575#M325028</guid>
      <dc:creator>reedtzj</dc:creator>
      <dc:date>2006-12-13T15:00:16Z</dc:date>
    </item>
  </channel>
</rss>

