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: 

Adding new field in Database view

P391792
Participant
0 Kudos

Hi,

I am adding a new field to existing database view so only adding is enough or shall I use database utility. Please let me know.

Thanks & Regards,

Joseph

3 REPLIES 3

former_member404244
Active Contributor
0 Kudos

Hi,

Its always better to use database utility ...Use it...

regards,

Nagaraj

Former Member
0 Kudos

Views are basically, collection of fields from diffrent databse tables.You can define extra selections for fields in a selection view at runtime using dynamic selections. The extra selections are sent to the database and help to minimize the number of database accesses. This works as long as the database tables in the selection include of the logical database are defined for dynamic selections, and that the database program is programmed accordingly.

You can go to SE11, type the name of the view and add the additional field present in any of the tables and activate the view. Once activated the view will reflect the new field added and you can use this for selection purposes.

Regards

Vasu

srajendran
Explorer
0 Kudos

Hi,

using append view we can add fields in database view.

thanks & regards,

senthilkumar.R