Caution! SAP ABAP how to directly modify the ABAP code in the testing system or the production system without Transport Request
For some indescribable reason, someone want to directly modify the ABAP code in the testing system or the production system without TR.
Firstly, enter TCODE SE38 .
Make a break-point at line "IF display = 'X'." .
And at breakpoint, you can see DISPLAY is X.
Clear the DISPLAY
F8 to continue.
Comments
Post a Comment