<?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/3960142#M946062</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Bupi,&lt;/P&gt;&lt;P&gt;               now you now how to create the templete in window right?&lt;/P&gt;&lt;P&gt;once you create the templete split that according to your requirement,&lt;/P&gt;&lt;P&gt;then create a text for each segment of the templete and in text you assign the segment(i.e matrix 1,1 . 1,2).&lt;/P&gt;&lt;P&gt;now you drag and drop the variables names from the left bottom corner to the respective text boxs.&lt;/P&gt;&lt;P&gt;Take care while assigning the text into the segments of template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this is useful for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2008 04:57:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-28T04:57:20Z</dc:date>
    <item>
      <title>smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3960138#M946058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am working on smartforms kindly let me know how we insert data in templates means how to assign values to those templates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if i use cell in lines then how to assign alues to those diff cells .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards &lt;/P&gt;&lt;P&gt;bhupi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 03:40:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3960138#M946058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T03:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3960139#M946059</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;&lt;/P&gt;&lt;P&gt; After creating the template&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on it .It will open with attributes.Right side click on template tab.There under name gibve some name &lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name      From   to   Reference  Hight   Unit  1             Unit   2  Unit &lt;/P&gt;&lt;P&gt;Row1        1                 1             1     cm    material   cm    type cm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like that you can give required column name in 1 2 3 4 5 and respective units like cm ,mm , ch,in,pt,.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This units you have give adjust based on size of window....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. reward if useful.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 03:50:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3960139#M946059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T03:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3960140#M946060</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;Template is used when the number of lines to printed. For example if there is requirement to print date and time at top left corner of the page as below :&lt;/P&gt;&lt;P&gt;        &lt;/P&gt;&lt;P&gt;                                                                  Date : &amp;lt;Current date&amp;gt;&lt;/P&gt;&lt;P&gt;                                                                  Time : &amp;lt;Current Time&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you need to create a separate window and right click on that window and select template. Once template is created, double click on the template and at right side there is Table Painter button is there, click that, so that another screen open. In that you need to specify how many rows you want.As per example here you need to give 1 to 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to split the line type into number of columns you want. Here we need two columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that we need totally 4 cells. Hence we need to create 4 text-box and we also need to specify the text-box position, for that click on the text and give the text to be displayed and select the third tab(OUTPUT OPTION) on right side and give line and column number as (1,1) (1,2) (2,1) (2,2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 04:34:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3960140#M946060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T04:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3960141#M946061</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;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Check this,its a very good document,having step by step procedure&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html" target="test_blank"&gt;http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html&lt;/A&gt; &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="194860"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9b/e3b0d9c2a711d3b558006094192fe3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9b/e3b0d9c2a711d3b558006094192fe3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/sap-smart-forms.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/sap-smart-forms.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/smartforms_detail.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/smartforms_detail.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-press.com/downloads/h955_preview.pdf" target="test_blank"&gt;http://www.sap-press.com/downloads/h955_preview.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%samples/smartforms/smartform%20in%20abap.pdf" target="test_blank"&gt;https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%samples/smartforms/smartform%20in%20abap.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/smartforms/subroutine%20and%20select-option%20in%20smartform.pdf" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/smartforms/subroutine%20and%20select-option%20in%20smartform.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/sapsf001.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/sapsf001.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use templates when there are static number of rows and columns means if the rows does not increase in the run time based on the database records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to display the data from the database table which will be changing dynamically based on the number of records in the database table then u can choose the Tables option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 04:54:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3960141#M946061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T04:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3960142#M946062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Bupi,&lt;/P&gt;&lt;P&gt;               now you now how to create the templete in window right?&lt;/P&gt;&lt;P&gt;once you create the templete split that according to your requirement,&lt;/P&gt;&lt;P&gt;then create a text for each segment of the templete and in text you assign the segment(i.e matrix 1,1 . 1,2).&lt;/P&gt;&lt;P&gt;now you drag and drop the variables names from the left bottom corner to the respective text boxs.&lt;/P&gt;&lt;P&gt;Take care while assigning the text into the segments of template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this is useful for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 04:57:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3960142#M946062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T04:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3960143#M946063</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;   after creating the Template in a Window &lt;/P&gt;&lt;P&gt;   1. Double click on it&lt;/P&gt;&lt;P&gt;   2. a window for Template Opens&lt;/P&gt;&lt;P&gt;   3. assign a name for Template&lt;/P&gt;&lt;P&gt;   4. Right click on the Temple &lt;/P&gt;&lt;P&gt;   5. Create --&amp;gt; Text&lt;/P&gt;&lt;P&gt;   6. Goto &lt;STRONG&gt;Output Option&lt;/STRONG&gt; Tab for the Text&lt;/P&gt;&lt;P&gt;   7. assign the Value for &lt;STRONG&gt;Output Structure&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   8. when you create a template you will be creating the Rows and   &lt;/P&gt;&lt;P&gt;      Columns&lt;/P&gt;&lt;P&gt;   9. Based on the Columns to be displayed assign the Row no. and &lt;/P&gt;&lt;P&gt;       Column no. in &lt;STRONG&gt;Line and Column&lt;/STRONG&gt;  in Output structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   10. In general attributes  tab assign the text to be displayed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Template is not for looping Purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward me if its useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagulan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 05:05:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/3960143#M946063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T05:05:23Z</dc:date>
    </item>
  </channel>
</rss>

