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

Former Member
0 Likes
295

hi ,

i have 3 fileds in internal table.

1)create date

2)create time

3)purchase doc number

i'm getting repeadted purchage document numers(ebeln) in output.

i need to delete the dummy purchase document numbers.

what is delete statement for this i need to follow?

thank u.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
279

Use

SORT ITAB.

DELETE ADJACENT DUPLICATES ....COMPARING ...

1 REPLY 1
Read only

Former Member
0 Likes
280

Use

SORT ITAB.

DELETE ADJACENT DUPLICATES ....COMPARING ...