applicationId member

The application ID with which sap.Logon.init was called. It is available here so it is easy to access later.

Syntax

<static> applicationId

Example

// After calling the init function
alert("The app ID for this app is: " + sap.Logon.applicationId);

Source

LogonController.js, line 1534.