‎2006 Nov 07 12:25 PM
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
‎2006 Nov 07 3:23 PM
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.
‎2006 Nov 07 3:23 PM
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.
‎2006 Nov 13 4:52 AM
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
‎2006 Nov 14 11:36 AM
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.