cancel
Showing results for 
Search instead for 
Did you mean: 

portal integration in webdynpro for ABAP

Former Member
0 Kudos

Hi experts ,

my application is calling a transction fb03 from webdynpro ,

so i created WDA for my application and i created an iview (iv1) in portal,

and i created one more transctional iview (iv2)for fb03.

so now i want to call my transctinal iview from iv1 .

so pl gimme a solution for this.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

pl its very urjent .

thanks

setu

Former Member
0 Kudos

Hi,

see the <a href="http://help.sap.com/saphelp_nw70/helpdata/en/42/f81cfe63291bc9e10000000a11466f/frameset.htm">documentation</a>

Regards, Heidi

Former Member
0 Kudos

Thank u heldi for u r quick reply .

but i hve iv2 is a transctinal iview , so i doesnt hve the wdinit method.

so help me in this , its urjent

thanks

setu

Former Member
0 Kudos

i used the absolute_navigate ,

but its not working .

pl anyone worked on this show the solution.

thanks in advance .

setu

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi Setu

go through standard component WDR_TEST_PORTAL_NAV.

Regards

Abhimanyu L

Former Member
0 Kudos

thank u abhi ,

i tested tht but iam not getting.

its not sufficient for my applicatin.

if anybody faced and solved the proble pl help me.

thanks

setu

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi

Just use the method NAVIGATE_ABSOLUTE

and pass NAVIGATION_TARGET parameter,

The value for this parameter is

If you have assigned your iView to any Role, then assign the role to the user and

get the URL to this iView from the Roles not the PCD Location which shows in the properties of the iView.

You have to use PCD Location of the iView in the Role.

preceed it with ROLES://

Regards

Abhimanyu L