Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

function "STRING" performance

Former Member
0 Likes
624

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 >

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
586

I doubt if there's enough performance difference to worry about.

Rob

4 REPLIES 4
Read only

former_member156446
Active Contributor
0 Likes
586

CA CS will search as well..

if itab-field CA 'A'. "<<< contains any

if itab-field CS 'ABCD' "<<< contains string

Read only

0 Likes
586

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.

Read only

Former Member
0 Likes
587

I doubt if there's enough performance difference to worry about.

Rob

Read only

0 Likes
586

Thanks Rob for your response.