cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass internal table not through URL parameters?

Former Member
0 Kudos

We needed to open the UI5 application by clicking button in the ABAP report. The app should get an internal table on Initial web page. How to pass this table not through URL parameters?

Accepted Solutions (1)

Accepted Solutions (1)

Domi
Contributor

Hi Boris

You could store the data in a table with an unique GUID/ID and pass this GUID to the UI5 app.

In the UI5 you need to read the data for the GUID or e.g. show a Search page if nothing was found.

regards

Domi

Former Member
0 Kudos

Thankyou Dominik !

Jelena
Active Contributor
0 Kudos

If this answers your question kindly close it (see this blog). Thank you.

Answers (0)