on 2008 Nov 20 7:55 AM
Hi,
we want to trigger a popup window(normal popup window or confirmation window) in a pure GUIBB application view when user clicks a button, or a hyperlink in a table cell. there is no webdynpro component to instantiate a window manager for creating the popup window, is it possible to achieve this in feeder class? thank you.
Best regards,
George
Request clarification before answering.
Hi George,
I am not sure if I got you correctly. Within your FPM application you want to raise a popup and
the content of that popup should be made up with a GUIBB right?
If so, currently we don't support (G)UIBB within popups. But we are in process to implement this feature for Netweaver 7.02, i. e, it will be available for EHP5.
Regards,
Ulrich
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
could you tell me the demo application name?
I want to make my question clearer, in our GAF application, all steps are configured via GUIBB, which means we could not trigger the popup window in component controller or in view, there is only one place for codeing, which the feeder class.
Best regards
George
ok, I see. Unfortunately I wasn't able to find a suitable demo applicaiton. But I had a look at the cookbook and there are two cases:
a) Application specific popup: Chapter 5.1
b) FPM standard popup for work protection: Chapter 5.3
Ok you just use GUIBBs. But for example if you want to realize a popup as described in case b) than you need a method called "needs_confirmation". That's no prob because in that case you need to implement the interface if_fpm_guibb***ext in your feeder class and there you will find the method needs_confirmation.
Regards,
Ulrich
User | Count |
---|---|
80 | |
30 | |
10 | |
8 | |
8 | |
7 | |
6 | |
6 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.