cancel
Showing results for 
Search instead for 
Did you mean: 

Tabstrips in webdynpro ABAP

Former Member
0 Kudos

I am trying to use tabstrips in ABAP webdynpro.

First thing i found is that i can insert only one element in a tab, so i used the viewcontainerUI element. In this container, i m embedding my view.

The view itself has a viewcontainerUIelement which is meant to hold an ALV. Thus once i embed the view in the container of the tab, i expect to see the entire view.

But the result i get is that i do not see the container for the ALV in the view, and apart from this container, i can see all the other elements (like buttons and textviews and labels).

do i need to do some additional settings or is this a built-in limitation?

Appreciating all help.

regards,

Priyank

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

can you go to the window of your application?

there you should embed the view to your container, look if the alv is also embedded

into the view containing it, maybe it is an oversight.

grtz

Koen

Former Member
0 Kudos

Hi Koen,

I have checked this. The view is embedded in the tab container properly and the ALV is also embedded in the container present in the view. Still I am not able to view only the ALV container part while the other elements are visible.

are there some additional settings required?

regards,

Priyank

Former Member
0 Kudos

Thanks Koen,

I found out what i was missing. It was the same what you pointed out.

Thanks again. Points rewarded!!!

Answers (0)