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

Problem selecting from VIEW

Former Member
0 Likes
616

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
Read only

Former Member
0 Likes
588

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

Read only

Former Member
0 Likes
588

1. You can select from view

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

TABLES < V_VIEWNAME>.

Read only

Former Member
0 Likes
588

Hi Santosh,

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

Regards,

Anirban .

Read only

former_member188827
Active Contributor
0 Likes
588

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

tabes view_name.

hope dis works..

reward points plz.

Read only

0 Likes
588

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