View
Concrete instance of a view type with a client-wide identification. A view type becomes a view, when you
Assign an identification for the view
Enter a short descriptive text for the view
Use variants to define
which data the system is to select (selection variant)
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.
Note
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.
For more information, see the documentation for this BAdI under in the Healthcare Implementation Guide
.
For more information about BAdIs in SAP Patient Management, see Customer-Specific Modification and Enhancement Possibilities.