Object documentationView

 

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

SAP provides standard views that can be used as templates for defining customer-specific views.

Note 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 Start of the navigation path Hospital Basic Data Next navigation step Clinical Work Station Next navigation step Business Add-Ins for Clinical Work Station Next navigation step BAdI: Change View Title in Clinical Work Station End of the navigation path in the Healthcare Implementation Guide.

For more information about BAdIs in SAP Patient Management, see Customer-Specific Modification and Enhancement Possibilities.

End of the note.