Preparing Data Export from the Source System

Procedure

  1. To initialize the code extractor in your source system (7.00 - 7.31), execute the ABAP program RS_ABAP_INIT_ANALYSIS.
  2. In the initial screen that appears, leave the predefined entries unchanged and choose the Execute icon or press F8.
    Initializing the code extractor in the source system
    Initializing the code extractor in the source system
    The ABAP program creates several database tables that are required to store the code extract from the Code Inspector.
  3. In your source system (7.00 - 7.31), launch the Code Inspector using the transaction SCI.
  4. Create a new object set (programs and other development objects) that comprises the custom code to be checked.
  5. Create a new check variant.
    1. From the list of avaialble checks, select the Export of Program Information check.
    2. Enter an appropriate value for the call level.
    Specifying a check variant when using the file download option for data export
    Specifying a check variant when using the file download option for data export
    Specifying a check variant when using the RFC option for data export
    Specifying a check variant when using the RFC option for data export
    The standard window of the Performance Analysis tool for selecting filter conditions for trace records appears.
  6. Create a new inspection and assign the object set and the check variant created in the steps above.
  7. Choose Execute or Execute... to execute the Code Inspector check for your object set and the check variant selected.

Results

The Code Inspector performs the inspection run, converts the source code of the selected ABAP programs into an appropriate format, and stores it in several database tables in the source system.

When using the option Export via RFC, the Code Inspector also transfers the resulting code extract to the remote test system that you specified for the RFC destination.