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

passing an internal table into a method (export)

Former Member
0 Likes
1,179

Hi All

i am using a BAdi and i am adding my own methods. Here i want that the method should return a table

i.e it exports me a internal table . So i am adding in the parameters tab(using SE24 for that method) import

and export parameter. But i am not able to get the exported table.

Please help me how can i get the exported internal table from a method .

I am aware with the Class DEFINITION and IMPLEMENTAION way, nut i want to do it through

SE24 as i don't have any other option.

Thanks a lot in advance ...!!!!!

Regards

Saurabh

1 REPLY 1
Read only

Former Member
0 Likes
593

here you need to use table type, not normal structure. if you specify the table type then only it will behave like a table.

i_tab    exporting    sflight_tab1

"table type