How do I find the maintenance view of a table in SAP?
Find a maintenance view in SE11 You will get a pop-up window with a list of ABAP objects where your table is used. Tick checkbox “Views” leaving all other checkboxes unticked. Press Enter to continue. You will get a list of table views relevant to the table you want to maintain.
What is a maintenance view in SAP?
The maintenance view is created on two or more tables, which is used to maintain the data of several tables altogether. It can combine several tables in a single unit, but the tables must have a foreign key relationship. It allows us to maintain and read the data of the table.
How do you delete a view cluster in SAP ABAP?
Steps are as follows:
- Run transaction SE54, and click “Edit View Cluster”
- Press Create/Change Button, to reach to the following screen. Now press Delete button on Toolbar or press (Shift + F2).
- Keep pressing Enter on the Pop-ups that appear.
- Press Save to Exit. View Cluster is now deleted.
How do I create a maintenance view transaction?
Follow these steps :
- go to transaction SE93 , give your own transaction code say ztran_tab, for maintaining your ztable.
- Click on create button and check the radio button Transaction with parameters (PARAMETER TRANSACTION) and click on the tick button.
- In the next screen enter default values:
What is SAP SM34?
SM34 is a transaction code used for Viewcluster maintenance call in SAP. It comes under the package SVIM. When we execute this transaction code, SAPMSVMA is the normal standard SAP program that is being executed in background.
How do I find the maintenance view of a table?
If you still need to know the maintenance view name, please continue with Edit->Display IMG Activity: click tab “Maint. objects”: The Customizing Object V_TB039A is the maintenance view we are looking for.
What is the difference between maintenance view and TMG?
TMG is specific to a particular table on which its created however Maintenance view clubs fields from multiple tables based on foreign key relationship.
How do you create a view cluster in SAP ABAP?
Go to transaction se54 and select “Edit View Cluster” and provide new cluster name. Click create/change. Go to object structure and new entries with the view names. Set the header level and the item level parameters.
How do I delete a cluster in SAP?
Try with following: Use program RPUP1D00, RPUP2D00. to delete data from PCL1, PCL2. The Time Evaluation results are stored in cluster tables. Go To se38 and the give ,RPCLSTB1,RPCLSTB2 and delete the results.