Skip to Content
0
Former Member
Dec 21, 2007 at 12:18 PM

One fundamental query

19 Views

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