2006 Nov 30 6:26 AM
Hi,
I wanted to create maintenance view. Before that i wanted to know what is maintenance veiw and why do we go for maintenance view
2006 Nov 30 6:27 AM
Check the below link:
http://help.sap.com/saphelp_40b/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm
rgds
Anver
2006 Nov 30 6:29 AM
Hi,
A Maintenance View is used when you want to allow the user to enter the data into the table manually by himself. That is, there's no application logic to update the table, but the user himself directly enter the data throught the table control.
This is especially used in case of customizing data / control data in SAP.
Regards,
Anand Mandalika.
2006 Nov 30 6:30 AM
SE11, enter the table name click change. In the next screen, click Utitlies-->table maintenance generator.
Enter &NC& as the auth group.
Enter the function group to use (ex. Z_TABMAINT)
click One Step, enter '1' as the screen number. Click the create button.
Once generated, you can use it by going to SM30, enter table name and click maintain
2006 Nov 30 6:30 AM
Hi,
Maintanance view is a view created using the outer join. These views are generally created for inserting data into more than one tabe at a time.
Regards,
Sesh