Hello guys,
I have a little question:
I wrote a SAPUI5 application where I had to pass an array of complex items to Gateway. I solved this by doing a Deep Insert. Therefore I created a dummy header entity on Gateway and made an association to the items. This way I can submit the items from SAPUI5 to Gateway.
My question is:
My deep insert method should return a table of bapiret2 structures to the client. How can I do this?
The return type of the CREATE_DEEP_ENTITY method is ER_DEEP_ENTITY TYPE REF TO DATA.
Any idea how I can return a list of bapirets in the create_deep_entity method?
Thanks a lot
Goluef