<?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: Performance checks in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-checks/m-p/9880575#M1789903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably&amp;nbsp; "INTERNAL PROGRAM ENVIRONMENT" in SE38 editor may help you -&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/311356" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Abhinab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Oct 2013 14:12:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-10-30T14:12:11Z</dc:date>
    <item>
      <title>Performance checks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-checks/m-p/9880574#M1789902</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;Is there any standard code available to display the keywords in a report program. &lt;/P&gt;&lt;P&gt;For example: I need to get the total number of &lt;/P&gt;&lt;P&gt;a. select, &lt;/P&gt;&lt;P&gt;b. loop &lt;/P&gt;&lt;P&gt;c. case&lt;/P&gt;&lt;P&gt;d. submit statements &lt;/P&gt;&lt;P&gt;e. total number of tables used. etc. in the report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to pass the report name as input and get these details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 14:04:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-checks/m-p/9880574#M1789902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-30T14:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Performance checks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-checks/m-p/9880575#M1789903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably&amp;nbsp; "INTERNAL PROGRAM ENVIRONMENT" in SE38 editor may help you -&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/311356" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Abhinab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 14:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-checks/m-p/9880575#M1789903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-30T14:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Performance checks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-checks/m-p/9880576#M1789904</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;Thank you. But my requirement is to get these information as a result of a code. Is it possible?&lt;/P&gt;&lt;P&gt;Can we submit this in the report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 14:29:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-checks/m-p/9880576#M1789904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-30T14:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Performance checks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-checks/m-p/9880577#M1789905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure but you may try as below -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal-leading-zero;"&gt;&lt;LI&gt;Create a program&lt;/LI&gt;&lt;LI&gt; perform a BDC on SE38 according to your needs. (Session Method).&lt;/LI&gt;&lt;LI&gt; Process the session created from BDC using RSBDCSUB. Probably session will write the results in spool.&lt;/LI&gt;&lt;LI&gt;Read the spool with FM 'RSPO_RETURN_ABAP_SPOOLJOB'&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Abhinab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 14:39:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-checks/m-p/9880577#M1789905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-30T14:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Performance checks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-checks/m-p/9880578#M1789906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please tell me the steps to perform BDC for this...Am not aware how it can be done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 14:42:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-checks/m-p/9880578#M1789906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-30T14:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Performance checks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-checks/m-p/9880579#M1789907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Search for BDC with session method documentation / process in SCN or Google &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1925/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 14:47:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-checks/m-p/9880579#M1789907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-30T14:47:16Z</dc:date>
    </item>
  </channel>
</rss>

