cancel
Showing results for 
Search instead for 
Did you mean: 

Add to Favorites

Former Member
0 Kudos

Hi experts,

Im having a Webdynpro application developed in ABAP. It has five views(navigating from view 1 to 5 based upon user interaction). I created an I-view in portal( webdynpro - ABAP ) and everything is working fine.

I want to add the particular view(say the third view in the webdynpro application) in the portal favorites. When i tried adding the webdynpro-I-View to portal favorites, when the application is displaying(say third View) a favorite link is added. Once i clicked the favorite link, the application restarts(i.e the webdynpro starts from 1st I-view/page). My need is to display the third view when the user click the favorite link.

Experts can u suggest me how add a particular I-view in a webdynpro application to a favorite link.

Thanks in advance,

James....

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I don't think you can directly show view 3 as first view .The best thing to do is to create a webdynpro application ( Dont need to create the whole component .. just create a application that points to view 3 ) . create a iview out of the application and add that iview to Favorites .

Regards,

Tummuru.

Former Member
0 Kudos

Thanks for your reply Tummuru,

Actually i dont know the exact view the end-user decides to add in his portal favorites, so how could i can define a i-view which points to the view3 as u said?

If wht you said is going to be the way, then i have to create 5 I-views pointing to 5views in the webdynpro application?

thanks,

James...

Former Member
0 Kudos

Hi James,

Ideally you can not control the favourite in portal if it is from WD/BSP/Transaction iview.

Basically all these are APPIntegrators, and they are embedded as 'URL Isolated', so any event inside that cannot change other areas of portal and viceversa. so you cannot control the 3,4 page display directly.

The approach of creating 5 seperate WD for 5 iviews is quite time consuming but no other way is possible.

regards

-Kedar Kulkarni

Answers (0)