‎2009 Apr 06 6:11 AM
‎2009 Apr 06 6:38 AM
Hello
SE11 -> Enter view name -> Table/join conditions -> Tables
‎2009 Apr 06 6:44 AM
For a view there are many base table exists.
I want to read the data for all these tables for a perticular condition say PERNR.
How can I read data from all these base tabels???
OR directly I can get it from view using read ??
‎2009 Apr 06 6:50 AM
Hello
Yes, you may directly get data from view (select * from view_name where pernr = <pernr>).
‎2009 Apr 06 8:33 AM
Getting an error while reading a view. "view is not defined in the ABAP dictionay as a table , projection or database view" .
Why it is so?
‎2009 Apr 06 8:51 AM
‎2009 Apr 08 11:28 AM
Hi Reshma,
Ensure that the view is activated, before trying to access it.
Regards,
Shiny
‎2009 Apr 13 8:38 AM
Hi Reshma,
Its better to use Logical database in your case.
Check out for the LDB: PNP in SE36
Best regards,
Shahid Malayil
‎2009 Apr 06 6:41 AM
Hello Reshma,
SE 11 > View> give Ur view name > Display
Then click on Table/Join Conditions tab . You will be able to see the name of the base table.
Hope this helps.
Thanks and regards
Sathya
‎2009 Apr 08 10:42 AM
hi reshma,
go to transcation se11,select view,give ur view name,click on display,ur view wl appear,then click on table/join condition u wl get ur base table name there
‎2009 Apr 08 12:22 PM
Hi,
Again it depends on the view u r creating... if u r creating view for multiple table ie DATABASE View then all these tables should be related to each other ie Foriegn key relationship....
Goto SE11 SELECT VIEW option then select Which view u want create ..
then enter the base tables and click on relationship then it will show related fields in all the tables then select the fields from individual tables which ever u want then activate.
If u r creating projection view foriegn key relationship is not needed.....
Thanks
Basu