‎2005 Feb 14 5:17 PM
Howdy,
Objects is really getting me down.
I had a program that worked really nicely when I'd created the classes locally within the program.
Now I've created the class globally via SE24 and whenever I try to run the program I get a dump beacuse of a null value (?).
Anyway I think this is occuring because I have this code:
DATA: r_html TYPE REF TO zzcl_http_assign.
and then when I try to create the object via:
CREATE object r_html.
I get an error saying that:
"You cannot create an instance of the class "ZZCL_HTTP_ASSIGN" outside the class. -"
Anyone have any idea what is going on????
‎2005 Feb 14 5:36 PM
‎2005 Feb 14 5:36 PM
‎2005 Feb 14 5:39 PM
‎2005 Feb 14 5:50 PM
Thanks a bunch Rich!!!
I'd never have figured that out by myself