How to debug a background job (BJOB)
In the work of a SAP Consultant comes time when you need to debug a program in the background mode or a running BJob.
(more…)handy guidelines about complicated things …
In the work of a SAP Consultant comes time when you need to debug a program in the background mode or a running BJob.
(more…)In SAP ECC 6.0 EHP6, the function code &SAP_EDIT
, which enables the change mode of transaction SE16N, is deactivated (SAP Note 1420281) due to security breaches that were detected. (more…)
The ABAP Debugger is used tool to execute and analyze programs line by line. Using it we can check the flow logic of a program and display runtime values of the variables. Currently, SAP offers two types of Debuggers:
• The Classic ABAP Debugger
• The New ABAP Debugger
The Classic ABAP Debugger, with its old user interface and its limitations to debug certain types of ABAP program is now not in use by many new and old ABAP developers. (more…)