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: 

Delete Entries in View

Former Member
0 Kudos
157

Hi Experts,

One small doubt. I have a view in which i dont want some data to be populated. I dont want to delete that manually but to be taken care of automatically. To be clear i want only one row in the table for a given month. Any suggestions?

Regards,

Ramesh.

5 REPLIES 5

Former Member
0 Kudos
80

???

A Database View is a "logical" object. It is the joining of multiple tables to create the "view" of the data.

If you do not want to see an entry in a view, you must remove the entries from the appropriate tables which were joined to make the view.

0 Kudos
80

How is this view maintained? do you have individual maintenance for the view tables as well?

Former Member
0 Kudos
80

Hi Srinivas,

There is no individual Maintenance for this view.

Regards,

Ramesh.

former_member188685
Active Contributor
0 Kudos
80

Hi,

you have the selection screen for the view, with that you can control the data, using selection criteria you can exclude them, but if you want them to exclude from the table then you need to remove it from the join tables also. this will be big task. <b>i feel using selection restriction is easy.</b>

Regards

Vijay

0 Kudos
80

How is the view maintained?