cancel
Showing results for 
Search instead for 
Did you mean: 

Attachment unable to Open in ITS

aravind_indu
Explorer
0 Kudos

Hi, We have developed a ALV grid report 'ZHRCM00_CERTFCAT_DATA' for MSS Certification report where it should show all the certification details. This report has a column called 'Soft Copy' where the attachment icon will be there.If user clicks on it,It will open the certification in a new browser. When User will click on attachment icon,the below functionality has been used in the report 1. Get the default SAP GUI directory using method cl_gui_frontend_services=>get_sapgui_workdir 2. Get the URL link, call the FM CALL_BROWSER where the attachment will be displayed in a new browser The above functionality is working properly in R/3. But this report has been configured in portal under MSS--Report--HRMS Report--Certification Report. If user clicks on attachment icon, the below screen used to appear. 1. Get the default SAP GUI directory using method cl_gui_frontend_services=>get_sapgui_workdir-Here the FM ITS_QUERY is getting called with Query as CD If User clicks on enter, than it used to come back to the initial screen We have tried the below options 1. By calling the method GET_WINDOWS_DIRECTORY,SHOW_DOCUMENT,DIRECTORY_CREATE,FILE_OPEN_DIALOG from class CL_GUI_FRONTEND_SERVICES but it is not working. 2. We have also tried by changing the URL name in debugging mode ,but in CALL_BROWSER FM,but this is also not working. Please let us know your suggestions to overcome the above issue.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member194364
Active Contributor
0 Kudos

Hi Aravind,

note 1657387 - ITS Up/Down: supported frontend service methods>/

lists the supported methods for ITS Upload/Download.

It also contains ref to other notes.

What SAP_BASIS and Kernel version and patch are you using?

Regards,

Oisin