<?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 Components of a Program. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/components-of-a-program/m-p/3693738#M889426</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, At run time how can I get the list of all the components of a program Like:&lt;/P&gt;&lt;P&gt;Includes, Subroutines, Text Elements, Dictioinary Structures, Fields, function modules etc.&lt;/P&gt;&lt;P&gt;I need to download the text of all these components used in any program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepesh Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Apr 2008 05:57:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-07T05:57:45Z</dc:date>
    <item>
      <title>Components of a Program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/components-of-a-program/m-p/3693738#M889426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, At run time how can I get the list of all the components of a program Like:&lt;/P&gt;&lt;P&gt;Includes, Subroutines, Text Elements, Dictioinary Structures, Fields, function modules etc.&lt;/P&gt;&lt;P&gt;I need to download the text of all these components used in any program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepesh Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 05:57:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/components-of-a-program/m-p/3693738#M889426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T05:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Components of a Program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/components-of-a-program/m-p/3693739#M889427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;  You can try one thing . You can declare some variables like your runtime components. Store the values of runtime components in your variables and take those variable in your output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sourabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 06:02:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/components-of-a-program/m-p/3693739#M889427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T06:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Components of a Program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/components-of-a-program/m-p/3693740#M889428</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;At RUN TIME. the only way to see all theses components you will have to debug the program &lt;/P&gt;&lt;P&gt;It's the only way to see what you are looking for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 06:04:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/components-of-a-program/m-p/3693740#M889428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T06:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Components of a Program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/components-of-a-program/m-p/3693741#M889429</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;Refer to the table SYST. It contains all the field names like sy-cprog for calling program etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either debug the program and see these values or you can create program variables to store these values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 08:36:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/components-of-a-program/m-p/3693741#M889429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T08:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Components of a Program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/components-of-a-program/m-p/3693742#M889430</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 have a list of programs during execution in a dev class. For each program entry out of that list, I want the components:&lt;/P&gt;&lt;P&gt;Ex) Dev. class contains these two programs:&lt;/P&gt;&lt;P&gt;      Ytest1&lt;/P&gt;&lt;P&gt;      Ytest2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what all elements this ytest1 have i.e. fields, function modules, includes, subroutines I need a list of them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 09:09:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/components-of-a-program/m-p/3693742#M889430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T09:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Components of a Program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/components-of-a-program/m-p/3693743#M889431</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 have a list of programs during execution in a dev class. For each program entry out of that list, I want the components:&lt;/P&gt;&lt;P&gt;Ex) Dev. class contains these two programs:&lt;/P&gt;&lt;P&gt;      Ytest1&lt;/P&gt;&lt;P&gt;      Ytest2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what all elements this ytest1 have i.e. fields, function modules, includes, subroutines I need a list of them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 09:10:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/components-of-a-program/m-p/3693743#M889431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-07T09:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Components of a Program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/components-of-a-program/m-p/3693744#M889432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Essentially you want to download the object list that SE80 shows you in the left window? Maybe you can find out how SE80 splits a program into its components. I would assume it is using statement SCAN ABAP-SOURCE ... somewhere down below.&lt;/P&gt;&lt;P&gt;Please tell us once you found out!&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2008 09:34:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/components-of-a-program/m-p/3693744#M889432</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-04-07T09:34:03Z</dc:date>
    </item>
  </channel>
</rss>

