Hi experts,
I have an issue, i have 2 views, in one view I have an action for a button and inside this button i have a query to a transaparten table and save in an internal table, the problem is that I dont know how to pass that internal table to another view and keep on working with that internal table.
I.e. View1 query to sflight (transparent table) and save the query in it_sflight (internal table), I wand to send it_sflight to view2 as internal table (to cath in a method and work whith the data of it_sfligh in view2
Thanks in Advance