cancel
Showing results for 
Search instead for 
Did you mean: 

error in browser

Former Member
0 Kudos

Hi Folks,

I developed one WDC for seletoptions with tabstrip.Component is activatedwithout any error.But in browser iam getting error attribute could not find.How i will debug this WDA application without seeing any thing on browser

Accepted Solutions (0)

Answers (3)

Answers (3)

ashish_shah
Contributor
0 Kudos

Go to ST22 and check where is the error.

You might get a hint at what attribute is not found.

Can you paste the entire stack that you are getting on browser?

Regards,

Ashish

Former Member
0 Kudos

The URL http:///bc/webdynpro/sap/zsrinivas_sotabstripapplicatio/ was not called due to an error.

Note

The following error text was processed : Could not find attribute LOW

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: IF_WD_CONTEXT_NODE_INFO~GET_ATTRIBUTE of program CL_WDR_CONTEXT_NODE_INFO======CP

Method: IF_WD_CONTEXT_NODE_INFO~FOLLOW_PATH of program CL_WDR_CONTEXT_NODE_INFO======CP

Method: IF_WD_CONTEXT_NODE_INFO~FOLLOW_PATH of program CL_WDR_CONTEXT_NODE_INFO======CP

Method: GET__ATTRIBUTE_INFO of program CL_WDR_VIEW_ELEMENT===========CP

Method: GET__DDIC_ATTRIBUTE of program CL_WDR_VIEW_ELEMENT===========CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L0STANDARD==============CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP

Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L7STANDARD==============CP

mh97
Contributor
0 Kudos

Hi,

Is it possible that the node is mapped to the view from the controller but you added attribute 'LOW' later and did not update the mapping?

Best thing for debugging is to set an external breakpoint in your code right before it tries to access this attribute. Then under 'special tools' in the debugger (you're using the 'new' debugger, right?) look for the webdynpro tool. expand your context to find this attribute. If the attribute isn't there you have to figure out why.

Hope this helps!

Margaret

Former Member
0 Kudos

Hi Ravi,

If you are using Select options(Reusable WD component), you might have written some code in the WDDOINIT.

you might be calling create_range_table and add_selection_field methods. Put a breakpoint at these methods and debug.

Hope you will find the reason why it is throwing error message.

Regards,

Bharath.

former_member184578
Active Contributor
0 Kudos

Hi,

Put a break point in WDDOINIT method., and test ur application, then it will open debugger., now u can debug and test where the error is.,

Thanks & Regards

Kiran