UI5 Routes
Routing configuration in SAPUI5 consists of routes, targets, and a config section that together define how an application navigates between views. Developers use it to map URL patterns to specific targets (views or components), enabling deep-linking and structured in-app navigation. For more details, see the Routing Configuration documentation.