<?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: Finding hardcoded Profit Center in programs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-hardcoded-profit-center-in-programs/m-p/7204788#M1521798</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the below reports are Used to find the hard code texts in the Program which are in single quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RPR_ABAP_SOURCE_SCAN   -Scan ABAP Report Sources&lt;/P&gt;&lt;P&gt;RS_ABAP_SOURCE_SCAN     -Source Scan ABAP Report&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;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Aug 2010 12:21:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-10T12:21:00Z</dc:date>
    <item>
      <title>Finding hardcoded Profit Center in programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-hardcoded-profit-center-in-programs/m-p/7204785#M1521795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have requirement, asking me to find all the programs where profit center is hard coded.&lt;/P&gt;&lt;P&gt;Can any body tell me how to find ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing that comes to my mind is search using WHERE USED LIST for MARC-PRCTR.&lt;/P&gt;&lt;P&gt;But i am not sure this will give me the information accurately.&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;Robin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 11:48:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-hardcoded-profit-center-in-programs/m-p/7204785#M1521795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-10T11:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Finding hardcoded Profit Center in programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-hardcoded-profit-center-in-programs/m-p/7204786#M1521796</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;yes you can use that or use the program RS_ABAP_SOURCE_SCAN program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 11:52:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-hardcoded-profit-center-in-programs/m-p/7204786#M1521796</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2010-08-10T11:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Finding hardcoded Profit Center in programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-hardcoded-profit-center-in-programs/m-p/7204787#M1521797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;gt; One thing that comes to my mind is search using WHERE USED LIST for MARC-PRCTR.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is what you want to do, god help !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have specific profit centre in mind you can use the programs: AFX_CODE_SCANNER or RS_ABAP_SOURCE_SCAN to check the programs where the value was used. I personally favor the former &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 12:09:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-hardcoded-profit-center-in-programs/m-p/7204787#M1521797</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-08-10T12:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Finding hardcoded Profit Center in programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-hardcoded-profit-center-in-programs/m-p/7204788#M1521798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the below reports are Used to find the hard code texts in the Program which are in single quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RPR_ABAP_SOURCE_SCAN   -Scan ABAP Report Sources&lt;/P&gt;&lt;P&gt;RS_ABAP_SOURCE_SCAN     -Source Scan ABAP Report&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;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 12:21:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-hardcoded-profit-center-in-programs/m-p/7204788#M1521798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-10T12:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Finding hardcoded Profit Center in programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-hardcoded-profit-center-in-programs/m-p/7204789#M1521799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All for your replies.....&lt;/P&gt;&lt;P&gt;I will checkout your solutions and let you know....&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;Sumanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 12:29:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-hardcoded-profit-center-in-programs/m-p/7204789#M1521799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-10T12:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Finding hardcoded Profit Center in programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-hardcoded-profit-center-in-programs/m-p/7204790#M1521800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all..... Your answers solved my problem and i have awarded points to you all....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 17:45:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-hardcoded-profit-center-in-programs/m-p/7204790#M1521800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-12T17:45:08Z</dc:date>
    </item>
  </channel>
</rss>

