<?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 question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-question/m-p/3746393#M901384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Define a fied symbol say &amp;lt;FS&amp;gt; in the global definitions field symbols type the structure of your internal table.&lt;/P&gt;&lt;P&gt;2. Creata a table under the Main Window in the smart form.&lt;/P&gt;&lt;P&gt;3. In the Data tab of the table check internal table and assign it to the field symbol &amp;lt;FS&amp;gt;&lt;/P&gt;&lt;P&gt;4. Now in the table main area create a table line .&lt;/P&gt;&lt;P&gt;5. You can create a text  under each cellline for your 6 columns .&lt;/P&gt;&lt;P&gt;6. Give each field value in each text. like &amp;lt;FS&amp;gt;-field1, &amp;lt;FS&amp;gt;-field2,...&lt;/P&gt;&lt;P&gt;7. For barcodes use the B1 character format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Suchitra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 May 2008 18:19:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-07T18:19:56Z</dc:date>
    <item>
      <title>smartform question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-question/m-p/3746388#M901379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to create a smart form,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have an internal table which has 6 columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these data has to be shown in the smartform,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but aftyer each row, a horizontal line should appear.&lt;/P&gt;&lt;P&gt;and also  the 4th and 6th column values should appear as barcodes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i have a slight idea of how to handle barcodes ,but how to put a horizontal line afetr displaying each row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 17:14:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-question/m-p/3746388#M901379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T17:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: smartform question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-question/m-p/3746389#M901380</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;use  sy-uline for horizantal line between each field so that u will get a horizantal number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use template there u can use the horizantal lines i think.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward me if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 17:20:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-question/m-p/3746389#M901380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T17:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: smartform question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-question/m-p/3746390#M901381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sanjana ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just think it , can you write a line at the end of a table line for every row in a genefal program..once think it and ask the the requirement is....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 17:21:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-question/m-p/3746390#M901381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T17:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: smartform question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-question/m-p/3746391#M901382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i thank you people for your time,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to print in the smartform, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one customer number his matnr, his other detail, and a barcode,&lt;/P&gt;&lt;P&gt;after thsi we draw a line, &lt;/P&gt;&lt;P&gt;then we display the same details of another customer.&lt;/P&gt;&lt;P&gt;after thsi we draw a line, &lt;/P&gt;&lt;P&gt;then we display the same details of another customer.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it was a report program, &lt;/P&gt;&lt;P&gt;after every write stmt we could have kept a sy-uline  in teh loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but is it possible in smart form  to loop around a set of program lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 17:39:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-question/m-p/3746391#M901382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T17:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: smartform question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-question/m-p/3746392#M901383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sanjana ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         listen one thing you requirement is like you had a table of 10 lines means the table is a continious structure ...the ten lines are assembled with out no gaps the data may be place inbetween the lines .then how can you put a underline at end of every line..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 18:13:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-question/m-p/3746392#M901383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T18:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: smartform question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-question/m-p/3746393#M901384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Define a fied symbol say &amp;lt;FS&amp;gt; in the global definitions field symbols type the structure of your internal table.&lt;/P&gt;&lt;P&gt;2. Creata a table under the Main Window in the smart form.&lt;/P&gt;&lt;P&gt;3. In the Data tab of the table check internal table and assign it to the field symbol &amp;lt;FS&amp;gt;&lt;/P&gt;&lt;P&gt;4. Now in the table main area create a table line .&lt;/P&gt;&lt;P&gt;5. You can create a text  under each cellline for your 6 columns .&lt;/P&gt;&lt;P&gt;6. Give each field value in each text. like &amp;lt;FS&amp;gt;-field1, &amp;lt;FS&amp;gt;-field2,...&lt;/P&gt;&lt;P&gt;7. For barcodes use the B1 character format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Suchitra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 18:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-question/m-p/3746393#M901384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T18:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: smartform question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-question/m-p/3746394#M901385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i have not mistaken u have to print the details in the form a table, right!!?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if that is the case, hope u have all data in the internal table&lt;/P&gt;&lt;P&gt;just u need to create a table in the smartform.&lt;/P&gt;&lt;P&gt;click on main(any window u want)&lt;/P&gt;&lt;P&gt;              -&amp;gt;create-&amp;gt;table.&lt;/P&gt;&lt;P&gt;then u can see table painter window.&lt;/P&gt;&lt;P&gt;click on Details button on the right hand side&lt;/P&gt;&lt;P&gt;divide the table line into differnt columns according to your requirement&lt;/P&gt;&lt;P&gt;and again come back to table painter&lt;/P&gt;&lt;P&gt;now in the table painter window u can see the columns of the ur table&lt;/P&gt;&lt;P&gt;then select each column and select the boarders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps u&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 18:56:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-question/m-p/3746394#M901385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T18:56:55Z</dc:date>
    </item>
  </channel>
</rss>

