is the name of your XML view with the SplitApp control named 'routing.view.xml' and resides in a folder 'routing' under the resource root path?
metadata:{
routing:{
config:{
viewType:"XML",
viewPath:"dami.fistrout.routing",
targetControl:"idAppControl",
clearTarget:false,
transition:"slide",
},
assuming you defined a rootView based on XML the 'viewData' property isn't applicable
createContent:function () {
var view = sap.ui.view({
id:"app",
viewName:"dami.fistrout.routing.routing",
type:"XML",
viewData:{component:this}
});
please share your index.html too if the above is not true of your view structure.