Hi Chirag,
You could use the model.
Or get the individual controls and set their values to ''
For example.
sap.ui.getCore().byId('app--initial--idpl').setValue('');
sap.ui.getCore().byId('app--initial--idsp').setValue('');
sap.ui.getCore().byId('app--initial--idsl1').setValue('');
sap.ui.getCore().byId('app--initial--idsl2').setValue('');
sap.ui.getCore().byId('app--initial--idb1').setValue('');
sap.ui.getCore().byId('app--initial--idb2').setValue('');
sap.ui.getCore().byId('app--initial--idm1').setValue('');
sap.ui.getCore().byId('app--initial--idm2').setValue('');
sap.ui.getCore().byId('app--initial--idrf').setValue('');
sap.ui.getCore().byId('app--initial--idpg').setValue('');
sap.ui.getCore().byId('app--initial--idcol').setValue('');
Use UI5 Inspector - Chrome Web Store to find the ids easily.
Regards,
Naren L Naik