If you are looking to create records in the backend from the UI5 app then you will have to create an ODataModel object in the submit function and call the create method. The first parameter in this method is sPath which is where you mention the name of the entityset where you want to create the record.
Refer SAPUI5 SDK - Demo Kit
Regards,
Saurabh