cancel
Showing results for 
Search instead for 
Did you mean: 

send all data to backend OData service

krushii
Explorer
0 Kudos
681

Have a SimpleForm and Table on one View with binded OData service.

have save button in footer and want to get all insert data on submit button and send to backend,

newer try this type of example, it will be helpful if anyone help,

Thanks in Advance

filipn
Product and Topic Expert
Product and Topic Expert

Hello,

Have you implemented UPDATE_ENTITY or CREATE_ENTITY in your odata service?

for example:

io_data_provider->read_entry_data( importing es_data = ls_headerdata ).

Do you have issue in frontend or backend?

Regards,

Filip

krushii
Explorer
0 Kudos

I have issue in Front end Want to get all data which i entered (in Table and Form) on a submit button and send it to backend for creating a record

@filipn

View Entire Topic
krushii
Explorer
0 Kudos

solved issue by myself create odata model and push all data to entity field provided by abaper