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: 

How to MODIFY a view?

Former Member
0 Kudos

HI,

For DB tables, we use MODIFY stattement.

For internal tables, we use MODIFY TABLE statement.

But, I want to modify a view then how ?

Please tell me.

1 ACCEPTED SOLUTION

ThomasZloch
Active Contributor
0 Kudos

removed.

7 REPLIES 7

ThomasZloch
Active Contributor
0 Kudos

removed.

0 Kudos

Hi,

Can you please eloberate your answer and tell me what is 'removed'?

0 Kudos

You can use Modify for VIEW also.

Regards,

ravi

0 Kudos

I posted an answer and afterwards realised it was not quite correct.

Cheers

Thomas

0 Kudos

Hi Ravi,

Please tell me the syntax.

0 Kudos

Hi Ravi,

When I use modify statement, it is giving an error stating that that view is not defined as a table.

0 Kudos

Hi ,

Try VIEW_MAINTENANCE_SINGLE_ENTRY with SUPPRESSDIALOG = 'X'. See Documentation for more

details.

Regards

Saket Sharma