cancel
Showing results for 
Search instead for 
Did you mean: 

Attachment issue in SAP MDK

hash47
Explorer
0 Kudos

Hi All,

I am trying to download an attachment using the action 'DownloadMedia' and below is the ReadLink:

Attachments(OrderId='0020239951',DocumentNumber='0000000000000070000161970',AttachmentId='000D3A8434D51EEEA5BC9DEDAB042360',AttachmentName='20409521 - AGREEMENT - UNSIGNED.pdf')/$value

I am getting the below error:

Attachment Entity has the property 'HasStream'

Any idea?

Kind Regards,

Harshad

View Entire Topic
mingkho
Advisor
Advisor

Hi Harshad

Read link shouldn't have /$value suffix.

The following should be sufficient:

Attachments(OrderId='0020239951',DocumentNumber='0000000000000070000161970',AttachmentId='000D3A8434D51EEEA5BC9DEDAB042360',AttachmentName='20409521 - AGREEMENT - UNSIGNED.pdf')

Regards

Ming

hash47
Explorer
0 Kudos

If we remove the $value will it work for offline mode also?