cancel
Showing results for 
Search instead for 
Did you mean: 

DMS in web dynpro ABAP

Former Member
0 Kudos

Hi All,

we have a requirement to store / retrive the files in DMS using Web Dynpro abap , can you please give your suggestions for the same.

Regards,

Raj

Accepted Solutions (1)

Accepted Solutions (1)

Gowtham
Contributor
0 Kudos

Hi Raja,

To insert the file in DMS from Web Dynpro use the following steps:

Generate the document number before attaching the file using RFC CVAPI_DOC_CREATE then call the RFC CVAPI_DOC_CHECKIN to insert the file into DMS by passing the generated document number that you got from first RFC.

To retrieve the file from DMS server : CV120_DOC_GET_APPL

- Gowtham

Answers (0)