cancel
Showing results for 
Search instead for 
Did you mean: 

Including Part of spool in another spool (PDF in DMS)

mornee_parsons
Explorer
0 Kudos

Hi,

Is it possible to do the following in ABAP:

When pprinting the Job ticket from a worksorder in IW32

If a PRT document (in this case a PDF on DMS) is linked to an operation, i want to include the contents of that PDF (graphics, text, etc) in the printing of the job ticket in line with the job ticket.  So, in one spool this must happen:

<JOB TICKET SMARTFORM>

Operation 0010

<Content of PDF>

Operation 0020

<Content of PDF>

.

.

.

ENDFORM

Does anyone have a suggestion?

Accepted Solutions (0)

Answers (2)

Answers (2)

mornee_parsons
Explorer
0 Kudos

Hi Florian,

Thanks for the quick response.

Is there a probability that you can direct me to an example of this?

Florian
Active Contributor
0 Kudos

I'm sorry,

but that isn't possible, because I created the webservice with a colleague.

You know, we created a C#-Webservice, because there is a library available to concatenate two pdf together.

We just passed our content (all pdf) in our preferred sorting to the webservice and received one complete pdf back.

That's it. It wasn't a big thing for him, but you know, you need someone creating your webservice in such a language, where a library is available.

I think JAVA would be also good.

Regards

Florian

AB
Contributor
0 Kudos

I wonder if the Adobe Document Services is capable of concatenating multiple PDF documents?

Florian
Active Contributor
0 Kudos

hi Mornee,

That is just possible, if you call a  webservice. You send your converted Smartforms parts and the pdf parts and concatenate it there.

In ABAP I never saw a working solution without webservice-calling between.

Regards

Florian