Definition
A view is a concrete instance of a
view type with a client-wide identification. A view type becomes a view, when you– which data the system is to select (
– how the system is to display the data (
layout)– which functions from the view type’s function list are to be available (
function variant)SAP provides standard views that can be used as templates for defining customer-specific views.

The Business Add-In (BAdI) ISH_WP_VIEW_TITLE lets you use your own titles for the views. To do this, you have to implement your new title in the BAdI method ISH_WP_VIEW_TITLE~MODIFY_TITLE. The view data is passed to the BAdI method. This makes it possible for you to display a title that reflects the data in the view.
When you call the BAdI from an occupancy, arrivals, or departures view, the system always passes view data from all three views to the BAdI. For all other views, the system only passes the view data from which you called the BAdI.
You’ll find more information in the documentation for this BAdI in the section entitled Hospital Basic Data ® Clinical Work Station ® Business Add-Ins for Clinical Work Station® BAdI: Change View Title in Clinical Work Station in the IS-H Implementation Guide.
For more information about BAdIs in SAP Patient Management, see
Customer-Specific Modification and Enhancement Possibilities.