cancel
Showing results for 
Search instead for 
Did you mean: 

Bapi or FM to print the document attached in DMS

Former Member
0 Kudos

Hi,

We have a requirement to print the document in DMS as one of the functionalities of a report.

Is there any BAPI or Function modules that can be used to print the documents checked in using transactions CV01N or CV02N.

Thanks,

Simmi

Accepted Solutions (1)

Accepted Solutions (1)

former_member187506
Contributor
0 Kudos

We had the same issue. Where we stored PDF's in DMS and we needed to print multiple files in an automated fashion.

We used "CV120_DOC_CHECKOUT_VIEW" to get the document and "CV120_START_APPLICATION" to print.

Note "CV120_START_APPLICATION" uses the front end application to print, so the user needs to have the applicaiton of the original file installed. Also, there can be memory limitations that restrict the number of files that can be printed at any one time.

For example if you are printing 20 originals, you will be opening 20 files on the desktop and printing. You get the picture...

Answers (0)