Processor Classes define the post-processing logic that is executed after a document has been generated. They are responsible for handling the generated output and triggering subsequent processing steps such as printing, mailing, archiving, or storing the document.
After a document is successfully generated, the following processes can be called via Processor Classes:
Class name | Description | Processor Type |
|---|---|---|
/CADAXO/CL_D42_PROC_PRINT | Print in SAP | |
/CADAXO/CL_D42_PROC_BCSMAIL | Create BCS-Mail | BCSMAIL |
/CADAXO/CL_D42_PROC_OLEOUTMAIL | Open Outlook Client and add Attachment | OLEOUTMAIL |
/CADAXO/CL_D42_PROC_GOS | Store to GOS | GOS |
/CADAXO/CL_D42_PROC_ARCHIVE | Store to Archive | ARCHIVE |
/CADAXO/CL_D42_PROC_APP_SERVER | Store to Application Server | APPSERVER |