hi,
i have implemented an Z-feeder-class for an POWL query. i have my own actions there, and so on..... now i want to open a popup window for entering notes, etc.... when the user push a specific button.
there are tons of possibility to open an popup window in web dynpro abap enviroment, BUT:
inside the methods of the feeder class i don't have the component controller classes there, so the whole "web dynpro abap enviroment" is not there. so how can is open these popups inside the feeder classes ?
of course i have a own z-component controller for the detail view but i don't want to have the buttons there, i need it in the actions which are filled in the feeder class.
any ideas ?
br Martin