<?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: Common report name for all Function modules?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-report-name-for-all-function-modules/m-p/4245440#M1013373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a question related to this thread, i understand that if we use SE37 to execute the function module we get the SY-CPROG as RS_TESTFRAME_CALL, what about when the function module executed by a remote system, like Siebel calling a function module in SAP, what would be the SY-CPROG value, please share your knowledge.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2009 08:09:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-17T08:09:23Z</dc:date>
    <item>
      <title>Common report name for all Function modules??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-report-name-for-all-function-modules/m-p/4245435#M1013368</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;&lt;/P&gt;&lt;P&gt;    If we check the value of the &lt;STRONG&gt;SY_CPROG&lt;/STRONG&gt; in the sourse code of the any function module we can get &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RS_TESTFRAME_CALL&lt;/STRONG&gt; as value.&lt;/P&gt;&lt;P&gt;From SE38, if we excute this report we can get one selection screen-&amp;gt; there we can give the FM name and we can excute it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, What is the purpose of this report...why SAP build this report?&lt;/P&gt;&lt;P&gt;In which senario we can utilize the SY-CPROG value with FM??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen.I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 11:11:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/common-report-name-for-all-function-modules/m-p/4245435#M1013368</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-08-01T11:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Common report name for all Function modules??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-report-name-for-all-function-modules/m-p/4245436#M1013369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RS_TESTFRAME_CALL should only appear in SY-CPROG when the function module is executed for test purposes from within SE37.&lt;/P&gt;&lt;P&gt;If the function module is called from another program, that program name will be in SY-CPROG.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 11:42:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/common-report-name-for-all-function-modules/m-p/4245436#M1013369</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-08-01T11:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Common report name for all Function modules??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-report-name-for-all-function-modules/m-p/4245437#M1013370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; that program name will be in SY-CPROG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry i didn't get you.... plz come again....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen.I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 11:56:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/common-report-name-for-all-function-modules/m-p/4245437#M1013370</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-08-01T11:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Common report name for all Function modules??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-report-name-for-all-function-modules/m-p/4245438#M1013371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm happy to dedicate my 1000th post to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At runtime within a function module, SY-CPROG contains the name of the program that has called the function module. This can be RS_TESTFRAME_CALL &lt;EM&gt;if the function module was called by hitting F8 in SE37&lt;/EM&gt;, or it can be any other program name, depending on the program that has called the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2008 12:07:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/common-report-name-for-all-function-modules/m-p/4245438#M1013371</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-08-01T12:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Common report name for all Function modules??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-report-name-for-all-function-modules/m-p/4245439#M1013372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen Inuganti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 06:00:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/common-report-name-for-all-function-modules/m-p/4245439#M1013372</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-08-04T06:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Common report name for all Function modules??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-report-name-for-all-function-modules/m-p/4245440#M1013373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a question related to this thread, i understand that if we use SE37 to execute the function module we get the SY-CPROG as RS_TESTFRAME_CALL, what about when the function module executed by a remote system, like Siebel calling a function module in SAP, what would be the SY-CPROG value, please share your knowledge.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 08:09:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/common-report-name-for-all-function-modules/m-p/4245440#M1013373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T08:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Common report name for all Function modules??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-report-name-for-all-function-modules/m-p/4245441#M1013374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any thoughts on my question above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2009 11:37:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/common-report-name-for-all-function-modules/m-p/4245441#M1013374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-29T11:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Common report name for all Function modules??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/common-report-name-for-all-function-modules/m-p/4245442#M1013375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I posted this question when I am working with remote system(Dot Net), to debugg the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can get same , even for seibel system..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need any other assistance you can reach out here, with you rrequirement.&lt;/P&gt;&lt;P&gt;I will try to answer it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remeber , I tried with Function group(which we can find at attributes tab of function module), while debugging with External Debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Naveen Inuganti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2009 12:50:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/common-report-name-for-all-function-modules/m-p/4245442#M1013375</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2009-06-29T12:50:38Z</dc:date>
    </item>
  </channel>
</rss>

