Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Objects parameters

Former Member
0 Likes
632

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.

5 REPLIES 5
Read only

Former Member
0 Likes
606

hi

good

go through this link, i hope this ll give you some idea to sove your problem.

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCICTUT/BCCICTUT.pdf#search=%22PASS%20THE%2...

thanks

mrutyun^

Read only

Former Member
0 Likes
606

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.

Read only

0 Likes
606

in the constructor method declare a parameter of type table type then you can pass the itab.

Regards

Raja

Read only

0 Likes
606

thanks a lot, that what i was looking for

Message was edited by: Juzio Kowlaski

Read only

0 Likes
606

If the question is answered can you mark the thread as answered

Regards

Raja