cancel
Showing results for 
Search instead for 
Did you mean: 

Beginner: Link from portal iView to other portal page

Former Member
0 Kudos

Hello,

I'm writing Java iViews for EP 60. In one of my iViews, I would like to have a link to another portal page (also written by me). So when someone chooses the link, a new browser window with SAP EP and the destination page open comes up. Alternatively, the new page could replace the actual page.

Is this possible ? Which classes/methods can I use to create such links ? Is such navigation also possible if someone pushes a button in my iView ? I'm sure, there is much documentation about this topic. Where can I find it ?

I'm using EP 6.0 SP2 SDK, Java, HTMLB (no webdynpro).

Markus Ehrnsperger

Accepted Solutions (0)

Answers (1)

Answers (1)

Oliver_S
Advisor
Advisor
0 Kudos

Yes there is some docu about. But especially this is not so easy with EP60 <= SP2.

Check URL Generator and Appintegrator and EPCF in PDK.

But portal page doesnt work with URL Generator in EP60 and AppIntegrator with doNavigate on EPCF there is no example.

Sorry,

Oliver