Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

What is maintenance View . Why do we need to go for maintenance View

Former Member
0 Kudos
127

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

4 REPLIES 4

anversha_s
Active Contributor

Former Member
0 Kudos
79

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.

0 Kudos
79

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

0 Kudos
79

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