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: 

how to delete a particular record in field symbol

Former Member
0 Kudos

Hi,

i am declaring field symbol type any table i, i want delete a particular record in that filed symbol.

How to do that.

3 REPLIES 3

former_member218674
Contributor
0 Kudos

Hello Himam,

It is not possible to delete directly from <itab> as it is of generic type.

But you can do loop at <itab> ASSIGNING <wa> and then you can clear content of <wa> this will delete

the line from internal table.

Thanks,

Augustin.

Former Member
0 Kudos

Hi Himran,

Clear the content and the line will be deleted.

Hope it helps you.

Thanks & Regards

Harsh

Former Member
0 Kudos

Hi Himran,

Clear the content and the line will be deleted.

Hope it helps you.

Thanks & Regards

Harsh