cancel
Showing results for 
Search instead for 
Did you mean: 

Extend Standard Fiori App when there is no extension point from SAP

gaffaransari
Participant
0 Kudos

Dear All,

I went thru many blogs and documentation on how to extend standrad Fiori apps but I have some clarifications. I have standard fiori app where I want to add a custom field. WebIDE doesn't show any extension point for this. Is there any help provided on this on how to proceed with OData and UI side? I redefined the standard OData service but would like to know detailed steps.

View Entire Topic
pramod_nagargoje
Explorer

HI Abdul,

Yes, it is possible to modify standard apps without extension points. Please write something similar inside your component.json file under customizing.

	"sap.ui.viewReplacements": {
				"<current view>": {
					"viewName": "<New View>",
					"type": "XML"
				}
			}