2010 May 01 11:42 AM
Dear All,
I am creating a Database View and I would like to add an Alias of table VBAP. How to achieve this?
Kindly Suggest.
2010 Jun 07 7:23 PM
2010 Jun 08 7:04 AM
hi,
what do you want.... do you want all the fields of vbap in your database view....if yes then make vbap as your primary table of the view and copy the fields which you want...........................
if you want to use only one tbale then create a projection view.......it is used for selecting fields from one database table only
be more specific whats the requirement
hope this post helps you.....
thanks,
tanmaya
2010 Jun 10 9:17 PM
I beleive you are supposed ask question about JOINs...coz Alias names used in JOINs and interfaces of OO programing
2010 Jun 10 9:24 PM
2023 Jan 18 11:28 AM
The idea behind the alias is to have one table linked more than once in a view structure. Although no alias can be created directly in a view, I managed to get a similar effect by creating a view on the table that I wanted to alias, then used the table once and the view once to get a similar effect.
2023 Jan 18 2:15 PM
2024 Apr 25 5:13 PM
You cannot use ABAP database views in ABAP database views, according to the editor. So how did you manage to do that?