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
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.
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
Add a comment