<?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: Syntax for full names in SCI object search? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-for-full-names-in-sci-object-search/m-p/696745#M31487</link>
    <description>&lt;P&gt;Just can add, that under 7.52 (00) there is just this report and 2 includes with a type inside. So nothing useable...&lt;/P&gt;</description>
    <pubDate>Fri, 14 Dec 2018 08:26:36 GMT</pubDate>
    <dc:creator>Florian</dc:creator>
    <dc:date>2018-12-14T08:26:36Z</dc:date>
    <item>
      <title>Syntax for full names in SCI object search?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-for-full-names-in-sci-object-search/m-p/696744#M31486</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;the Code Inspector has a search capability that requires 'full names', f.e.&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;\PR:RS_CI_TEST_SEARCH_OBJECTS_5_1\FO.FORM&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;identifies the form routine FO in report RS_CI_TEST_SEARCH_OBJECTS.&lt;/P&gt;
  &lt;P&gt;Is there a description about full names especially full names of function modules?&lt;/P&gt;
  &lt;P&gt;Best Regards&lt;BR /&gt;Tobias&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 07:49:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-for-full-names-in-sci-object-search/m-p/696744#M31486</guid>
      <dc:creator>ttrapp</dc:creator>
      <dc:date>2018-12-14T07:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for full names in SCI object search?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-for-full-names-in-sci-object-search/m-p/696745#M31487</link>
      <description>&lt;P&gt;Just can add, that under 7.52 (00) there is just this report and 2 includes with a type inside. So nothing useable...&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 08:26:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-for-full-names-in-sci-object-search/m-p/696745#M31487</guid>
      <dc:creator>Florian</dc:creator>
      <dc:date>2018-12-14T08:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for full names in SCI object search?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-for-full-names-in-sci-object-search/m-p/696746#M31488</link>
      <description>&lt;P&gt;I haven't found any documentation, and the functionality is buried in kernel modules inaccessible to us mere mortals. &lt;/P&gt;&lt;P&gt;But of you look at the attributes of CL_ABAP_COMPILER, you'll find all the constants. There are a few other FMs and bits floating around, what exactly are you trying to achieve?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 17:02:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-for-full-names-in-sci-object-search/m-p/696746#M31488</guid>
      <dc:creator>pokrakam</dc:creator>
      <dc:date>2018-12-14T17:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for full names in SCI object search?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-for-full-names-in-sci-object-search/m-p/696747#M31489</link>
      <description>&lt;P&gt;Yes, the constant \FU: from the class will do the job. But I would like to have this Information in the documentation.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Dec 2018 15:32:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-for-full-names-in-sci-object-search/m-p/696747#M31489</guid>
      <dc:creator>ttrapp</dc:creator>
      <dc:date>2018-12-16T15:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax for full names in SCI object search?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-for-full-names-in-sci-object-search/m-p/696748#M31490</link>
      <description>&lt;P&gt;A few possibilities :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;\DA:..
   \DA:SY
   \DA:SY\DA:SUBRC : the system variable SY-SUBRC
   \DA:ABADR_C structured constant of a type pool
   \DA:ABADR_C\DA:TYPE_SOURCE component of a structured constant
\PR:..
   \PR:..\FO:.. subroutine in a program
   \PR:..\TY:..\ME:.. method of a local class in a program
   \PR:..\DA:.. global variable
      \PR:SAPLZ..\DA:E070 (in a function group)
   \PR:..\FO:...\DA:.. local variable in a subroutine
   \PR:..\FO:...\DA:..\DA:..\DA:.. second level component in a local structured variable in a subroutine
   \PR:..\FO:...\DA:&amp;lt;..&amp;gt; local field symbol
   \PR:BCALV_TEST_GRID_F4_HELP\SC:0200 : dynpro
   \PR:BCALV_TEST_GRID_F4_HELP\TI:MAIN200 : input module
   \PR:BCALV_TEST_GRID_F4_HELP\DA:GT_OUTTAB\SE:END\EI : component added at the end of a structure
   extensions of a method in a local class of the program BCALV_TEST_GRID_F4_HELP:
      \PR:BCALV_TEST_GRID_F4_HELP\TY:GRID_APPL\ME:CHECK_INPUT\SE:BEGIN\EI
      \PR:BCALV_TEST_GRID_F4_HELP\TY:GRID_APPL\ME:CHECK_INPUT\SE:CHANGING\SE:END\EI
      \PR:BCALV_TEST_GRID_F4_HELP\TY:GRID_APPL\ME:CHECK_INPUT\SE:END\EI
      \PR:BCALV_TEST_GRID_F4_HELP\TY:GRID_APPL\ME:CHECK_INPUT\SE:EXPORTING\SE:END\EI
      \PR:BCALV_TEST_GRID_F4_HELP\TY:GRID_APPL\ME:CHECK_INPUT\SE:IMPORTING\SE:END\EI
   extensions of a local class
      \PR:BCALV_TEST_GRID_F4_HELP\TY:GRID_APPL\SE:IMPLEMENTATION\SE:END\EI
      \PR:BCALV_TEST_GRID_F4_HELP\TY:GRID_APPL\SE:PRIVATE\SE:END\EI
      \PR:BCALV_TEST_GRID_F4_HELP\TY:GRID_APPL\SE:PRIVATE\SE:PROCEDURES\EI
      \PR:BCALV_TEST_GRID_F4_HELP\TY:GRID_APPL\SE:PROTECTED\SE:END\EI
      \PR:BCALV_TEST_GRID_F4_HELP\TY:GRID_APPL\SE:PROTECTED\SE:PROCEDURES\EI
      \PR:BCALV_TEST_GRID_F4_HELP\TY:GRID_APPL\SE:PUBLIC\SE:END\EI
      \PR:BCALV_TEST_GRID_F4_HELP\TY:GRID_APPL\SE:PUBLIC\SE:PROCEDURES\EI
\IC:SAPMKPT4 : include
\MI:0K\MN:084 : message (SE91)
\FU:FUNCTION_EXISTS : function module
   \FU:FUNCTION_EXISTS
   \FU:..\DA:.. local variable in a function module
\PT:C : generic predefined type C
\PT:SY-REPID : SY-REPID used as a type
\TY:.. the first TY segment is either a DDIC type or an object type (class pool or an interface pool)
   \TY:...\TY:... : depending on the first segment, either a component of a structured type, or a type of an object type
   \TY:..\TY:..\ME:.. method of local class (class_name) in global class
   \TY:..\ME:.. method of global class
   \TY:..\ME:..\DA:... local variable of a method in a global class
   \TY:..\DA:.. attribute of global class
\IN:..\ME:.. method of an interface pool
...&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 16 Dec 2018 16:02:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-for-full-names-in-sci-object-search/m-p/696748#M31490</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2018-12-16T16:02:47Z</dc:date>
    </item>
  </channel>
</rss>

