SAP Program CACS_VIEW_GENERATOR - Program CACS_VIEW_GENERATOR

Purpose
Program CACS_VIEW_GEGENRATOR helps developers to create a maintenancedialog for a versioned table.

Prerequisites
To execute this program, you need an active versioned table.

Features
If the table is already linked to a text table, this link is used. If notext table exists but you wish to have one, you can generate it byselecting the corresponding checkbox.
The view name and the name of the generated function group are set toV_(table name) by the program. However these names can be overridden inthe initial screen.
To display the history of all versions, there is generally a separateview in Customizing that displays all versions. This can be generated byactivating the second checkbox.
The include contains the template coding for the events of themaintenance dialog that allow the versioned editing of entries andchanges. The defaulted include LCACS_CREATE_TEXT_AND_VIEWM01' shouldsuffice for all versioned standard views. If it is necessary toimplement additional events or change the existing coding, the developershould decide whether to make the adjustment manually for an individualmaintenance dialog or to define a new "master include" for multiple use.