2007 Jan 26 8:51 AM
Hi All,
I have to select from a maintenance view which is well defined (in ABAP DDIC).
The problem is :
<b>
System is throwing a error saying the view is NOT defined in ABAP DDIC.
</b>
What can be the possible reason for this.
Can we <b>NOT</b> select from maintainance views ?
Please advice.
Regards,
Anirban
2007 Jan 26 8:52 AM
HI,
There is no harm in making use of view ...
Can you please let us know the view which you are making use of ??
Regards,
Santosh
2007 Jan 26 8:55 AM
1. You can select from view
2. make sure that you had declared the view in tables statement
TABLES < V_VIEWNAME>.
2007 Jan 26 8:56 AM
Hi Santosh,
The view I am talking about is a custom made one. which is noy available in STANDARD SAP.
Regards,
Anirban .
2007 Jan 26 9:10 AM
have u declared da view in ur report.if not use
tabes view_name.
hope dis works..
reward points plz.
2007 Jan 26 9:26 AM
i think selection can be made with database view and not with maintenence view.