cancel
Showing results for 
Search instead for 
Did you mean: 

URL for Document uploaded in a task

Former Member
0 Kudos

Hi,

I am developing a report at the back end of cProjects. I need to display the documents uploaded for a task. This would be an alv report with hotspot on the document. If i click the document it should go to the url (similar to when we open the document in cProjects) and display the same. How do I achieve this functionality? is there anyway I can linkmy hotspot to the URL or how do I open the document when user clicks on the document hotspot?

Regards,

Simmi

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member201206
Active Contributor
0 Kudos

Hi Simmi,

Sure it is possible. After the hotspot is clicked, the program just need to call the function module

CALL FUNCTION 'CALL_BROWSER'

using the underlying URL. It is independant on what a URL it is.

Kind regards,

Zhenbo

Former Member
0 Kudos

Hi Simmi,

Have you tried the functions of WebDav and Portal drive that are used to download and upload document easily for the entire project ?

Also Evaluation can also be designed to list the documents attached with the task/phase and deliverables..

Thanks

Pugazh