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: 

regarding maintenance views

Former Member
0 Kudos

what is the main purpose in creation of maintenace views???????

and where we use it in real time?????

5 REPLIES 5

Former Member
0 Kudos

Hi,

Maintenance views enable a business-oriented view on data, while at the same time, making it possible to maintain the data involved. Data from several tables can be combined in a maintenance view and maintained collectively with this view. That is, the data is entered with the view and then distributed to the underlying tables by the system.

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm

Regards

Sudheer

Former Member
0 Kudos

Hi

Maintenance View ( SE54 )

Maintenance views enable a business-oriented approach to looking at data, while at the same time, making it possible to maintain the data involved. Data from several tables can be summarized in a maintenance view and maintained collectively via this view. That is, the data is entered via the view and then distributed to the underlying tables by the system.

Please have a look at below link. It will help you.

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed06446011d189700000e8322d00/frameset.htm

for more detailed info look on:

http://www.sap-img.com/abap/what-is-the-different-types-and-usage-of-views.htm

&

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/abap+dictionary&;

Creation of Views:

1.Go to se11

2. select view radiobutton and give a name

3. Create

4. select type of view you want to create. Such as database view.

5. give short description

6. give a table name such as mara

7. press the pushbutton relationship. here you will find all the tables which are allowed to create view with mara.

8. select one or mane tables.

8 copy

9.save , check and activate.

<b>Reward points for useful Answers</b>

Regards

Anji

0 Kudos

plz explain main it's use????????

everything telling that in the purpose of business oriented way????

but no one telling it's use...........

0 Kudos

A maintenance view allows you to read and change table/view-data via transaction SM30 .

Former Member
0 Kudos

Hi

maintenance views are mainly used to maintain the tables

like entering the multiple records at a time

if u creat a table in se11

if you want to enter data you will go for se16 and entering the data record by record

if you want to enter records 100 at a time you can do this with the maintenance views so this is the main use of the table maintenance views

reward if usefull