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?