Hi All gurus,
How to pass internal table values to another method.
Ex :
Method ONSUBMIT
Call Method get_VBAK
Method get_VBAK
Select * from VBAK into table it_tab.
How to pass this it_vbak internal table values again to method on_Submit.
Thanks all in advance