cancel
Showing results for 
Search instead for 
Did you mean: 

Upload File to Content Management Server (Tcode OAC0) and Return a URL

Former Member
0 Kudos

Dear Experts,

We use webdynpro ABAP for UI and now we have a requirment: User want to upload a attachment to Content Management Server (Tcode OAC0) and get the URL like "http://svsrmd01.csvw.com:8000/sap/ebp/docserver/Daily.txt?attcget&ClId=4F45CC6E84F31335E10000000A7A05C5&sap-client=280". Is there any stand function to achieve it? Many thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

This link will be helpful for u.[content ngmt|http://help.sap.com/saphelp_crm700_ehp01/helpdata/en/07/53291e70e346b1bf16977cc8dcabdd/frameset.htm]

regards,

Karthik.R

Former Member
0 Kudos

Hi Karthik,

Thanks a lot for your reply. I checked your link but not found any useful code... Did I have miss something? Many thanks!

prathamesh_gandhi
Participant
0 Kudos

Hi Darcy Mei,

if you want to attached the file to content management server (DMS, Content Repository) you can refer the std FM ARCHIV_CREATE_DIALOG_META but its not a RFC you need to convert it. and to view the attachment as URL you can use std FM SCMS_AO_URL_READ which give you the url.