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

Adding fields to a standard view.

Former Member
0 Likes
2,227

Hi All,

I have added an 'append structure' with some new fields to table TVSTZ. Now i want to add corresponding fields to a view V_TVSTZ.

I am not able to find anything like append structure to the view in SE11.

Is there a method to add fields or do we have to re-generate the view?

Regards,

Sameer

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,233

U can't add fields to a view. Basically, view is one which is been generated from tables. U might need to regenarate the view inorder for the new fields to be shown up.

3 REPLIES 3
Read only

Former Member
0 Likes
1,234

U can't add fields to a view. Basically, view is one which is been generated from tables. U might need to regenarate the view inorder for the new fields to be shown up.

Read only

uwe_schieferstein
Active Contributor
0 Likes
1,233

Hello Sameer

If you really want to add the fields to view V_TVSTZ then you need to modify this view which I do not recommend. Instead, create your own view (e.g. ZV_TVSTZ) and define a z-parameter transaction for calling this view.

Regards

Uwe

Read only

former_member283648
Participant
0 Likes
1,233

Hi,

It should be possible for you add new fields in the view without any problem provided u have adjusted the DB table for which u have done append structure. So try adjusting the table in SE14 and then try to add the new field in the view.

Hope this helps u.