<?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: Environmental Analysis SE38 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/environmental-analysis-se38/m-p/7097174#M1507953</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Use the following FM to get your requirement.&lt;/P&gt;&lt;P&gt; RS_TOOL_ACCESS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RS_TOOL_ACCESS'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    operation           = 'ENVIRONMENT'&lt;/P&gt;&lt;P&gt;    object_name         = rs38m-programm "Program name enteres in se38&amp;gt;&lt;/P&gt;&lt;P&gt;    object_type         = 'PROG'&lt;/P&gt;&lt;P&gt;    wb_manager          = wb_pgeditor_initial_screen-&amp;gt;mng&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    new_name            = rs38m-programm&lt;/P&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;P&gt;    invalid_object_type = 1&lt;/P&gt;&lt;P&gt;    not_executed        = 2&lt;/P&gt;&lt;P&gt;    OTHERS              = 3.&lt;/P&gt;&lt;P&gt;IF sy-subrc NE 0 AND sy-msgty NE space.&lt;/P&gt;&lt;P&gt;  IF sy-subrc = 1 OR sy-subrc = 2.&lt;/P&gt;&lt;P&gt;    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Ramya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jul 2010 16:33:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-29T16:33:42Z</dc:date>
    <item>
      <title>Environmental Analysis SE38</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/environmental-analysis-se38/m-p/7097170#M1507949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we goto SE38--&amp;gt; enter any program name --&amp;gt; Utilities --&amp;gt; environment analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We get a list where all the list of Function grps, Structures,Data elements,views, tables etc etc used in that program . Can you please provide any standard Function module or Method which will give me those details. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create an utility report which will accept Program name on selection screen and display all the components on the program as in Environment analysis in SE38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vivekanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 13:29:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/environmental-analysis-se38/m-p/7097170#M1507949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-29T13:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Environmental Analysis SE38</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/environmental-analysis-se38/m-p/7097171#M1507950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you checking for the SE80 Functionality, where you give the program name and it gives the fieldnames / tables / FM's /Includes associated with the program ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 14:41:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/environmental-analysis-se38/m-p/7097171#M1507950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-29T14:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Environmental Analysis SE38</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/environmental-analysis-se38/m-p/7097172#M1507951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ya its similar. only difference is SE80 gives only few info in the tree structure but the Environmental analysis gives move info like data element views etc etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any FM for SE 80? If yes please share at least it will solve some part of the requirement .. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 14:44:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/environmental-analysis-se38/m-p/7097172#M1507951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-29T14:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Environmental Analysis SE38</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/environmental-analysis-se38/m-p/7097173#M1507952</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;Why not debug the process using /H, it runs through some function modules and not a single one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 16:24:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/environmental-analysis-se38/m-p/7097173#M1507952</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-07-29T16:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Environmental Analysis SE38</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/environmental-analysis-se38/m-p/7097174#M1507953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Use the following FM to get your requirement.&lt;/P&gt;&lt;P&gt; RS_TOOL_ACCESS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'RS_TOOL_ACCESS'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    operation           = 'ENVIRONMENT'&lt;/P&gt;&lt;P&gt;    object_name         = rs38m-programm "Program name enteres in se38&amp;gt;&lt;/P&gt;&lt;P&gt;    object_type         = 'PROG'&lt;/P&gt;&lt;P&gt;    wb_manager          = wb_pgeditor_initial_screen-&amp;gt;mng&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    new_name            = rs38m-programm&lt;/P&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;P&gt;    invalid_object_type = 1&lt;/P&gt;&lt;P&gt;    not_executed        = 2&lt;/P&gt;&lt;P&gt;    OTHERS              = 3.&lt;/P&gt;&lt;P&gt;IF sy-subrc NE 0 AND sy-msgty NE space.&lt;/P&gt;&lt;P&gt;  IF sy-subrc = 1 OR sy-subrc = 2.&lt;/P&gt;&lt;P&gt;    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Ramya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 16:33:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/environmental-analysis-se38/m-p/7097174#M1507953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-29T16:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Environmental Analysis SE38</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/environmental-analysis-se38/m-p/7097175#M1507954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx Ramya.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Viv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jul 2010 05:55:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/environmental-analysis-se38/m-p/7097175#M1507954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-30T05:55:01Z</dc:date>
    </item>
  </channel>
</rss>

