Persistence   |  Generic Sync

 

Multi-User Support

It is possible to have several end-users share the same MI client installation sequentially and have the same end-user use different devices, as is required in shift work. End-users log onto the device with the same user ID and password that they have on the Web AS. The Mobile Infrastructure allows access only to applications that are assigned to the user on this device. A Mobile Infrastructure application has access to all data. The Mobile Infrastructure API (for example Persistence API) has a visibility mode that can be set to "separated" (= user specific data only) or "shared" (=data from all users).

Key features

User Interface

The MI client API offers the User interface that is based on the SAP user interface specification. The MI client API support a portion of the SAP user interface specification so will find some methods, that are declared as "method not support" in the Javadoc. Refer to the Javadoc for more details.

UserManager

The UserManager instance gives you access to the current logged in user. You can get the current users name and log out the current user. Refer to the Javadoc for more details.