<?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: Accessing ABAP key word DB through program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411793#M1843588</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactly do you mean by "keyword" - ABAP language commands like IF... THEN? And what would be the purpose of such program?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jul 2014 20:34:02 GMT</pubDate>
    <dc:creator>Jelena_Perfiljeva</dc:creator>
    <dc:date>2014-07-17T20:34:02Z</dc:date>
    <item>
      <title>Accessing ABAP key word DB through program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411792#M1843587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;Is it possible to acccess and search ABAP keyword database from within the program usikng any FM etc?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 19:48:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411792#M1843587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-17T19:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing ABAP key word DB through program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411793#M1843588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactly do you mean by "keyword" - ABAP language commands like IF... THEN? And what would be the purpose of such program?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 20:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411793#M1843588</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2014-07-17T20:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing ABAP key word DB through program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411794#M1843589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to scan programs through another program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 02:07:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411794#M1843589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-18T02:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing ABAP key word DB through program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411795#M1843590</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 t-code 'CODE_SCANNER' which scans all components in packages for a specific search term.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 04:03:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411795#M1843590</guid>
      <dc:creator>krish469</dc:creator>
      <dc:date>2014-07-18T04:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing ABAP key word DB through program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411796#M1843591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Sam m wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I want to scan programs through another program.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you looking to get the whole source code of a program?&lt;/P&gt;&lt;P&gt;You can have all code of a program into an internal table using &lt;SPAN style="color: #000000; font-family: 'Courier New'; font-weight: bold; background-color: #f2f4f7;"&gt;READ REPORT&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu_702/en/abapread_report.htm" title="http://help.sap.com/abapdocu_702/en/abapread_report.htm"&gt;ABAP Keyword Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sreekanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Matthew Billingham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 04:29:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411796#M1843591</guid>
      <dc:creator>former_member202818</dc:creator>
      <dc:date>2014-07-18T04:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing ABAP key word DB through program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411797#M1843592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To do what? A little more information may enable proper guidance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 04:38:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411797#M1843592</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2014-07-18T04:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing ABAP key word DB through program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411798#M1843593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Ok sorry if I was not clear enough. I want to scan entire code for certain key words that we deem as data manipulation language e.g update etc. I am also looking for some kind of FM which will help to edit code and replace the existing content of the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 12:27:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411798#M1843593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-18T12:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing ABAP key word DB through program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411799#M1843594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then either use one of the standard scanning programs (search for details), or write your own using READ REPORT. Replacing code is INSERT REPORT. Read very very carefully the documentation on these keywords and make sure you know what you are doing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 14:07:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411799#M1843594</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2014-07-18T14:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing ABAP key word DB through program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411800#M1843595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what i said..May i know y r u edited my post?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 06:13:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411800#M1843595</guid>
      <dc:creator>former_member202818</dc:creator>
      <dc:date>2014-07-20T06:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing ABAP key word DB through program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411801#M1843596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your query i understand that you want to do a search for some particular keywords in programs.You can seek the help of the following following program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif;"&gt;RS_ABAP_SOURCE_SCAN&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give your keyword in the string searched for&amp;nbsp; column and put Z* or Y* in program column and execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know you requires any further explanations on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kannan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 18:02:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411801#M1843596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-20T18:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing ABAP key word DB through program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411802#M1843597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use transaction CODE_SCANNER OR program AFX_CODE_SCANNER&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Jul 2014 19:01:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411802#M1843597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-20T19:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing ABAP key word DB through program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411803#M1843598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for your reply. This has enriched my knowledge however not getting the correct answer. My requrirement is , if I read a program and e.g. came across a word 'DATA', then how do I find out if that is the ABAP keyword or not? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 01:42:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411803#M1843598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-21T01:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing ABAP key word DB through program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411804#M1843599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You had posted something that was contrary to rules. I don't remember exactly what.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please note that the language of this site is PROFESSIONAL English. SMS / Text message type spellings are not professional. They are also hard for non-fluent English speakers to understand, so they're also discourteous.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 07:18:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411804#M1843599</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2014-07-21T07:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing ABAP key word DB through program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411805#M1843600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To get a list of every ABAP statement, use method CL_ABAP_DOCU_INDEX=&amp;gt;ELEMENT_LIST, but to identify non reserved keyword in the source, that wont be enough, if you have time, try to start with some xref on class like CL_ABAP_SOURCE_INFO or CL_ABAP_STATEMENT_INFO, but I never got enough time for this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 07:46:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411805#M1843600</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-07-21T07:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing ABAP key word DB through program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411806#M1843601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 08:05:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-abap-key-word-db-through-program/m-p/10411806#M1843601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-21T08:05:36Z</dc:date>
    </item>
  </channel>
</rss>

