<?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 OPTIONAL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/optional/m-p/2414510#M538825</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can any one send a small note on optional keyword in abap-oops.its urgentplz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2007 10:43:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-29T10:43:03Z</dc:date>
    <item>
      <title>OPTIONAL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/optional/m-p/2414510#M538825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can any one send a small note on optional keyword in abap-oops.its urgentplz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 10:43:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/optional/m-p/2414510#M538825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T10:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: OPTIONAL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/optional/m-p/2414511#M538826</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 OPTIONAL or DEFAULT to define input parameters and input/output parameters as optional parameters, where you can use DEFAULT to specify a replacement parameter def1 def2 .... For an optional parameter, you need not specify an actual parameter in the method call. While a formal parameter with the addition OPTIONAL is initialized according to its type, a formal parameter with addition DEFAULT copies the value and type of the replacement parameter def1 def2 .... As a replacement parameter def1 def2 ..., you can specify any appropriate data object that is visible at this position. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no actual parameter is specified for a generically typed formal parameter with the OPTIONAL addition at the time of the call, the type of the formal parameter is completed according to fixed rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 10:48:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/optional/m-p/2414511#M538826</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-06-29T10:48:11Z</dc:date>
    </item>
  </channel>
</rss>

