Hi,
Now I have finished the function of create a doc flow with the standard "Create Followup" method. And the newly created doc flow will show up as a related transaction in web ui. The problem is I can't delete this doc flow in Web UI. I debug into it and found the VONA_KIND is set to be "A" which means “Interlinkage with data transfer and update” and it can't be deleted.
My problem is I need to enable the deletion. What should I do? I assume if I can change the value of VONA_KIND from "A" to null, it will be solved. but there seems to be nowhere to configure it in "Copying control" in SPRO. I tried to change the value in the copying control badi implementation(method: IF_EX_CRM_COPY_BADI~DOC_FLOW)---it won't run into this method.
Any one can help me? Thanks a million.