‎2007 Jul 31 6:38 AM
Hi,
Can ne1 plz tell me how do we create views in ABAP.
Thanks,
Mohit.
‎2007 Jul 31 6:40 AM
Hi,
Go to SE11->Views->z<yourname> -> Create
It will ask for View Type.
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed06446011d189700000e8322d00/content.htm
Reward if useful!
‎2007 Jul 31 6:40 AM
Hi,
1) Goto SE11 transaction
2) Select View rai button
3) Enter the view name Z* if in customer namespace
4) Select the type of the View (Maintenance view if you want to insert data into multipletable using this view).
5) Activate it.
Regards,
Sesh
‎2007 Jul 31 6:41 AM
Hi
Go to se11
select the View option and enter the name of your view.
Regards
Ravish Garg
‎2007 Jul 31 6:42 AM
HI,,
go to SE11 and click on the view radio button. click create and u get 4 type of views. select database views. database views are created using "INNER JOINS".
in "table/joins conditions " screen, give the two table names which you to join using views.And then in "view flds" tab, give the field names u want to use.
hope this is clear.
<b>REWARDS POINT</b>
‎2007 Jul 31 6:45 AM
‎2007 Jul 31 6:48 AM
hi,
Creating Database View:
http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ed06446011d189700000e8322d00/content.htm
Creating Projection View:
http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecc5446011d189700000e8322d00/frameset.htm
Creating Help View:
http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecd2446011d189700000e8322d00/frameset.htm
Creating maintenance View:
http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecdf446011d189700000e8322d00/frameset.htm
Rgds
Reshma