cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing multiple systems in NWBC

Former Member
0 Kudos

Hello,

i found this treath

but in my case i habe only  one WD Application wich will be configured in PFCG and in this WD Application will 2 Subtables used and one of this subtables should display an other WD Application from an extern System

in Subtable A need to call WD Application from System A (Main system)

and in Subtable B need to call WD Application from System B ( extern System)

is this possible by using Variant and not RFC? if yes how can I do this?

Thank you very much

regards

Aga

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Agadir Ofla

Construct URL of those 2 WD applications and call it using an iFrame in your main WD App.

  1. Your PFCG WD Application need to have 2 iFrames in the first view.
  2. Create a node with 2 string parameters(Source 1 and source2).
  3. Bind source1 and source 2 to the corresponding iFrames UI's (Property:source)
  4. Build URL for those 2 WD application, in init method of component controller or View Controller.
  5. Bind it to the node (created in step 2).

  Please find below screenshot, where tried with 2 different URL's in a single view using iFrame.

For more info on iFrame, please refer this: IFrame Properties - Web Dynpro for ABAP - SAP Library

Regards,

Meganadhan S.