‎2006 Oct 11 11:42 AM
hi,
can i pass internal tabels as parameters when craeting objects
(select * from table into table itab.
create object
exporting itab = itab.).
If so, how should look then the constructor method?
Thanks.
J.
‎2006 Oct 11 12:15 PM
hi
good
go through this link, i hope this ll give you some idea to sove your problem.
thanks
mrutyun^
‎2006 Oct 11 12:25 PM
thanks but i see that the topic of this guide are enjoy control i rather asking in relation to ABAP OO. Nevertheless there is nothing about constructor method and its parameters.
J.
‎2006 Oct 11 12:37 PM
in the constructor method declare a parameter of type table type then you can pass the itab.
Regards
Raja
‎2006 Oct 11 1:23 PM
thanks a lot, that what i was looking for
Message was edited by: Juzio Kowlaski
‎2006 Oct 11 1:28 PM
If the question is answered can you mark the thread as answered
Regards
Raja