I have a view containing an input form. This view has two buttons:
1. "Verify": it calls an RFC which verifies the consistency of the input data.
2. "Create": it calls an RFC which insert the input data in the db.
By importing the two RFC, I got two different Model Objects.
Consequently, in the component controller context I created two
different Model Bound Nodes.
Here is the problem: I have ONE view with its context which should be mapped
to TWO different Model Bound Nodes.
Do you have any suggestion on how to solve this?
Thanks in advance and best regards.