cancel
Showing results for 
Search instead for 
Did you mean: 

Can we send a table to UI in create_deep_entity

nandishm
Participant
0 Kudos

Hi Experts

In one of requirements, i using create_deep_entity to create multiple records at a time.

Consider i have 6 records to create, but only 2 were created.

SO i need to send other 4 records to Ui saying that creation was failure.

Can we send these $ records in er_deep_entity

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184867
Active Contributor
0 Kudos

To create multiple records in one shot you should use a batch request.You can read more at http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40546820-3ea7-2f10-dfab-be373c0da...

Deep insert is ideal for cases where you want to create Parent and child Entity(Entities) in one shot.

May be for the failed records you can fire a separate batch call.