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

creating views

Former Member
0 Likes
574

Hi,

Can ne1 plz tell me how do we create views in ABAP.

Thanks,

Mohit.

6 REPLIES 6
Read only

Former Member
0 Likes
551

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!

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
551

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

Read only

Former Member
0 Likes
551

Hi

Go to se11

select the View option and enter the name of your view.

Regards

Ravish Garg

Read only

Former Member
0 Likes
551

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>