If I have a DO with 3 methos, getlist, getldetail and modify.
Getlist returns one register (if that register has children). For that register, getdetail returns 2 children. The method modify deletes the two children in R3. Now when I run modify, the logic also runs getdetail but as the getdeatil does not return anything, that two children are deleted from CDS but the register father continue.
I dont want that. I would like that if getail does not return children, the father and two children will be deleted from CDS.
Any idea?
I have tried it deleting the register from parameter export in getdail function.
Thanks
Edited by: Maria Elena Fernandez on May 10, 2010 6:01 PM