| |
Function Names - Special CasesCalling and Closing Functions | Save and Temporary Save | Delete, Recall, Undo and Cancel | Back This page describes guidelines for the naming of special functions.
Calling and Closing FunctionsThe text describing functions should be as exact as possible. Make sure that the function that calls or starts a transaction is stated differently than the function that closes the same transaction. Examples
Save and Temporary SaveIn addition to a save function at the end of a transaction, users also require a save function during the transaction. This function should not be called "Save" or similar, but rather should be described more precisely. Examples
Delete, Recall, Undo and CancelGenerally, the user cannot redo his or her last entries unless there is a special function to do so, such as "Delete entry". If it is possible to cancel or delete saved or booked data, you should warn the user about the consequences of such an action.
BackUse the standard formulation "Back to Examples
Source: SAP Reference Lists |