cancel
Showing results for 
Search instead for 
Did you mean: 

How to get link for attachments of activity

Former Member
0 Kudos

Hi,

when we open a screen to see Activity Details(e.g using crmd_order), there is one tab "attachment".

Is there any way where we can get a hyperlink which will lead us to the all the attachments of an activity.

Please reply if you have any idea about this.

Thanks in advance!

Accepted Solutions (0)

Answers (1)

Answers (1)

rb
Active Participant
0 Kudos

Maybe you could try use this Class

CALL METHOD cl_crm_documents=>get_info_url
  EXPORTING
    business_object           =
*    properties_request        =
*    newest_only               =
*    properties_query          =
*  IMPORTING
*    phioloios                 =
*    phioloios_url             =
*    ios_properties_result     =
*    ios_properties_result_url =
*    loios                     =
*    loios_url                 =
*    phios                     =
*    phios_url                 =
    .

Or do you mean as Navigation Link?

Former Member
0 Kudos

Thanks for the reply. I want hyperlink.

Former Member
0 Kudos

Thanks!

your answer helped.

Rewarding points.

Former Member
0 Kudos

This message was moderated.