cancel
Showing results for 
Search instead for 
Did you mean: 

Archivelink SecKey Generation

Former Member
0 Kudos

Hello Friends,

I am trying to view multiple attachments stored in External Archive link from My Web Dynpro Application. Here is how my URL format looks like.

[http://contentserver:port/archivelink/service.aspx?get&pVersion=0045&contRep=SQ&docId=DOCID1, DOCID2&accessMode=r&authId=CN%3DID3&expiration=20090610142210&secKey=SecKey]

My code works fine for one attachments but client requirement is to view multiple attachments stored for a business object using SAP Archive Link functionality in web browser.

I am getting SSFResultCode_SignerErrors errors.

Kindly can some body let me know if there is any function module to generate a SecKey for Multiple docI'ds.

Thanks a lot for help.

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

This is really a question about the Content/Cache server and not actually anything to do with Web Dynpro ABAP. You should perhaps ask your quesiton in another forum.

Former Member
0 Kudos

Hi Thomas,

Thanks for the reply. I will post my query in different forum.

Kindly can you help me right forum where I can post my question.

Can you help if any other function module is there where I can generate an SecKey. I know SAP uses SCMS_BASE64_ENCODE function module to generate SecKey.

With Regards.

Former Member
0 Kudos

Hello Friends,

I solved the problem by myself.

I have used the function module SCMS_URL_SIGN to generate a signed URL.

Thanks for the support.