HI SAP Experts,
While entering report RPSINFO in transaction SE38 the result background job ends in a RAISE_EXCEPTION
Category: ABAP Programming Error
Runtime Errors: RAISE_EXCEPTION
ABAP Programming: CL_PS_TREE_DISPLAY========CP
You can regenerate this issue by following steps:
- Enter report RPSINFO in transaction SE38 .
- Menu option Program -> Execute -> Background.
- Now enter the name of the varieant.
- After entering the name schedule the job.
- When the job runs you see in transaction SM37 that the job has status Cancelled.
- The Job Log shows "Internal session terminated with a runtime error RAISE_EXCEPTION (see ST22)".
The error you are facing is CN41N is not designed to be run in background mode. To resolve this issue use the option CN41 or CNS41 in background mode instead of CN41N.