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,207

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.

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
Read only

Former Member
0 Likes
1,048

Did you try with CS operator or REGEX?

Please search the forum for their usage.

Thanks,

Shambu

Read only

0 Likes
1,048

HI Shambu,

does it apply to R3 also.

Thanks

Read only

0 Likes
1,048

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

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,048

Moderator Message:Unmarked as question. Sounds basic.

Use range tables & in clause with CP option.

Kesav

Read only

0 Likes
1,048

This is solved.  Thanks Kesav and shambu