Hi Ralf,
You can get the name of the current screen with this command:
sap.ui.getCore().byId(“Application”).getCurrentPage()
It will yield an Object containing various metadata of the Current Page, including the name.
To navigate, you can use dinkel´s snipptets.
Enter the destination URL
Or link to existing content