cancel
Showing results for 
Search instead for 
Did you mean: 

Attribute not found in WD Controller error

Former Member
0 Kudos

Friends,

I created a WDA component ZVXL4_SELECT. I created a view called "MAIN" and created an attribute "M_HANDLER" of associated type "IF_WD_SELECT_OPTIONS" in the attribute tab of the view "MAIN".

when i double click on the M_HANDLER attribute, i get the error message

"Attribute IF_MAIN->M_HANDLER was not found in Web Dynpro View/Controller ZVXL4_SELECT".

Points will be rewarded for helpful answers.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi

If you are double clicking M_HANDLER means you want the Where-used list of that variable, it is not used any where. You are not getting Error Message, it is just a success message and the result is zero.

If you want to see where M_HANDLER is declared, click on wd_this

Clicking on M_HANDLER will not take you to where it is declared, because it is declared in WD_THIS

type IF_<view_name> it is generated dynamically

Abhi

Edited by: Abhimanyu Lagishetti on Jun 23, 2008 6:53 AM

Edited by: Abhimanyu Lagishetti on Jun 23, 2008 6:54 AM

Edited by: Abhimanyu Lagishetti on Jun 23, 2008 7:00 AM

Former Member
0 Kudos

Hi,

I clicked on WD_THIS attribute and am getting the message "Attribute CL_COMPONENTCONTROLLER_CTR->WD_THIS was not found in WD View / Controller".

Points will be rewarded for helpful answers.

Thanks.

Former Member
0 Kudos

If you click on Wd_this it will show you where used list. you may not be using wd_this anywhere. double click the associated type of wd_this to see the detail.

Answers (0)