<?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: Function Module or Program to get where used list in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-program-to-get-where-used-list/m-p/13723437#M2028372</link>
    <description>&lt;P&gt;Why entered an incomplete example?&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jun 2024 15:52:07 GMT</pubDate>
    <dc:creator>ccontreras_sap</dc:creator>
    <dc:date>2024-06-06T15:52:07Z</dc:date>
    <item>
      <title>Function Module or Program to get where used list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-program-to-get-where-used-list/m-p/1382012#M186359</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;I´ve been searching for Function Module or program to get where used list for an object. &lt;/P&gt;&lt;P&gt;I try using the FM 'RS_TOOL_ACCESS' with parameters operation = 'CROSSREF', objectname = 'ZMYPROG', object_type = 'PROG'&lt;/P&gt;&lt;P&gt;and in effect i get the list of object where the program is used, but the list is showed in standard screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a function or program to obtain the used list for an object but in an internal table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using version 4.6B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the function module RS_INFOSYSTEM_CREATE_REQUEST, but i didn't obtain any result, is there a funcion or combination or FM to get the used list?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alejandro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Alejandro López&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 18:49:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-program-to-get-where-used-list/m-p/1382012#M186359</guid>
      <dc:creator>alejandro_lpez</dc:creator>
      <dc:date>2006-07-12T18:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module or Program to get where used list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-program-to-get-where-used-list/m-p/1382013#M186360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Check this Function Modules&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) RS_WHERE_USED_LIST_NEW_CHECK&lt;/P&gt;&lt;P&gt;2) CDESK_DISPLAY_WHEREUSED_LIST&lt;/P&gt;&lt;P&gt;3) AKB_WHERE_USED_LIST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 18:56:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-program-to-get-where-used-list/m-p/1382013#M186360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-12T18:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module or Program to get where used list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-program-to-get-where-used-list/m-p/1382014#M186361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alejandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you looked FM &amp;lt;b&amp;gt;RS_INFOSYSTEM_CREATE_REQUEST&amp;lt;/b&amp;gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 19:00:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-program-to-get-where-used-list/m-p/1382014#M186361</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-07-12T19:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module or Program to get where used list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-program-to-get-where-used-list/m-p/1382015#M186362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ferry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please you can show me an example of FM RS_INFOSYSTEM_CREATE_REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alejandro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 19:28:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-program-to-get-where-used-list/m-p/1382015#M186362</guid>
      <dc:creator>alejandro_lpez</dc:creator>
      <dc:date>2006-07-12T19:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module or Program to get where used list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-program-to-get-where-used-list/m-p/1382016#M186363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check this Programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;RMCLKLVW&amp;lt;/b&amp;gt;       Where-Used List for Classes&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;RMCLLIST&amp;lt;/b&amp;gt;       Where-Used List for Classes&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SAPMC29L&amp;lt;/b&amp;gt;       Single-Level Where-Used List&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;RCUKDVWG&amp;lt;/b&amp;gt;       Dependency Where-Used List&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 19:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-program-to-get-where-used-list/m-p/1382016#M186363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-12T19:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module or Program to get where used list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-program-to-get-where-used-list/m-p/1382017#M186364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alejandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this sample program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: OBJTYPE TYPE  EUOBJ-ID.
DATA: OBJECTS TYPE RINFOOBJ.
                   
APPEND P_OBJECT_NAME TO OBJECTS.
OBJTYPE = P_OBJECT_TYPE.
                           
CALL FUNCTION 'RS_INFOSYSTEM_CREATE_REQUEST'
  EXPORTING
    OBJTYPE            = OBJTYPE
    ACTION             = SWBM_C_OP_WHERE_USED_LIST
  IMPORTING
    INFOSYSTEM_REQUEST = P_WB_REQUEST
  TABLES
    OBJLIST            = OBJECTS
    DEVCLASS           = p_scope_devclass
    OBJKEY             = p_scope_objkey
    I_SCOPE_OBJECT_CLS = P_SCOPE_OBJECT_TYPES
    I_SCOPE_OBJECTS    = P_SCOPE_OBJECTS
    EDITOR_SOURCE      = P_EDITOR_SOURCE
  EXCEPTIONS
    NOT_EXECUTED       = 1
    BATCH              = 2
    OTHERS             = 3.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 15:28:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-program-to-get-where-used-list/m-p/1382017#M186364</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-07-13T15:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module or Program to get where used list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-program-to-get-where-used-list/m-p/1382018#M186365</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; 'RS_EU_CROSSREF' may help. For example to get the where used list of an iclude:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;call function 'RS_EU_CROSSREF'
  exporting
    i_find_obj_cls                     = 'INCL'
   I_SCOPE_OBJ_CLS                     = 'P'
 TABLES
   I_FINDSTRINGS                      =   IT_FIND
   O_FOUNDS                           =   IT_ANSWER
 EXCEPTIONS
   NOT_EXECUTED                       = 1
   NOT_FOUND                          = 2
  ILLEGAL_OBJECT                      = 3
  NO_CROSS_FOR_THIS_OBJECT            = 4
   BATCH                              = 5
  BATCHJOB_ERROR                      = 6
  WRONG_TYPE                          = 7
   OBJECT_NOT_EXIST                   = 8
   OTHERS                             = 9
          .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kalpana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 16:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-program-to-get-where-used-list/m-p/1382018#M186365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-13T16:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module or Program to get where used list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-program-to-get-where-used-list/m-p/13723436#M2028371</link>
      <description>&lt;P&gt;When I executed the FM asked it for an INCLUDE&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ccontreras_sap_0-1717689027735.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/120391iAFA0E21AA8173AE5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ccontreras_sap_0-1717689027735.png" alt="ccontreras_sap_0-1717689027735.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 15:50:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-program-to-get-where-used-list/m-p/13723436#M2028371</guid>
      <dc:creator>ccontreras_sap</dc:creator>
      <dc:date>2024-06-06T15:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module or Program to get where used list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-program-to-get-where-used-list/m-p/13723437#M2028372</link>
      <description>&lt;P&gt;Why entered an incomplete example?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 15:52:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-program-to-get-where-used-list/m-p/13723437#M2028372</guid>
      <dc:creator>ccontreras_sap</dc:creator>
      <dc:date>2024-06-06T15:52:07Z</dc:date>
    </item>
  </channel>
</rss>

