cancel
Showing results for 
Search instead for 
Did you mean: 

Webdybpro How to pass internal table from one view to another view?

Former Member
0 Kudos
252

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

Accepted Solutions (0)

Answers (1)

Answers (1)

pokrakam
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Hi Mike.

Yes of course is possible, sorry you dont know about the subject but i have found information in other post

Greetings

pokrakam
Active Contributor
0 Kudos

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.