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: 

Problem selecting from VIEW

Former Member
0 Kudos
120

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

5 REPLIES 5

Former Member
0 Kudos
92

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

Former Member
0 Kudos
92

1. You can select from view

2. make sure that you had declared the view in tables statement

TABLES < V_VIEWNAME>.

Former Member
0 Kudos
92

Hi Santosh,

The view I am talking about is a custom made one. which is noy available in STANDARD SAP.

Regards,

Anirban .

former_member188827
Active Contributor
0 Kudos
92

have u declared da view in ur report.if not use

tabes view_name.

hope dis works..

reward points plz.

0 Kudos
92

i think selection can be made with database view and not with maintenence view.