cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How can I use CREATE_DEEP_ENTITY method to upload multiple files?

ajaygupta
Participant
0 Kudos
2,180

Hello All,

I have designed a SAPUI5 screen where I need to upload multiple files along with multiple table entries into the SAP Backend system. I was able to SAVE table entries using CREATE_DEEP_ENTITY but could not find any solution to upload multiple files using this method.
I am aware of CREATE_STREAM method which is used for file upload but in my case I cannot use it because I need to submit the payload in a single batch operation in order to complete my workflow.

One possible way would be to return a status flag from CREATE_DEEP_ENTITY and then call CREATE_STREAM subsequently but this will only increase the complications in my workflow.

Accepted Solutions (0)

Answers (4)

Answers (4)

Sona1234
Discoverer
0 Kudos

Hi, I am stuck at this point too. Did you find the solution?

Former Member
0 Kudos

Please check blog to achieve solve the issue 🙂

Regards,

Meghal shah

former_member365727
Active Contributor
0 Kudos

is there a specific reason to not use "CREATE_STREAM" apart from one request from one file...

I have used the same method(CREATE_STREAM) to upload multiple files(one request per file) using promises so that loading indicator will be shown till all the files are uploaded..

Former Member
0 Kudos

Hello Ajay,

Did you manage find a way to handle this!! We are also struck at the same point.

Appreciate any hint/help.