SAP DDIC APPEND VIEWS
Get Example source ABAP code based on a different SAP table
ABAP_DDIC - Append Views
A DDIC append view can add further fields from one of the basis tables of a DDIC database view to the database view in question. Append views cannot be used to add further basis tables to the view or to modify the join conditions or selection conditions of a DDIC database view. A DDIC append view is assigned to exactly one DDIC database view. More than one DDIC append view can be created for a DDIC database view.
When a DDIC append view is activated, an
If a DDIC database view is activated, all DDIC append views for this view are found and their fields are appended to the DDIC database view. The append structure of the append view is added to the structure of the DDIC database view. If an append view is created or modified, the associated DDIC database view is changed automatically when the append view is activated.
Latest notes:
ABAP_HINT_END
Example ABAP Coding
The DDIC append view
ABAP_EXAMPLE_END