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

Former Member
0 Likes
1,049

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

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

andreas_mann3
Active Contributor
Read only

nablan_umar
Product and Topic Expert
Product and Topic Expert
0 Likes
746

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.