<?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 What does this statement means? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-means/m-p/1975358#M399690</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 please tell me what is meant by the following statement?&lt;/P&gt;&lt;P&gt;(The following statements are in method : IF_BSP_CONTROLLER~HANDLE_EVENT of the class CL_BSP_CONTROLLER2.&lt;/P&gt;&lt;P&gt;HTMLB_EVENT	                 &lt;SPAN __default_attr="INITIAL" __jive_macro_name="O"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;HTMLB_EVENT_EX	             &lt;SPAN __jive_macro_name="O"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;GLOBAL_MESSAGES	&lt;SPAN __jive_macro_name="O"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly tell me what is meant by O:379*\ in the above statement.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;P&gt;**********&lt;STRONG&gt;REPLIES WILL SURELY BE REWARDED&lt;/STRONG&gt;*********&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Feb 2007 14:51:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-28T14:51:35Z</dc:date>
    <item>
      <title>What does this statement means?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-means/m-p/1975358#M399690</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 please tell me what is meant by the following statement?&lt;/P&gt;&lt;P&gt;(The following statements are in method : IF_BSP_CONTROLLER~HANDLE_EVENT of the class CL_BSP_CONTROLLER2.&lt;/P&gt;&lt;P&gt;HTMLB_EVENT	                 &lt;SPAN __default_attr="INITIAL" __jive_macro_name="O"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;HTMLB_EVENT_EX	             &lt;SPAN __jive_macro_name="O"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;GLOBAL_MESSAGES	&lt;SPAN __jive_macro_name="O"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly tell me what is meant by O:379*\ in the above statement.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;P&gt;**********&lt;STRONG&gt;REPLIES WILL SURELY BE REWARDED&lt;/STRONG&gt;*********&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 14:51:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-means/m-p/1975358#M399690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T14:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: What does this statement means?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-means/m-p/1975359#M399691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it's only a tag the system assign to the object created.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 15:22:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-means/m-p/1975359#M399691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T15:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: What does this statement means?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-means/m-p/1975360#M399692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post this in BSP forum to get good answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 15:25:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-means/m-p/1975360#M399692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T15:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: What does this statement means?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-means/m-p/1975361#M399693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that you are seeing these values in the debugger.  These are representations of the object reference memory areas.   For example, the HTMLB_EVENT is an object reference which points to some memory area on the system.  The &lt;SPAN __default_attr="INITIAL" __jive_macro_name="O"&gt;&lt;/SPAN&gt; value is simply stating that the object reference has not been instansiated, the others have.  The O:379 is just a representation of the memory area.   Double click it and you can see the object attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 15:29:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-means/m-p/1975361#M399693</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-02-28T15:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: What does this statement means?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-means/m-p/1975362#M399694</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 please tell me if there is any way to set the values of a variable which get set as follows:&lt;/P&gt;&lt;P&gt;LR_FRAME_COM : &lt;SPAN __jive_macro_name="O"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;P&gt;********&lt;STRONG&gt;REPLIES WILL DEFINETELY BE REWARDED&lt;/STRONG&gt;**********&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 14:26:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-means/m-p/1975362#M399694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T14:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: What does this statement means?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-means/m-p/1975363#M399695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This value is an object reference and you do not set it explicitly.  This variable gets this pointer when you use the CREATE OBJECT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 14:29:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-means/m-p/1975363#M399695</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-01T14:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: What does this statement means?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-means/m-p/1975364#M399696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;              Thanks a lot for your time . The actual requirement is as follows:&lt;/P&gt;&lt;P&gt;I am not able to solve the problem. Please guide me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a screen element SRMS .&lt;/P&gt;&lt;P&gt;When we set the screen element as SRMS by opening the transaction crmc_blueprint_c and then Application Layout-&amp;gt;Define Application Layout we get a pop up for the Application . I give the application as crmm_account.&lt;/P&gt;&lt;P&gt;Then a list is shown . In the list if I give the screen element as SRMS , I am able to get a new row when I click on the button "New" in the URL for PCUI.&lt;/P&gt;&lt;P&gt;But if I change the screen element as SRME I am not able to get the new row when i click on the button "New" in the URL for PCUI.&lt;/P&gt;&lt;P&gt;The requirement is that the new row must be added for screen element SRME.&lt;/P&gt;&lt;P&gt;Kindly guide me on the above .&lt;/P&gt;&lt;P&gt;Thanks a lot for your time and reply!!!!Please reply!!!!&lt;/P&gt;&lt;P&gt;Thanking you once again!!!!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 14:32:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-this-statement-means/m-p/1975364#M399696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T14:32:57Z</dc:date>
    </item>
  </channel>
</rss>

