Hi,
The point is if all 10 text fields are SAP objects or they are your Personas objects. The two saving may have conflicts if they both operating on the same object.
Maybe you can consider these:
- Try to add "Refresh screen" in between so the data are sync.
- Separate the objects - use your own text fields for RFC, after saving the standard object, copy the data to the standard objs then do RFC.
- If you use a button to push the two saving btns, try to add time delay by JS timeout function, so there is a time gap in the two saving.
Hope this can give some hints.
Dong