Sets the identifier for the current application.
Set the application identifer before calling startConnection or registerApplication.
public void setApplicationIdentifier(java.lang.String value)
// Initialize Application settings
Application app = Application.getInstance();
		
// The identifier has to match the 
// application ID deployed to the SAP Mobile Server
app.setApplicationIdentifier("SMP101");
            
            
            This method must be called in the user interface thread.