cancel
Showing results for 
Search instead for 
Did you mean: 

Implementing viewset in WD

0 Kudos

Hello,

I am trying to execute a simple WD application which contains 2 views. These 2 views are embedded into the TOP and RIGHT of the T viewset created in the window.

Just I need to display these 2 views (containing 2 captions Hello and World respectively in the 2 views). I am doing this in WD for ABAP.

It gives me the error: A dynamic type conflict occurred during reference assignment.

I am not sure what I am missing.

Please help.

Thanks,

Maya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

for Web Dynpro ABAP view sets are not supported for NW2004s SP5 and onwards.

Regards,

Heidi

Former Member
0 Kudos

Hi Maya

Create a empty view and insert in the BOTTOM of T view set and try.

Regards

NagaKishore V

Former Member
0 Kudos

When I tried the suggestion but now we are getting following error:

-


Note

The following error text was processed in the system BIZ : View does not exist within the component ZTEST_VIEWSET

The error occurred on the application server is0302_BIZ_47 and in the work process 0 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: IF_WDR_RR_COMPONENT~GET_VIEW of program SAPLWDR_RUNTIME_REPOSITORY

Method: IF_WDR_RR_VIEW_USAGE~GET_VIEW of program SAPLWDR_RUNTIME_REPOSITORY

Method: GET_VIEW_ID of program CL_WDR_VIEW_MANAGER===========CP

Method: GET_VIEW of program CL_WDR_VIEW_MANAGER===========CP

Method: BIND_ROOT of program CL_WDR_VIEW_MANAGER===========CP

Method: INIT of program CL_WDR_VIEW_MANAGER===========CP

Method: INIT_CONTROLLER of program CL_WDR_INTERFACE_VIEW=========CP

Method: INIT of program CL_WDR_CONTROLLER=============CP

Method: DISPLAY_TOPLEVEL_COMPONENT of program CL_WDR_CLIENT_COMPONENT=======CP

Method: INIT of program CL_WDR_CLIENT_APPLICATION=====CP

-