<?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: what are program lines in smart forms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-program-lines-in-smart-forms/m-p/2983126#M704341</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;You can use the PROGRAM LINES node to calculate the page totals in Table node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Node has three sections:&lt;/P&gt;&lt;P&gt;Header: (Triggered once in the beginning of a page)&lt;/P&gt;&lt;P&gt;Create a Program lines node to reset the value of TOTAL to 0.&lt;/P&gt;&lt;P&gt;Main Area (For each row of internal table)&lt;/P&gt;&lt;P&gt;Create a Program lines node to add the Value to TOTAL&lt;/P&gt;&lt;P&gt;Footer (Triggered once in the End of a page)&lt;/P&gt;&lt;P&gt;Display the TOTAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: 1) You can declare the TOTAL variable in the GLOBAL Definitions under GLOBAL DATA.&lt;/P&gt;&lt;P&gt;2) In the PROGRAM lines always pass the TOTAL in both INPUT and OUTPUT parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward point if helpful.&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>Thu, 01 Nov 2007 14:13:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-01T14:13:08Z</dc:date>
    <item>
      <title>what are program lines in smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-program-lines-in-smart-forms/m-p/2983123#M704338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;what are program lines in smart forms ? what is the use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 13:25:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-program-lines-in-smart-forms/m-p/2983123#M704338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T13:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: what are program lines in smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-program-lines-in-smart-forms/m-p/2983124#M704339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;program lines in the smartform provide provision of writing ABAP code in SMARTFORMs...&lt;/P&gt;&lt;P&gt;one of the example for it can be use of counter.. you can define a variable in these program lines.. and increment it the loop so that you can have a count of the loop .. or record...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 13:27:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-program-lines-in-smart-forms/m-p/2983124#M704339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T13:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: what are program lines in smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-program-lines-in-smart-forms/m-p/2983125#M704340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the program lines in smartforms are use in the same way as we use ABAP editor...the only thing whatever variables or internal tables u are using in that program lines u need to mention thta in imput and output above...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want a particular variable or internal table to be used in future define that in output...else u define it in input....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ccab6730-0501-0010-ee84-de050a6cc287" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ccab6730-0501-0010-ee84-de050a6cc287&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 14:07:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-program-lines-in-smart-forms/m-p/2983125#M704340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T14:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: what are program lines in smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-program-lines-in-smart-forms/m-p/2983126#M704341</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;You can use the PROGRAM LINES node to calculate the page totals in Table node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Node has three sections:&lt;/P&gt;&lt;P&gt;Header: (Triggered once in the beginning of a page)&lt;/P&gt;&lt;P&gt;Create a Program lines node to reset the value of TOTAL to 0.&lt;/P&gt;&lt;P&gt;Main Area (For each row of internal table)&lt;/P&gt;&lt;P&gt;Create a Program lines node to add the Value to TOTAL&lt;/P&gt;&lt;P&gt;Footer (Triggered once in the End of a page)&lt;/P&gt;&lt;P&gt;Display the TOTAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: 1) You can declare the TOTAL variable in the GLOBAL Definitions under GLOBAL DATA.&lt;/P&gt;&lt;P&gt;2) In the PROGRAM lines always pass the TOTAL in both INPUT and OUTPUT parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward point if helpful.&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>Thu, 01 Nov 2007 14:13:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-program-lines-in-smart-forms/m-p/2983126#M704341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T14:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: what are program lines in smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-program-lines-in-smart-forms/m-p/2983127#M704342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://saptechnical.com/Tutorials/Smartforms/GlobalDefinitions/Define.htm" target="test_blank"&gt;http://saptechnical.com/Tutorials/Smartforms/GlobalDefinitions/Define.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 14:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-are-program-lines-in-smart-forms/m-p/2983127#M704342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T14:59:52Z</dc:date>
    </item>
  </channel>
</rss>

