<?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 is the difference between parameter and parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-parameter-and-parameters/m-p/1518604#M238406</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note :Please close the thread if the question is answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Aug 2006 05:46:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-15T05:46:56Z</dc:date>
    <item>
      <title>what is the difference between parameter and parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-parameter-and-parameters/m-p/1518600#M238402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everybody&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the exact difference between parameter and parameters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 05:31:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-parameter-and-parameters/m-p/1518600#M238402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-15T05:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between parameter and parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-parameter-and-parameters/m-p/1518601#M238403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure in which context you are asking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS is a key word to declare parameters for the report's selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same term is also used in the context of subroutines / function modules / methods-classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note :Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 05:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-parameter-and-parameters/m-p/1518601#M238403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-15T05:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between parameter and parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-parameter-and-parameters/m-p/1518602#M238404</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;As far as selection-screens are concerned, the word PARAMETERS and PARAMETER is the same. I just tried it. Below is an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**&lt;STRONG&gt;PARAMETERS&lt;/STRONG&gt;**&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_bukrs TYPE t001-bukrs OBLIGATORY,&lt;/P&gt;&lt;P&gt;            p_asof  TYPE bsis-budat OBLIGATORY,&lt;/P&gt;&lt;P&gt;            p_year  TYPE bsis-gjahr OBLIGATORY.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_hkont FOR bsis-hkont NO INTERVALS OBLIGATORY.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**&lt;STRONG&gt;PARAMETER&lt;/STRONG&gt;**&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;PARAMETER:  p_bukrs TYPE t001-bukrs OBLIGATORY,&lt;/P&gt;&lt;P&gt;            p_asof  TYPE bsis-budat OBLIGATORY,&lt;/P&gt;&lt;P&gt;            p_year  TYPE bsis-gjahr OBLIGATORY.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_hkont FOR bsis-hkont NO INTERVALS OBLIGATORY.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Please award points for useful answers by clicking on the star on the left.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 05:37:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-parameter-and-parameters/m-p/1518602#M238404</guid>
      <dc:creator>aris_hidalgo</dc:creator>
      <dc:date>2006-08-15T05:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between parameter and parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-parameter-and-parameters/m-p/1518603#M238405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am asking interms of selection screen only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 05:45:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-parameter-and-parameters/m-p/1518603#M238405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-15T05:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between parameter and parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-parameter-and-parameters/m-p/1518604#M238406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note :Please close the thread if the question is answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 05:46:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-parameter-and-parameters/m-p/1518604#M238406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-15T05:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: what is the difference between parameter and parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-parameter-and-parameters/m-p/1518605#M238407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;basically there are no difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 05:49:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-difference-between-parameter-and-parameters/m-p/1518605#M238407</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-08-15T05:49:48Z</dc:date>
    </item>
  </channel>
</rss>

