SAP ABAP Message Class NF Message Number 202 (Worklist was only updated locally)
Hierarchy
IS-H (Software Component) SAP Healthcare
   IS-HMED (Application Component) Clinical System
     N1BASE_MED (Package) IS-H*MED: Basic Functionality
Attribute
Message class NF  
Short Description IS-H*MED: T-Systems Austria Message Class    
Message Number 202  
Documentation status      
Authorization check Error Message      
Changed On    
Message Text
Worklist was only updated locally
Help Document

Diagnosis

The work list was only locally updated while executing your last function meaning that it only contains the new data which your function created.

No global update was executed. This means that possible changes by other users, which could have been made the last time the work list was displayed, were not included.

It is possible to execute two alternative updates (local or global) after the following functions: Perform, Release and Cancel.

Explanation:

The two different updates of the work list are implemented due to performance reasons:

- local updating: The new status of the work list will be shown immediately and you will be able to work faster. If you would like to see new data (services) from other users in this work mode, you must execute the function 'update'.

- global updating: You also immediately receive all data in its latest status. Preparation of this display will take longer, because new reading of the database is required.

Control flows through user parameter AL1:
- 'LOK' = local updating
- 'GLO' = global updating.

B.: If a parameter is not entered, local updating will be executed.

System Response

The data change that you are executing with this function is being implemented immediately in the database with both updates (local, global).

The following display of the work list will be included:
- in local updates only the last change or
- in global updates all changes made by all users.

Procedure

If you would like to know the status of all data displayed, execute the function 'Update'.

If you would like to hide the display of this message, set your user parameter AL2 to '0'. (To reset the parameter, enter the value '1'.)

If you would like to set it up so that global updating always occurs after the functions Perform, Release and Cancel, set your user parameter AL1 to the value 'GLO'. (To reset the parameter, enter the value 'LOK'.)

Recommendation for AL1 parameter:

- if your data are not that large and the time period of your work list is short, you can work with the parameter AL1 = 'GLO' and attain a short response time.

- if the amount of your data is large or if want to process the work list with a large time period, set the parameter AL1 to 'LOK'.

History
Last changed on/by 20080505  SAP 
SAP Release Created in