2020 Jan 17 5:58 AM
Dear all,
I have a requirement to send Smart-forms Output to DMS .
For Example : Suppose, i have to take a print of Production Order. so, whenever user clicks on print 1 copy should be saved to DMS.
How this can be achieved ??
2020 Jan 17 6:27 AM
To manage the DMS, you could use these BAPI
And to convert a Smartform in PDF, check the chapter "Send the Smartform in PDF attachment with a text message" of my blog
2020 Jan 17 6:20 AM
I am surprise you did not find a lot of examples on internet about this
2020 Jan 17 6:27 AM
To manage the DMS, you could use these BAPI
And to convert a Smartform in PDF, check the chapter "Send the Smartform in PDF attachment with a text message" of my blog
2020 Jan 17 6:38 AM
HI,
i did this once within the print program.
During printout get the formula (ADS) result pdf ( i thin it is binary) and send it to the DMS/Archive via function module ARCHIV_CREATE_OUTGOINGDOC_MULT
2020 Jan 17 9:36 AM
What kind of DMS, transaction codes CV* or external content repository?