Forum

jonas.rausch
Participant
    Has successfully completed the online course Introduction
    Has successfully completed the online course Intermediate (200)
    Has successfully completed the online course Advanced (300)
5 years, 9 months ago #19473
Up
1
Down
::

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.