|
Create Log for SLG1 |
|
SAVE_LOG
FP offers the possibility to write (error) messages into the SAP Application Log. Entries are displayed via the SAP transaction SLG1 with selection parameters /KERN/ALLEVO as object and FP as sub-object.
Writing the log must be explicitly activated; the specification in Value from on the constant SAVE_LOG controls the conditions for creating entries:
• With „N“, no log is written (as with an inactive constant)
• with „E“ only in case of an error,
• with „W“ already in case of warnings
• otherwise (I or X or S), all ouputs are saved.
Besides, the screen output may be controlled via the parameter “Output Level” in the FP selection screen.
|
Note: |
When calling FP from the Allevo main program, the execution log is additionally transferred to Allevo and, if desired, displayed also in the dialog. The Allevo constant MESSAGE_LEVEL controls what contents are relevant for being displayed (see documentation on Allevo constants). Especially if FP is executed in the background upon calling from Allevo, it may be useful to write into the Application Log (see Allevo constant ACTIVE_FP_PARAM). |