on 2014 Nov 21 6:40 AM
Hi Gurus,
I have a requirement here: I didn't find related stuff in Google.
1. How to generate URL for Content Server documents?
2. How to access those documents with change mode and update documents through Sales Force?
Kindly share your ideas and experience to achieve for the same.Can anyone help me with this? It would be much appreciated!
Request clarification before answering.
Hi Reddy,
Use CVAPI_DOC_CHECKOUTVIEW to get the URL for the files attached to a DIR.
Ensure pf_content_provide as 'URL'.
sample code:
CALL FUNCTION 'CVAPI_DOC_CHECKOUTVIEW'
EXPORTING
pf_dokar = <ls_buffer>-documenttype
pf_doknr = <ls_buffer>-documentnumber
pf_dokvr = <ls_buffer>-documentversion
pf_doktl = <ls_buffer>-documentpart
pf_content_provide = 'URL'
IMPORTING
psx_message = ls_msg
TABLES
pt_files = lt_files.
Regards,
Hari
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
95 | |
11 | |
9 | |
9 | |
6 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.