‎2008 Oct 13 11:11 PM
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
‎2008 Oct 14 2:16 AM
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