2004 Nov 17 9:22 AM
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
2004 Nov 17 1:44 PM
Hi Senthil,
look here:
http://10.243.51.62/helpdata/EN/fc/eb3c53358411d1829f0000e829fbfe/content.htm
Andreas
2004 Nov 17 7:09 PM
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.