<?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: Finding the program that uses the specific MEMORY ID in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-program-that-uses-the-specific-memory-id/m-p/12047032#M1968410</link>
    <description>&lt;P&gt;Instead of scanning the ABAP source codes (may take a long time), if you know the transaction code which runs this statement, you may run the transaction code:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;with debug, add a break point on statements EXPORT TO MEMORY (and IMPORT FROM MEMORY eventually)&lt;/LI&gt;&lt;LI&gt;or with an ABAP trace in NON AGGREGATED mode, and you will see all EXPORT and IMPORT with the names of MEMORY ID.&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Tue, 19 Nov 2019 19:20:40 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2019-11-19T19:20:40Z</dc:date>
    <item>
      <title>Finding the program that uses the specific MEMORY ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-program-that-uses-the-specific-memory-id/m-p/12047027#M1968405</link>
      <description>&lt;P&gt;Hi SAP Experts,&lt;/P&gt;
  &lt;P&gt;Is there a way to find the specific MEMORY ID?&lt;/P&gt;
  &lt;P&gt;This is the only code I have so far.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;" IMPORT lv_strec TO lv_str FROM MEMORY ID c_id.&lt;BR /&gt;FREE MEMORY ID c_id."&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;/P&gt;
  &lt;P&gt;Luiz Carlos&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 10:43:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-program-that-uses-the-specific-memory-id/m-p/12047027#M1968405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-11-19T10:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the program that uses the specific MEMORY ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-program-that-uses-the-specific-memory-id/m-p/12047028#M1968406</link>
      <description>&lt;P&gt;Hi &lt;A href="https://answers.sap.com/users/255145/sap1415.html"&gt;Luiz Carlos&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;one possibility is to run an ABAP source code scan with &lt;/P&gt;&lt;P&gt;RPR_ABAP_SOURCE_SCAN&lt;/P&gt;&lt;P&gt;Thanks and regards, &lt;/P&gt;&lt;P&gt;Flavio&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 12:40:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-program-that-uses-the-specific-memory-id/m-p/12047028#M1968406</guid>
      <dc:creator>Flavio</dc:creator>
      <dc:date>2019-11-19T12:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the program that uses the specific MEMORY ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-program-that-uses-the-specific-memory-id/m-p/12047029#M1968407</link>
      <description>&lt;P&gt;Hi Flavio,&lt;/P&gt;&lt;P&gt;I tried doing that with search string 'memory id' and even 'c_id' but can't find the program, am I missing some parameters that I need to input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1744870-ohjki.png" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Luiz Carlos&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 15:59:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-program-that-uses-the-specific-memory-id/m-p/12047029#M1968407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-11-19T15:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the program that uses the specific MEMORY ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-program-that-uses-the-specific-memory-id/m-p/12047030#M1968408</link>
      <description>&lt;P&gt;If you are coming up with blanks, I would also suggest putting a wildcard into the Package field of the RPR_ABAP_SOURCE_SCAN selection screen.  I use this program often to search our Z code.  If I don't put Z* in the package field I don't get any hits.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 17:20:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-program-that-uses-the-specific-memory-id/m-p/12047030#M1968408</guid>
      <dc:creator>jdloranger</dc:creator>
      <dc:date>2019-11-19T17:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the program that uses the specific MEMORY ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-program-that-uses-the-specific-memory-id/m-p/12047031#M1968409</link>
      <description>&lt;P&gt;Prefer &lt;B&gt;RS_ABAP_SOURCE_SCAN&lt;/B&gt;. It exists in all ABAP systems.&lt;/P&gt;&lt;P&gt;RPR_ABAP_SOURCE_SCAN exists only in SAP ERP or S/4HANA. And it now redirects to RS_ABAP_SOURCE_SCAN.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 19:15:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-program-that-uses-the-specific-memory-id/m-p/12047031#M1968409</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-11-19T19:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the program that uses the specific MEMORY ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-program-that-uses-the-specific-memory-id/m-p/12047032#M1968410</link>
      <description>&lt;P&gt;Instead of scanning the ABAP source codes (may take a long time), if you know the transaction code which runs this statement, you may run the transaction code:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;with debug, add a break point on statements EXPORT TO MEMORY (and IMPORT FROM MEMORY eventually)&lt;/LI&gt;&lt;LI&gt;or with an ABAP trace in NON AGGREGATED mode, and you will see all EXPORT and IMPORT with the names of MEMORY ID.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 19 Nov 2019 19:20:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-program-that-uses-the-specific-memory-id/m-p/12047032#M1968410</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-11-19T19:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the program that uses the specific MEMORY ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-program-that-uses-the-specific-memory-id/m-p/12047033#M1968411</link>
      <description>&lt;P&gt;The syntax is IMPORT FROM MEMORY ID id, where id is '&lt;A href="https://help.sap.com/doc/abapdocu_751_index_htm/7.51/en-US/abapimport_medium.htm#!ABAP_ALTERNATIVE_3@3@" target="_blank"&gt;a flat character-like data object&lt;/A&gt;.' That means in your example, &lt;STRONG&gt;c_id&lt;/STRONG&gt; is a constant (probably) defined somewhere in your program.&lt;/P&gt;&lt;P&gt;Therefore you need to find the value of &lt;STRONG&gt;c_id&lt;/STRONG&gt;. You could do this by using F3 in Eclipse, or double clicking on the code line in SAPGui. Or in debug. Then search for that value. Searching for &lt;STRONG&gt;c_id&lt;/STRONG&gt; therefore is not going to help you.&lt;/P&gt;&lt;P&gt;If the code you've posted is a standard sap program, it would be helpful to say which one.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 20:02:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-program-that-uses-the-specific-memory-id/m-p/12047033#M1968411</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-11-19T20:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the program that uses the specific MEMORY ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-program-that-uses-the-specific-memory-id/m-p/12047034#M1968412</link>
      <description>&lt;P&gt;Hi &lt;A href="https://answers.sap.com/users/255145/sap1415.html"&gt;Luiz Carlos&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;answering your comment above, I believe you should enter c_id for the "String searched for" and the possible custom code wildcards, as follows (assuming the MEMORY ID is used in custom code, Z and Y namespaces) for "Program Name":&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1746778-img-0002.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1746779-img-0003.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;SUB&gt;&lt;/SUB&gt;&lt;SUP&gt;&lt;/SUP&gt;&lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;SUB&gt;&lt;/SUB&gt;&lt;SUP&gt;&lt;/SUP&gt;&lt;DEL&gt;&lt;/DEL&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;SUB&gt;&lt;/SUB&gt;&lt;SUP&gt;&lt;/SUP&gt;&lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Flavio&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 07:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-the-program-that-uses-the-specific-memory-id/m-p/12047034#M1968412</guid>
      <dc:creator>Flavio</dc:creator>
      <dc:date>2019-11-20T07:18:03Z</dc:date>
    </item>
  </channel>
</rss>

