I do not know. What I ended up doing is the child forms do all work with the view self-contained. Not sure why FiC does that tablerevert.
I have a form with a private data session. It opens a view, say viewData1. The view is buffered type 5. Now I go to do what I always do when adding a record - I do an append blank on the view, then I call the editing child form. If the user presses OK we tableupdate, if cancel tablerevert.
The problem is FiC is not letting me open a child form and access a view that is in such a state. FiC is doing a tablerevert before loading the child form. Is there any way I can change that behavior?
Thanks