Hi,
I have a table called ZMATERIAL,
If I want to insert the data into this table I have to write a SQL query, INSERT INTO ZMATERIAL VALUES ('Material1')
My client requirement is, they want a web application like below and want to create the materials through the same.
What is the best approach to achieve the same?
- UI5 or XSapp?