cancel
Showing results for 
Search instead for 
Did you mean: 

URL for attachments in SRM

Former Member
0 Kudos

Hello,

We are planning to send the attachment URL from SRM to PI via the standard ABAP proxy. But we are not sure how to get the correct URL for the attachments.

Also would like to know how to get the URL generated for the attachment.

Any help in resolving this is appreciated.

Thanks,

Arahanth

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

Once try

CALL FUNCTION 'BBP_ATTACH_BUILD_URL'

EXPORTING

is_attach = ls_attach

IMPORTING

ev_url = lv_url

TABLES

et_messages = lt_messages.

Regards,

Neelima