Previous Topic: SAPSPEX Error Codes and SAP LogNext Topic: Customizing SAP


Installation

To activate and customize the two exits, run BQ4JSAP. After running the job, two useable load modules are found in the CBQ4LOAD library:

The SAPSPEI exit is assembled and link-edited as a separate load-module. The SAPSPEX exit is also assembled and link-edited as a separate load-module. This is then link-edited into the SAPSPWR load-module.

When linking the exits, the CA Spool call interface routines must also be included. Add the following statement to the SYSIN file in the link-edit job:

INCLUDE ESFLIB(AESFPRIV)

Add a DD-card called ESFLIB that points to the CA Spool link library. See the SAP documentation for details on how to assemble and link-edit the exits.