cancel
Showing results for 
Search instead for 
Did you mean: 

Navigate to DPR_MAINFRAME

Former Member
0 Kudos

hello cprojects gurus,

here's a challange question 4 you:

i have developed an own WD ABAP application (cprojects-related) using ALV. one of the columns is "flavoured" as link to action. when clicking on this one i have to navigate to the project detail screen. I'm not allowed to open a new window and i can not use DPR_API_UI_GET_URL to retrieve the URL for the corresponding project definition, because cprojects is running in a portal environment.

i guess the only option that i have is to call in my WDA application the project detail view from DPR_MAINFRAME. anyone knows how 2 do this? maybe other options available?

thx 4 feedback,

rob

Edited by: Robert Linta on May 28, 2008 6:39 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

nevermind folks, i figured it out by myself!

use function module DPR_API_UI_GET_URL to retrieve the project definition URL -> tweak the URL accordingly (EDITMODE, NOMENU, NOHOME etc.) -> create a new view with an iframe -> feed the iframe with the URL -> fire plug to your own view.

doing it this way you can navigate to the project details no matter if you access cprojects from a portal environment or not.

cheers,

rob