cancel
Showing results for 
Search instead for 
Did you mean: 

Attachment from webdynpro

prathamesh_gandhi
Participant
0 Kudos

Hi All,

How to attach the file to content server form webdynpro application. and how to show it to on the web application.

Thanks In Advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Prathamesh,

I have the same requirement, Are you able to upload attachments to content server ?

Thanks,

Pavan.

prathamesh_gandhi
Participant
0 Kudos

Hi Pavankumar,

Please check below link.

http://scn.sap.com/thread/3179786

Debug ARCHIV_CREATE_DIALOG_META, you will get some standard function module. call those in sequence in Z RFC function module.

SYSTEM_UUID_C_CREATE

SCMS_FE_GROUP_OPEN

SCMS_HTTP_CREATE

SCMS_FE_GROUP_CLOSE

ARCHIV_CONNECTION_INSERT

Former Member
0 Kudos

Use FM 'ARCHIV_CREATE_TABLE' for uploading.
You have to pass file contents in XSTRING to this FM.


For Display use FM 'ARCHIVOBJECT_GET_TABLE'.
You have to pass Archieve Document id to this FM and
it will return file contents in XSTRING which you can
shown in your webdynpro.

Hope this helps.

Former Member
0 Kudos