cancel
Showing results for 
Search instead for 
Did you mean: 

CX_WDR_ADAPTER_EXCEPTION

Former Member
0 Kudos

Hello Folks,

The following error occured when trying ro run webdynpro application .

Adapter error in FLOW_LAYOUT "_04" of view "ZSAM_VIEW.MAIN": LayoutData type "MATRIX_DATA" for chile element "_05" is not permitted .

How can I solve this problem ?

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Somehow you have a mismatch of layout types between parent and child UI elements in your view. You have a flow layout parent and child with matrix layout. This shouldn't be possible if all the UI elements are defined at design time in the view layout designer. This situation would be caught and report an error before activitation. More likely is that you have some dynamically generated UI elements in WDDOMODIFYVIEW. You need to seek out where these UI elements are defined and correct the layout type defintion.

Former Member
0 Kudos

Thanks For your respone Thomas.

You are correct with your answer. I was able to figure the solution for above question,

Answers (0)