cancel
Showing results for 
Search instead for 
Did you mean: 

Popup

Former Member
0 Kudos

Hi All,

I have a requirement to create popup in webclient. Is it possible to create a popup to display value of a variable and also to handle events generated by buttons in popup.

Regards,

chandan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

i think you need to contact the developer to create this in using webdynpro application for this

Samrat

Former Member
0 Kudos

Hi,

Webclient is based on BSP, i doubt we can use webdynpro here?? Is it possible in BSP to create popups with above mentioned requirements.....

Regards,

chandan

Former Member
0 Kudos

i think this should help you

(Phase Model (SAP Library - Web Dynpro for ABAP)http://help.sap.com/saphelp_erp2005/helpdata/en/d2/8acd409cc4dd50e10000000a1550b0/content.htm

www.scribd.com/doc/209941/IC-WebClient-CookBook

PeCo
Advisor
Advisor
0 Kudos

Forget about WebDynpro and the related documentation. CRM WebClient UI is a framework that is based on BSP technology. However it implements similar concepts like components, windows, viewset, views and custom controllers - so it is easy to get confused.

And yes, also CRM WebClient UI framework provides infrastructure for creating and managing popups. You can create popups by calling respective methods on the component controller in the window manager interface.

This can also be used by custom enhancements that allow modification free enhancements of CRM applications on code level.

Edited by: Peter Conrad on Apr 15, 2008 9:30 PM

Former Member
0 Kudos

you will habe problems with BSP popups when you need features like multiselct etc.

in deed, web dynpro is the more advanced technology and thats why SAP uses a composition of BSP and web dynpro for it's new UI as peter told.

Answers (0)