Skip to content

SAP Transactions

RE FX

Transaction Description
REISBU Buildings
REISCN Contracts
REISRO
REISMSCN Contract Measurmenents
REISCDCN Contract Conditions
REISCDDB

SAP System Environment (SE)

Transaction Description
SE11 Used to create, display and maintain data dictionary objects such as tables, CDS views, and more.
SE16 Data Browser to view data in SAP tables.
SE37 Used to display and maintain function modules.
SE16N Extension of SE16 that allows editing data as well.
SE38 Used to create, display and maintain ABAP programs.
SE80 Used to access the SAP Development Workbench.
SE93 Used to display, maintain and organize transaction codes.

SAP System Trace (SP)

Transaction Description
ST05 SQL Trace
ST12 ABAP Trace

Use the trace like so:

  1. In SAP GUI, open ST05

  2. Open a separate SAP GUI Window

  3. Prepare the transaction (don't open it yet, just the filter)

  4. Switch back to the ST05 window. Click "Start Trace"

  5. Switch back to the transaction. Execute.

  6. Switch back to the ST05 window. Click "Disable Trace"

  7. Click view trace

You get a window with all the SQL calls made:

sap-st05.png