Application Development 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: 

Delete rows with string like 'For Del....'

Former Member
0 Kudos

Hi Experts,

I have been trying to delete rows with 'For Del..." string.

Im using the relational operator 'LIKE'  but SAP does not permit.

Here is my code:

DELETE gt_outtab WHERE name like 'FOR DEL%'.

Any suggestions from the experts group?

Thanks.

5 REPLIES 5

Former Member
0 Kudos

Did you try with CS operator or REGEX?

Please search the forum for their usage.

Thanks,

Shambu

0 Kudos

HI Shambu,

does it apply to R3 also.

Thanks

0 Kudos

Yes, Please check for operators in SAP Help(F1).

kesavadas_thekkillath
Active Contributor
0 Kudos

Moderator Message:Unmarked as question. Sounds basic.

Use range tables & in clause with CP option.

Kesav

0 Kudos

This is solved.  Thanks Kesav and shambu