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

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

Former Member
0 Likes
1,219

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.

Moderator Message:Unmarked as question. Sounds basic.

Use range tables & in clause with CP option.

Kesav

5 REPLIES 5
Read only

Former Member
0 Likes
1,060

Did you try with CS operator or REGEX?

Please search the forum for their usage.

Thanks,

Shambu

Read only

0 Likes
1,060

HI Shambu,

does it apply to R3 also.

Thanks

Read only

0 Likes
1,060

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

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,060

Moderator Message:Unmarked as question. Sounds basic.

Use range tables & in clause with CP option.

Kesav

Read only

0 Likes
1,060

This is solved.  Thanks Kesav and shambu