cancel
Showing results for 
Search instead for 
Did you mean: 

How to send Dynamic Parameters from WDABAP to SAPUI5 App

Noboru
Explorer
0 Kudos

Hi Experts,

I'm developing SAPUI5 App and WebDynproABAP(WDABAP).

These Apps are working on Netweaver Portal 7.02(SP15).

I'm trying to send dynamic parameters from WDABAP App(as WDABAP iView) to SAPUI5 App(as URL iView).

But I have no idea to work fine.

I'm appreciate if you teach me this idea.

I did as follows

1. create WDABAP App with a button(Call SAPUI5 button).

2. create SAPUI5 App.

3. create URL iView for calling SAPUI5 App.

4. If "Call SAPUI5 button" is clicked, WDABAP App call URLiView and send DynamicParameters.

Regards,

Noboru Kobayashi

Accepted Solutions (1)

Accepted Solutions (1)

Noboru
Explorer
0 Kudos

Hi Michael and Maksim,

Thanks for your reply.

I solve my probrem as follows.

*.Call SAPUI5 app directly from WD4ABAP.(Without using iView)*

Answers (1)

Answers (1)

former_member182372
Active Contributor
0 Kudos

you might consider using portal eventing for that kind of communication

Noboru
Explorer
0 Kudos

Hi Maksim,

Thank you for your reply.

Would you mind if you reply my additional questions?


The button on WDABAP iView launch URL iView(SAPUI5 App) with new window.


My Additional questions are as follows.


1. How do I use portal eventing for sending dynamic parameters from WDABAP iView to URL iView?

2. If URL iView is launched with new window, can I use portal eventing for this purpose?

3. Is there userful(sample code, how to etc) site in SCN?


Regards,

Noboru.



agentry_src
Active Contributor
0 Kudos

Hi Noboru,

If you have new questions, please post them each in a new Discussion.

Please mark this Discussion with a Correct Answer (closes, but does not lock the Discussion) and Helpful Answer where appropriate. See http://scn.sap.com/community/support/blog/2013/04/03/how-to-close-a-discussion-and-why   Even if you discovered the solution without any outside contributions, it helps others to understand what the solution turned out to be. 

Do not use Assumed Answered as it confuses anyone looking for the specific answer.  If you dig into the Getting Started link (top right of each SCN page), you are only instructed to mark Helpful or Correct Answers to Discussion responses. 

Thanks, Mike (Moderator)

SAP Technology RIG

former_member182372
Active Contributor
0 Kudos

1) https://help.sap.com/saphelp_nw70/helpdata/en/f6/7d6f4151dc5758e10000000a1550b0/content.htm

2) i think it must be an inner page in portal to be working

3) Google Custom Search

if a new window needs to be used

you may be try to use server side cookie or memory id - set it in wda, pass the uniqe key to ui5 window as url param, create sicf service to read it, call sicf from ui5 to get the value