I solved the problem updating my index.html at the very first scrip section:
<script type="text/javascript">
window["sap-ushell-config"] = {
defaultRenderer : "fiori2",
services: {
NavTargetResolution: {
// navigation target resolution service is configured to resolve the empty location hash to the application
config : {
resolveLocal : [ {
"linkId" : "",
resolveTo : {
additionalInformation : "SAPUI5.Component=abaco.sapui5.crmcustomers",
applicationType : "URL",
url : "./" + window.location.search // pass URL query parameters to application
}
}]
}
}
} // services
};
</script>
<script src="/sap/public/bc/ui5_ui5/resources/sap/ushell_abap/bootstrap/abap.js"></script>
I hope it can help!
Best regards,
Marc