Application Development and Automation 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: 
Read only

Maintenance View select query

Former Member
0 Likes
1,214

Can we write a select query for maintenace view.

If no why please explain.

What is the purpose of maintenace view

6 REPLIES 6
Read only

Former Member
0 Likes
843

goto to table maintainance generator of maintainance view...

in there in menu environment-->modification--->source code or events...

main purpose of maintainance view is to update the multiple (related)table at a time (ex mara and makt tables)....

Read only

Former Member
0 Likes
843

You can both read, change, insert and delete data from maintenance view.

This depends on maintenance status of view.

Read only

GauthamV
Active Contributor
0 Likes
843

check this.

[http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/frameset.htm]

Read only

Former Member
0 Likes
843

HI,

We can not write Select stmt for Maintenance view ,

Maintenance View is create ,delete ,change the entries which u want from T.code sm30 check mainten button u wil get the output.

u can create new entries by clicking on new entries button.

Read only

0 Likes
843

Yes i accept with you all

I was trying to write a select query for mainteance view.

But it is giving an error as:

The table you are using in not mentioned as a table or Projection view or data base view in DDIC.

Read only

Former Member
0 Likes
843

Done