I'm working on a Master Detail PO receipt app.
In the detail page, I have a button (sbmit) supposed to execute the code in the create_deep_entity method.
I want to know how to get the values entered by the user (Header entity and Items entity) and then how to call the create_deep_entity method.
In the function for pressing the Approve button, I put:
var oPOHeader = this.getView().getModel().getData()
But it's returning null.
Any ideas on how to achieve this ?
Thanks in advance.
Request clarification before answering.
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 5 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.