on 2017 Aug 08 4:44 PM
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
It is clear from your question that WD is new to you. You can't use internal tables, and you don't pass data in the way you would in regular ABAP. You must use contexts and binding.
Please spend some time with the online doco, there is soooo much more info there than anyone can write in an online forum. There are sections labeled 'Basics of WD', always a good place to start: Web Dynpro ABAP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was genuinely trying to be helpful, we all have to start somewhere, there's nothing wrong with that. I could have said that you need to bind context nodes via navigation plugs.
However as your question described a setup that went contrary to WDA fundamentals on several levels, I figured that even if I spend half an hour writing about it, it wouldn't come close to what you can gain from spending as much time with the very well written doco.
User | Count |
---|---|
67 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.