cancel
Showing results for 
Search instead for 
Did you mean: 

"Add To Browser Favorites" for ABAP Web Dynpro

Former Member
0 Kudos

Hi All,

In the Portal Environment, the end user has an option to "Add To Browser Favorites". This will trigger the "Add a Favorite" window in the Internet Explorer and the user can save the favorite as needed. Do we have a similar cabapility in ABAP Web Dynpro if the Web Dynpro is not delivered through an SAP Portal?

Thanks in advance for your help.

John

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Hi All,

>

> In the Portal Environment, the end user has an option to "Add To Browser Favorites". This will trigger the "Add a Favorite" window in the Internet Explorer and the user can save the favorite as needed. Do we have a similar cabapility in ABAP Web Dynpro if the Web Dynpro is not delivered through an SAP Portal?

>

> Thanks in advance for your help.

>

> John

No. There is no similiar option in the Web Dynpro framework, nor can you access JavaScript in order to interact with the web browser and supply this feature. Browser Favorites can be maintained by the NetWeaver Portal Framework or in the NetWeaver Business Client by the surrounding frame. In the case of the NWBC, it isn't actually browser favorites but a separate set of favorites merged with Easy Access Menu favorites.

Answers (2)

Answers (2)

former_member189845
Active Participant
0 Kudos

Hi Thomas,

I have an issue here. Where users wants to delete the favourites from Web portal.

Is there any option in Web itself to do it ?

saravanan_narayanan
Active Contributor
0 Kudos

Hello John,

I doubt whether WDA provides in-built Favorite feature. But you can easily develop this feature by having your own webdynpro component along with custom DDIC table.

BR, Saravanan