ā2013 Dec 04 12:32 PM
Hello everyone,
I've found the transaction code_scanner to be very useful, but I've noticed it does not always pick up text in our CRM system.
For example, looking for text in the class methods of package CRM_UIU_PP. If I search for "GET_CUSTOM_CONTROLLER" I will get results, but if I search for "on_bo_changed" I get no results, despite it being there in method CL_CRM_PP_PRODPROPLISTVIE_IMPL->DO_INIT_CONTEXT.
Do we need to perform any kind of source code aggregation to have code_scanner pick this text up?
We have recently installed a support package, I wonder if that has had an effect also.
Any advice very much appreciated!
Cheers,
Stuart.
ā2013 Dec 11 10:14 PM
Hi Stuart
You may have solved this problem by now but... have you tried program RS_ABAP_SOURCE_SCAN instead of transaction CODE_SCANNER? I don't have access to a CRM to check your specific scenario but it might be worth a shot.
Regards
Glen
ā2013 Dec 11 10:14 PM
Hi Stuart
You may have solved this problem by now but... have you tried program RS_ABAP_SOURCE_SCAN instead of transaction CODE_SCANNER? I don't have access to a CRM to check your specific scenario but it might be worth a shot.
Regards
Glen
ā2013 Dec 12 12:30 PM
Thank you Glen!
Running program RS_ABAP_SOURCE_SCAN gives many more results than code_scanner does!
Cheers,
Stuart.
ā2013 Dec 12 12:42 PM
ā2013 Dec 12 10:35 AM
Hello Stuart,
perhapas the Method "on_bo_changed" is of type event method and these cannot be found?
Otherwise, please try to find an example outside CRM, best on ERP...
Regards
Stefan