<?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: error - METHOD CL_FB_FUNCTION_EDITOR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-method-cl-fb-function-editor/m-p/1865758#M365003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    If you are calling a static method of the class  CL_FB_FUNCTION_EDITOR then you should be using "=&amp;gt;" instead of -&amp;gt; make sure you are using that since you have put -&amp;gt; symbol I am confused. Yo uare getting the exception when you call the method or for the metod you get this exception.&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, 12 Jan 2007 09:27:26 GMT</pubDate>
    <dc:creator>seshatalpasai_madala</dc:creator>
    <dc:date>2007-01-12T09:27:26Z</dc:date>
    <item>
      <title>error - METHOD CL_FB_FUNCTION_EDITOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-method-cl-fb-function-editor/m-p/1865757#M365002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to check the syntax of function by using method below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD CL_FB_FUNCTION_EDITOR-&amp;gt;ed_check&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    funcname = 'ZTEST1'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i call method source_instance-&amp;gt;get_source_tab &lt;/P&gt;&lt;P&gt;(in the method CL_FB_FUNCTION_EDITOR) i receive error message &lt;/P&gt;&lt;P&gt;Runtime errors OBJECTS_OBJREF_NOT_ASSIGNED&lt;/P&gt;&lt;P&gt;Exception        CX_SY_REF_IS_INITIAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Do I have to do to resolve this problem ?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 09:19:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-method-cl-fb-function-editor/m-p/1865757#M365002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T09:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: error - METHOD CL_FB_FUNCTION_EDITOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-method-cl-fb-function-editor/m-p/1865758#M365003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    If you are calling a static method of the class  CL_FB_FUNCTION_EDITOR then you should be using "=&amp;gt;" instead of -&amp;gt; make sure you are using that since you have put -&amp;gt; symbol I am confused. Yo uare getting the exception when you call the method or for the metod you get this exception.&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, 12 Jan 2007 09:27:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-method-cl-fb-function-editor/m-p/1865758#M365003</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-01-12T09:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: error - METHOD CL_FB_FUNCTION_EDITOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-method-cl-fb-function-editor/m-p/1865759#M365004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; You are getting this exception since SOURCE_INSTANCE attribute of the class is initial. This source_instance needs to populated. You need to call method create_source_object  on the attribute "editor_instance" of this class.&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, 12 Jan 2007 09:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-method-cl-fb-function-editor/m-p/1865759#M365004</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-01-12T09:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: error - METHOD CL_FB_FUNCTION_EDITOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-method-cl-fb-function-editor/m-p/1865760#M365005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please, could you give me example &lt;/P&gt;&lt;P&gt;Thanks Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 09:57:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-method-cl-fb-function-editor/m-p/1865760#M365005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T09:57:15Z</dc:date>
    </item>
  </channel>
</rss>

