Skip to main content

Caution! SAP ABAP how to directly modify the ABAP code in the testing system or the production system without Transport Request

 


Directly modifying the ABAP code in the testing system or the production system may result in critical issues!

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'." .
Then run program RS_REPAIR_SOURCE.

And at breakpoint, you can see DISPLAY is X.
Clear the DISPLAY

F8 to continue.

Finilly, modify you ABAP code and save.






Comments