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: 

V023 Table use

Former Member
0 Kudos

Dear All

The following error occured, when i write select qry for V023 table.

"V023" is not defined in the ABAP Dictionary as a table, projection

view or database view.

How can get data from V023 table?

Thanks And Regards

Suresh

6 REPLIES 6

former_member188829
Active Contributor
0 Kudos

Hi Suresh,

V023 Is a Maintainance View..

From Maintainace View We Can't Retrieve the Data....

Regards

Vishnu.

Message was edited by:

Vishnu Reddy

former_member404244
Active Contributor
0 Kudos

Hi,

From Maintainace View We Cannot Retrieve the Data....

Regards,

Nagaraj

0 Kudos

hi Nagaraj

how will Retrieve

Regards

Suresh

0 Kudos

You can simple get data from t023t as well, without need to copy any views.

Regards,

Csaba

0 Kudos

As C I points out, one ususally looks at the table/join condition tab of a view to see which tables make up that view. Amazing what one finds when just looking at the tabs, the drop down menus, etc.

Former Member
0 Kudos

Simple my dear.. copy the View as database view with all its table and fields intact and then you can query you new view instead of V023

plz

No Rewards