Hi experts,
I have a requirement where we have a dialog activity step. This dialog step is activated in SWFVISU to be called in an ABAP Webdynpro application.
It is shown properly in the portal UWL. Requirement is that when we click on this UWL item it should call a custom transaction code which calls the standard report RPTCORAPP (Clock In/Clock Out Report). We have the SAP SICF services for Web Gui activated in our system. This is calling the report properly and also showing the ALV output, but the problem is that buttons are grayed out and that no Approval/Rejection is possible.
I went in to the SICF Web Gui service and right clicked on it to test the service and it generates a web gui link, where if I add my custom Tcode as shown below it opens the report and also the toolbar options are not grayed out. This happens when I execute the BO method standalone.
But now the problem is that when this BO method is called from the UWL work list this simply closes the new web page opening saying Close Window.
New code that I added to BO method was using FM 'CALL_BROWSER' where I am passing the above link dynamically.
How can I call this custom Tcode/ or call the standard report though the UWL workitem so that ALV toolbar options are not grayed out or can I call the web gui link so that the ALV report open up in a new browsing session with all change toolbar options.
Please let me know if you need more details.
Any help is highly appreciated!!
Regards,
Sandip