cancel
Showing results for 
Search instead for 
Did you mean: 

OBN and Popup windows

Former Member
0 Kudos

Hello all,

I am using OBNView for OBN and trying to find a way to open iViews associated with operations in popup windows without any navigation menu and portal header.

Is there any way to do it?

If no, is there a way to receive an iView URL by “system alias,object,operation” on client side? It would allow me to use window.open() and still navigate in terms of objects rather than iViews.

Thank you,

Nick

Accepted Solutions (1)

Accepted Solutions (1)

rima-sirich
Advisor
Advisor
0 Kudos

Hi Nick,

Try to use <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/com.sap.km.cm.docs/lw/developercontent/sap%20portal%20development%20kit%20for%20.net%20developer's%20Guide/SAP.Portal.Services.OBN~SAP.Portal.Services.OBN.OBN_members.html">OBN Service API</a> instead of OBNView and check if it helps you to achieve your goal. GetDefaultTargetForOperation returns an OperationData object that contains IviewName - the reference to the target iView to be used in the EPCM.doNavigate script.

Regards,

Rima.

Former Member
0 Kudos

Thank you, Rima!

I was able to do what I wanted using OBN Service API.

Answers (0)