<?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: programline in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/programline/m-p/2685617#M621091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surendra..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any field that we use in the code must be either in INPUT or OUTPUT&lt;/P&gt;&lt;P&gt;The INPUT parameters are the fields that are &amp;lt;b&amp;gt;READ&amp;lt;/b&amp;gt; in the Code.&lt;/P&gt;&lt;P&gt;The OUTPUT parameters are the fields that are &amp;lt;b&amp;gt;Returned&amp;lt;/b&amp;gt;  by the Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input: A , B &lt;/P&gt;&lt;P&gt;Output : C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code: &lt;/P&gt;&lt;P&gt;            C = A * B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Code returns the Product of A and B in the Form of C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the Same field is given in both INPUT and OUTPUT , that means it will be READ as well as MODIFIED and RETURNED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2007 09:31:42 GMT</pubDate>
    <dc:creator>varma_narayana</dc:creator>
    <dc:date>2007-08-22T09:31:42Z</dc:date>
    <item>
      <title>programline</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programline/m-p/2685615#M621089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guru's,&lt;/P&gt;&lt;P&gt;in smart form desining, if we go for program line their we will find inputparameter, output parameters. what is the use of these parameters.&lt;/P&gt;&lt;P&gt;explaine me brief.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 09:27:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programline/m-p/2685615#M621089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T09:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: programline</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programline/m-p/2685616#M621090</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;Even if the programline coding makes use of form interface fields or global fields,&lt;/P&gt;&lt;P&gt;you still have to make them known to the  programline coding. Enter those fields&lt;/P&gt;&lt;P&gt;that you read from under Input Parameters, and those that you set under Output Parameters. You can also work with local variables that you create with the DATA&lt;/P&gt;&lt;P&gt;statement.&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;Sankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 09:30:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programline/m-p/2685616#M621090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T09:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: programline</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programline/m-p/2685617#M621091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surendra..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any field that we use in the code must be either in INPUT or OUTPUT&lt;/P&gt;&lt;P&gt;The INPUT parameters are the fields that are &amp;lt;b&amp;gt;READ&amp;lt;/b&amp;gt; in the Code.&lt;/P&gt;&lt;P&gt;The OUTPUT parameters are the fields that are &amp;lt;b&amp;gt;Returned&amp;lt;/b&amp;gt;  by the Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input: A , B &lt;/P&gt;&lt;P&gt;Output : C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code: &lt;/P&gt;&lt;P&gt;            C = A * B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Code returns the Product of A and B in the Form of C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the Same field is given in both INPUT and OUTPUT , that means it will be READ as well as MODIFIED and RETURNED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 09:31:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programline/m-p/2685617#M621091</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-08-22T09:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: programline</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programline/m-p/2685618#M621092</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;During &amp;lt;b&amp;gt;initialization&amp;lt;/b&amp;gt;, data coming from the program can be changed before it&lt;/P&gt;&lt;P&gt;is sent to the form. In forms that have not been migrated from Smart Forms,&lt;/P&gt;&lt;P&gt;initialization is the only time when ABAP coding can be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if the initialization coding makes use of form interface fields or global fields,&lt;/P&gt;&lt;P&gt;you still have to make them known to the initialization coding. Enter those fields&lt;/P&gt;&lt;P&gt;that you read from under Input Parameters, and those that you set under OutputParameters. You can also work with local variables that you create with the &amp;lt;b&amp;gt;DATA&amp;lt;/b&amp;gt; statement. Note, however, that these local variables are not known outside theinitialization coding. In particular, they cannot be used in the form layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The distinction between input parameters and output parameters is made only for&lt;/P&gt;&lt;P&gt;structuring purposes. It has no effect on the potential for modifying parameters,&lt;/P&gt;&lt;P&gt;as both input and output parameters are passed to the initialization coding by&lt;/P&gt;&lt;P&gt;reference. As a consequence, changes of input parameters are permanent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Omkar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 09:33:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programline/m-p/2685618#M621092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T09:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: programline</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programline/m-p/2685619#M621093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program line node is nothing but a Subroutine in our normal programs.&lt;/P&gt;&lt;P&gt;ie, when smartform gets activated, one function module gets generated, in the function module, these program lines are treated as subroutine, and those input and output parameters are the input and output values coming in and going out of the subrounte respectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input parameters are the varibles which are declared globally in the smartform and can be used in the program lines. without passing the varaibles, we cant use them in the program lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output parameters are the varaibles , that are declared globally and they are output coming out from the subroutine, and these parameters are not mandatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you understood the concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 09:33:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programline/m-p/2685619#M621093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T09:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: programline</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programline/m-p/2685620#M621094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FGeeeeeeeeeeeeee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 09:52:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programline/m-p/2685620#M621094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T09:52:49Z</dc:date>
    </item>
  </channel>
</rss>

