cancel
Showing results for 
Search instead for 
Did you mean: 

Build App - Editable table control like UI5 Table Control

jaysharma2005_84
Explorer
0 Kudos

Hi Experts,

I am looking for an option to add an editable input table in SAP Build App. Is this available or possible?

It should have option to add/delete record like UI5 Table control.

Regards,

Jay

Accepted Solutions (1)

Accepted Solutions (1)

Dan_Wroblewski
Developer Advocate
Developer Advocate
0 Kudos

Currently, SAP Build Apps and UI5 are completely separate technologies, and SAP Build Apps does not have the table control. It seems to me that SAP Build Apps was built with mobile first, and therefore did not create sophisticated multi-column table controls.

  • There is a table control but it essentially a view component.
  • You can of course built a table component using components and containers and repeats.
  • And if you take a look at my blog https://blogs.sap.com/2023/12/26/how-to-handle-s-4hana-apis-in-sap-build-apps/ you can see how I built a set of pages to do all the CRUD operations and reuse the same component for create, read and update operations.
jaysharma2005_84
Explorer
0 Kudos

Thank you Daniel for clarifying and providing guidance.

Answers (0)