Dear All,
I have created a custom class through SE24 and in the custom program I have written the following code:
class CLASSNAME definition load.
data: d1 type ref to CLASSNAME.
create object: d1.
But system is not able to recognize CLASSNAME. Please can you help me out?
Thanks and regards,
Atanu