Showing posts with label code. Show all posts
Showing posts with label code. Show all posts

Finding Hardcode Values in you code

There is a nice Standard SAP program to find hardcoded strings in ABAP Code. The program is RS_ABAP_SOURCE_SCAN and can be used for example to find constant or breakpoints.

RS_ABAP_SOURCE_SCAN selection screen

RS_ABAP_SOURCE_SCAN

It is possible to double click on the code and navigate directly to the ABAP code.


Posting Code Snippets to Blogger

 Use http://hilite.me/ to convert you code snippets so you can post them in blogger.