# SAP Events
These events are in SAP.js
file.
# Ti.App.fireEvent('checkLoginSAP')
Fired after login to the SAP.
Example:
Ti.App.fireEvent('checkLoginSAP', {
username: 'myUsername',
password: 'myPassword'
})
username
- Username from the login credentials. If null,KULESZAKAROL7000001
will be set as username.password
- Password from the login credentials. If null,Pitcher@1234
will be set as password.