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 a record in Cluster table

Former Member
0 Kudos

hi all,

can we delete a record in cluster pcl1 , pcl2 . if so how ? is there any functional module ? or send me some sample code to do the same.

cheers

senthil

2 REPLIES 2

andreas_mann3
Active Contributor

nablan_umar
Active Contributor
0 Kudos

You can use EXPORT statement. If you want to delete a record of a key, you need to read the cluster first into your internal table, then delete whichever record you want, then export back that table.