cancel
Showing results for 
Search instead for 
Did you mean: 

how to delete a view in a viewset

Former Member
0 Kudos

Hi,

I had gone through the PDF given for Creating a Web Dynpro Application Accessing ABAP Functions.

In that there is a viewset by name FlightListViewSet and 2 views

And the layout of viewset is T Layout .It should have Top,Left,Right.

He named cells as Cell[1][1] and cell[1][2]

and there is no top view.

How to disable Top portion of viewset and how to rename Left as cell[1][1] /Something else

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi padma,

in ur requirment there is no option available in T layout.

1.the following option availabe in choosing the Grid layout.

choose grid layout..then go to grid layout properties(right click in ur layout present in ur window then choose properties.)

2. then select what u want ?

select colomns->1

rows-->2

otherwise what u want.

3. there is no option available the remaing the cell like cell(1,1)....this is the default name.

thats alll,

Regards,

P.Manivannan

Former Member
0 Kudos

Hi Manivannan ,

Thnaks for ur answer,my dout got cleared.

But i have a small dout regarding that PDF (Creating a Web Dynpro Application Accessing ABAP Functions)

Now where we are saying that the input to search query are 2 iput fields in searchview..but how it takes input and search in that range of inputs..

Former Member
0 Kudos

Hi Padma,

that depends on ur bapi.If it supports that or not.U can check in ur bapi,it will take some high & low values.If its there,u can pass those values in that as high & low,it will return u the list for values of that range.

regards

Sumit

Former Member
0 Kudos

Hi Sumit,

can u send one example project which performs all basic operations like

INSERT,RETRIVE,DELETE,EDIT,MODIFY

Former Member
0 Kudos

Hi padma,

1. in ur requirment u must connect with BAPI(Backend R/3).in ur Web dynpro explorer

2.. select ur project. u create one model. Right click model then click create model

3. select import adaptive RFC model. then system will ask abt some details. then select which BAPi u connect. select that BAPI.

4. BAPI contains some set of well defined Datas

you check with data in R/3(there is some limited set of data availabel in selected BAPI) then give ur inputs for ur reference...

Regards,

P.Manivannan.

former_member193726
Active Participant
0 Kudos

Hi Padma,

To disable the top portion of the Viewset, please double click on windows to open the diagram view. If the top portion of the viewset contains any view delete it. Goto the properties view of the viewset and you will find the HorizontalSashPosition. If it shows some value like 200 or so, remove it and leave it blank. Save and execute the application. The top portion will be removed.

Hope this helps.

Regards,

Rekha Malavathu

former_member186016
Active Contributor
0 Kudos

Just choose a viewset with layout you want and put the views in the viewset.

Regards,

Ashwani Kr Sharma

Former Member
0 Kudos

Hi Padma

In the tutorial he has used grid layout with one column and two rows.

regards

ambicasony

Former Member
0 Kudos

Hi,

That single column is occupying some Screen space at runtime

i dont want that single colum,

Former Member
0 Kudos

Hi Padma,

while creating a viewset of required layout you can adjust the number of columns and rows in properties of viewset.

regards

ambicasony

Former Member
0 Kudos

Hi ambicasony,

while creating it willl just ask name of viewset followed by finish.

If we click properties tab of viewset there are only

1)default

2)HorizontalsashPosition

3)Name

4)Type

5)VerticalSashPosition

There is no information regarding colunm and rows

Here i selected T layout..but i dont want top level bcz i have only 2 view which should be adjacent i.e one is on left and another is on Right.