Hi,
I have declared an attribute as reference to a class in component controller and i had made use of it to call methods (which inturn calls function modules) within the class. The class is activated successfully. When i syntax check the code, it says 'Field <attribute> is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement'.
I tried making it 'Public' and still resulted in same error. I tried to call the method with syntax 'WD_COMP_CONTROLLER -> <attribute> -> <methodname>'. Still i result in same kind of error. I am not sure on how to solve this error. Earlier posts in this forum doesnot give me a clear picture on how to solve this error. Can someone please help me to solve this error ?
Thanks,
Gaurav.
Edited by: Gaurav Subramaniam on Jun 4, 2009 8:09 AM