<?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 does this statement mean? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-mean/m-p/3181621#M757503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the first statement is calling a method of a class &amp;amp; the value returned by it will be assigned to the field EVENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the 2nd statement is asigning the object event to button event.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Dec 2007 10:32:35 GMT</pubDate>
    <dc:creator>RoySayak</dc:creator>
    <dc:date>2007-12-21T10:32:35Z</dc:date>
    <item>
      <title>What does this statement mean?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-mean/m-p/3181620#M757502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;        can anyone tell me as to what is meant by this statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : event TYPE REF TO CL_HTMLB_EVENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Statement 1:&lt;/P&gt;&lt;P&gt;event = cl_htmlb_manager=&amp;gt;get_event( runtime-&amp;gt;&lt;/P&gt;&lt;P&gt;                                                          server- &amp;gt;request)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data :button_event TYPE REF TO     CL_HTMLB_EVENT_BUTTON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Statement 2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;button_event ?= event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain to me statement 1 and ststement 2.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 10:24:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-mean/m-p/3181620#M757502</guid>
      <dc:creator>former_member507054</dc:creator>
      <dc:date>2007-12-21T10:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: What does this statement mean?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-mean/m-p/3181621#M757503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the first statement is calling a method of a class &amp;amp; the value returned by it will be assigned to the field EVENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the 2nd statement is asigning the object event to button event.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 10:32:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-mean/m-p/3181621#M757503</guid>
      <dc:creator>RoySayak</dc:creator>
      <dc:date>2007-12-21T10:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: What does this statement mean?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-mean/m-p/3181622#M757504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sayak,&lt;/P&gt;&lt;P&gt;                Thanks for your reply.&lt;/P&gt;&lt;P&gt; can you please elaborate as to how the first statement works.&lt;/P&gt;&lt;P&gt;What is runtime -&amp;gt; server -&amp;gt; request ?&lt;/P&gt;&lt;P&gt;What is this ? &lt;/P&gt;&lt;P&gt;Please elaborate.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suarabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 11:22:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-mean/m-p/3181622#M757504</guid>
      <dc:creator>former_member507054</dc:creator>
      <dc:date>2007-12-21T11:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: What does this statement mean?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-mean/m-p/3181623#M757505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the code runs at server side (or may be at your own system)&lt;/P&gt;&lt;P&gt;whenever any event occur say a button is pressed, its function ket is send to server as an event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should know what is the the function key of the button&lt;/P&gt;&lt;P&gt;and the code you want to execute on selection of the button is executed when the check - if event  = 'FUNCTION_KEY' returns true.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 11:33:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-mean/m-p/3181623#M757505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T11:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: What does this statement mean?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-mean/m-p/3181624#M757506</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;statement1-&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_sm32/helpdata/en/6e/ba5732fec9ff40a5de3c0f25171f88/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_sm32/helpdata/en/6e/ba5732fec9ff40a5de3c0f25171f88/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;statement2-&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/6b/6d3a3cc7f5e866e10000000a11405a/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/6b/6d3a3cc7f5e866e10000000a11405a/content.htm&lt;/A&gt;&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>Fri, 21 Dec 2007 11:36:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-mean/m-p/3181624#M757506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T11:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: What does this statement mean?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-mean/m-p/3181625#M757507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) "runtime" is a reference to an object. It has an attribute "server" that is a reference to an object.  "server" has an attribute "request".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The static method get_event on class cl_htmlb_manager is called using this "request" as an import parameter, and returns an event, type reference to CL_HTMLB_EVENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) CL_HTMLB_EVENT_BUTTON is a subclass of CL_HTMLB_EVENT.  The first statement returns a result that is a reference to a CL_HTMLB_EVENT.  But in order to handle a button event properly, it must be converted to a reference to a CL_HTMLB_EVENT_BUTTON.  And that's what the ?= does.  It casts the superclass object to the subclass object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 13:07:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-mean/m-p/3181625#M757507</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2007-12-21T13:07:26Z</dc:date>
    </item>
  </channel>
</rss>

