<?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: smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3040423#M719555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first of all if the data is coming from differnet tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then create a structure in the se11 transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in your driver prog fill that internal table accordingly...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then in the form interface -- tables tab &lt;/P&gt;&lt;P&gt;you have to declare that internal table&lt;/P&gt;&lt;P&gt;itab like zstructure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and put in main window&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in that data &lt;/P&gt;&lt;P&gt;give loop here one check box will be ther and tick it&lt;/P&gt;&lt;P&gt;and then&lt;/P&gt;&lt;P&gt;itab into itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and create the template and divde the template that many parts&lt;/P&gt;&lt;P&gt;as you have the fields&lt;/P&gt;&lt;P&gt;and create that many text elements and display the data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is with in the smartform and you dont have the driver prog&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare the structure in the types tab which is availabe in &lt;/P&gt;&lt;P&gt;global declarations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you can write the program lines there and get the data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Nov 2007 12:55:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-12T12:55:29Z</dc:date>
    <item>
      <title>smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3040420#M719552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi how can i display the data from db in smartform&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2007 07:19:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3040420#M719552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-08T07:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3040421#M719553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to create a driving program, read the data from the database, and call the function module(generated during the activation of the smartform), send the data to smartform in this FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 12:45:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3040421#M719553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-12T12:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3040422#M719554</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 to the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap-img.com/smartforms/smartform-tutorial.htm" target="test_blank"&gt;http://sap-img.com/smartforms/smartform-tutorial.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&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;Sipra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 12:52:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3040422#M719554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-12T12:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3040423#M719555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first of all if the data is coming from differnet tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then create a structure in the se11 transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in your driver prog fill that internal table accordingly...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then in the form interface -- tables tab &lt;/P&gt;&lt;P&gt;you have to declare that internal table&lt;/P&gt;&lt;P&gt;itab like zstructure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and put in main window&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in that data &lt;/P&gt;&lt;P&gt;give loop here one check box will be ther and tick it&lt;/P&gt;&lt;P&gt;and then&lt;/P&gt;&lt;P&gt;itab into itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and create the template and divde the template that many parts&lt;/P&gt;&lt;P&gt;as you have the fields&lt;/P&gt;&lt;P&gt;and create that many text elements and display the data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is with in the smartform and you dont have the driver prog&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare the structure in the types tab which is availabe in &lt;/P&gt;&lt;P&gt;global declarations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you can write the program lines there and get the data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 12:55:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3040423#M719555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-12T12:55:29Z</dc:date>
    </item>
  </channel>
</rss>

