MessagesUsageSystem MessagesTypically an iViews should not issue system messages. Success MessagesIn some cases we recommend giving feedback on a user's successfully completed action. Among these cases are:
Error MessagesAn iView should be programmed so that error messages do not occur. Therefore, before putting effort into error messages and asking how they should look like, where they should appear and what the wording should be, consider to avoid errors so that your iViews does not need error messages at all. See Help and User Support for details and examples on error prevention. LocationIf messages cannot be avoided, system and error messages that refer to the iView as a whole are displayed above the iView content. They are set off the header bar and the following content by five pixels each (cf. Figure 1). Messages referring to one element of an iView (e.g. one field of a form) are placed directly above this element with an offset of five pixels. TypesThere are two message types
Figure 1: Critical and uncritical messages referring to the iView as a whole. Both message types are visually distinct:
Source: SAP iView Guidelines for Java |