cancel
Showing results for 
Search instead for 
Did you mean: 

put sap inbox at my web dynpro application

Former Member
0 Kudos

Hi,

I am new in web dynpro . I have to put sap inbox at my web dynpro application . Can any budy tell me brief about that.

Regards,

Gurprit Bhatia

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Gurprit,

I presume you mean your SAP Service Place Inbox?

If you do here's how you can do it.

-Create a new Value Attribute called URL in the Context of the view you want the inbox displayed on

-In the wdDoInit() method of the same view add the following line of code:

wdContext.currentContextElement().setURL("https://websmp204.sap-ag.de/servicechannel");

-Add an IFrame UI element to the view and set the source property to the URL context element

Deploy!