Hi experts,
I have a problem with the print-buttons.
I have created an AdobeForm. In the preview of this Adobe Form, if I print the document with the standard SAP-Print-Button I get the table "spoolids" OKAY with FP_JOB_CLOSE -> I have in this table the document that has been printed.
The problem is, when I print the document using the toolbar of Adobe, I get this table empty! So I do not know if the user has printed the document or not... and that is giving me problems with an archiv that we have (printed documents)
I tried to deactivate the print-button in the toolbar, but I do not get it. I don´t have more ideas.
I am doing this with FP_JOB_OPEN, then CALL adobe_form and then FP_JOB_CLOSE. The parameters for Job_Open are:
ls_outputpar-nodialog = 'X'.
ls_outputpar-preview = lv_preview.
ls_outputpar-reqnew = 'X'.
ls_outputpar-dest = lv_dest.
ls_outputpar-copies = lv_copies.
ls_outputpar-arcmode = lv_arcmode.
ls_outputpar-reqimm = 'X'.
Thanks a lot and best regards.