Hi,
I am unable to access the attributes in component controller from methods in View even by using WD_COMP_CONTROLLER.
Say, I want to access the attribute G_FLAG in component controller from a method in the View Controller by the following code :
WD_COMP_CONTROLLER->G_FLAG = 2.
Then an error message is showing up saying - Field G_FLAG is unknown. It is neither in one of the specified tables nor defined by a DATA statement.
What should I do? Plz suggest..