Hello,
I'm am participating on a mobile app development project, and this app is supposed to operate in offline mode. When we were trying to create deep-inserts I noticed that these operations only worked when tested in clients, but didn't when triggered from the app. That's when I came to know through this thread (Lessons learned: Migrating an MBO-based application to an OData Offline App with SMP 3.0 and Kapsel | msc mobile) that offline mode doesn't support deep-inserts.
Now I am trying to create a sale order from the app, and if I did understand it, i am supposed to split our original FM in two (one for order header and one for order item).
But my question is: how it is supposed to work via batch call if each of my items dont have an associated order (as I didn't received yet an order id from sap standard order creation routine) when I run "Create Header" and "Create Item List" in a single call?