‎2008 Dec 18 6:07 AM
Can we write a select query for maintenace view.
If no why please explain.
What is the purpose of maintenace view
‎2008 Dec 18 6:14 AM
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)....
‎2008 Dec 18 6:15 AM
You can both read, change, insert and delete data from maintenance view.
This depends on maintenance status of view.
‎2008 Dec 18 6:15 AM
check this.
[http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/frameset.htm]
‎2008 Dec 18 6:16 AM
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.
‎2008 Dec 18 6:21 AM
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.
‎2008 Dec 18 11:26 AM