‎2008 Feb 15 6:18 PM
Does anyone has any idea if there is any performance issue using the SAP standard function "SEARCH" to search a string?
Is there any other efficient way to search a string from a long text ?
< Thanks for your time >
‎2008 Feb 15 6:45 PM
I doubt if there's enough performance difference to worry about.
Rob
‎2008 Feb 15 6:21 PM
CA CS will search as well..
if itab-field CA 'A'. "<<< contains any
if itab-field CS 'ABCD' "<<< contains string
‎2008 Feb 15 6:23 PM
Thanks Jay for your time and response.
Well, I have to do the fixed string search and not the partial one.
My question is basically for the performance of the function.
‎2008 Feb 15 6:45 PM
I doubt if there's enough performance difference to worry about.
Rob
‎2008 Feb 15 7:32 PM