‎2010 Aug 10 12:48 PM
Hi All,
I have requirement, asking me to find all the programs where profit center is hard coded.
Can any body tell me how to find ?
One thing that comes to my mind is search using WHERE USED LIST for MARC-PRCTR.
But i am not sure this will give me the information accurately.
Regards,
Robin
‎2010 Aug 10 12:52 PM
Hi,
yes you can use that or use the program RS_ABAP_SOURCE_SCAN program.
Regards,
Nagaraj
‎2010 Aug 10 1:09 PM
>
> One thing that comes to my mind is search using WHERE USED LIST for MARC-PRCTR.
If this is what you want to do, god help !!
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
‎2010 Aug 10 1:21 PM
Hi Robin,
the below reports are Used to find the hard code texts in the Program which are in single quotes.
RPR_ABAP_SOURCE_SCAN -Scan ABAP Report Sources
RS_ABAP_SOURCE_SCAN -Source Scan ABAP Report
Regards
Prabhudas
‎2010 Aug 10 1:29 PM
Thanks All for your replies.....
I will checkout your solutions and let you know....
Regards,
Sumanth
‎2010 Aug 12 6:45 PM
Thanks all..... Your answers solved my problem and i have awarded points to you all....