Usefull transactioncodes:
- SM30 Maintain tabel views
- SE54 Generate Table Maintenance Dialog: Initial table/View Screen
- SE55 Generate Table Maintenance Dialog: generation Environment
- SE93 Maintain Transaction
Create view in SE11
- Goto transcation SE11 ABAP Dictionary
- Select View and type in the name of the view you want to create.
- Press the Create button
- In the dialog box that appears, choose Maintenance View
- Select tables and fields for the view
- Activate the view
Create maintenance screens
Goto transaction SE55 Generate Table Maintenance Dialog: Geneartin EnvironmentType in Table/View name, Authorization Group, the name of the function module for the screen code. Select one or 2 step screen maintenance:
Create tranaction code to call the view
Goto transaction SE93 and craete a new transaction. Select transaction type Tranaaction with parametersIn the transaction select transaction SM30 Maintain Table Views and insert the paramerts UPDATE and VIEWNAME in the default values part. Note that the value for VIEWNAME should be the name of the maintenance view created above. The value of UPDATE shoul be X.
No comments:
Post a Comment