cancel
Showing results for 
Search instead for 
Did you mean: 

Upload file to SAP Content Server

Former Member
0 Kudos

Hi,

Is it possible to use SAP Content Server HTTP Interface to upload file to the repository from my .net-based application?

I need upload documents from my system to SAP Content Server.

Thanks.

Slava

Accepted Solutions (1)

Accepted Solutions (1)

JP_Barcenas
Participant
0 Kudos

Hello Slava,

Yes you can, but you have to adhere to the HTTP Content Server Interface. You can find the description of the interface here:

[SAP Content Server HTTP 4.5 Interface|http://help.sap.com/saphelp_nw70ehp2/helpdata/en/9b/e8c186eaf811d195580000e82deb58/frameset.htm]

For example, if you want to upload/store a document, you need to use the call:

http://<content_server>:<port>/ContentServer/ContentServer.dll?create&pVersion=0046&contRep=<reposit... name>&docId=<unique doc_id>&compId=data&Content-Length=<document length>

Regards,

Juan

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

Thank you for replay. Yes, you are right I have found solution to upload documents. My problem was with putCert command.

Slava

0 Kudos

Hello Experts.

I have the same requirement for uploading a file.

My Requirement is as below:

SAP BC 4.8

Front end HTML

Upload a file and once clicked submit, the file is to be archived in SAP.

Way suggested is :

SAP BC does not provide such a functionality , but can be implemented with a content handler and integrated.

Am new to SAP BC. I request if any steps are pre-existing.

Thanks and Regards

Kumar