Creating a Projection View
Enter the name of the view in the initial screen of the ABAP Dictionary, select object class Views and choose Create. A dialog box appears in which you must choose the type of the view. Select the type Projection view.
The maintenance screen for projection views appears. You will see an input field for the base table of the projection view and an input area for view fields.
You can enter the field names directly. If you do not know the field names, you can also copy them from the tables. To do this, position the cursor on a table and choose TabFields. The fields of the table are now displayed in a dialog box. You can copy fields from here by marking the first column and choosing Copy.
Optional Settings
You can make the following optional settings:
Select the Mod column (modify) for the view field and choose Enter. The Data element field is now ready for input. Enter the new data element there. This data element must refer to the same domain as the original data element. With the F4 help key for the Data element field, you can display all the data elements which refer to the domain of the field. If you want to assign the original data element again, you only have to reset the Mod flag and choose Enter again.
The maintenance status determines how you can access the view data from ABAP programs (read only, read and change). Choose Extras
With Utilities
With Extras
If a foreign key which was automatically included in the view definition is defined for the field of the base table, you can display it. To do so, position the cursor on the view field and choose Extras
See also:
Projection Views