Hi Experts,
I am new to oops ABAP , Kindly check the below program...
class cl_1 definition.
public section.
class-data A type i value 44.
endclass.
start-of-selection.
cl_1=>A.
write A.
ERROR- Statement "cl_1=>A" is not defined.Check your spelling.
Thanks,
Bunty