The following section shows how to use the Report component.

Look Up a Report or Transaction #

  1. In the main window of the component click magnifying-glass. The window “Report Lookup” opens.
  2. In the field Report Name (1) enter the name of a report using wildcards (*) if needed. Alternatively you can search for SAP Transaction Codes by selecting TCODE. Look-Up-Report
  3. Click [Search] (2) and select the report of your choice from the displayed list (3).
  4. Click [OK] (4) to confirm.

Note: There are ABAP Reports that expect an installed SAP GUI even when they are called remotely. In this case, set the AttachesSapGui property in the Expert Options of the Connection Manager to True.

Variants and Selections #

  1. Choose a variant from the drop-down-list Variant (1).
    Report-Variants-Section
  2. Choose a selection criterion you want to change or dynamize from the list in the section Selection Screen (2).
  3. Click the [Edit] button next to the selection you want to edit. The window “Edit Selection” opens. Report-Edit-Selections
  4. Choose if the selection is to be included or excluded (3) from the extracted data.
  5. Select an operator (Equal, GreaterThan, etc.) from the Option drop-down list (4).
  6. Enter the selection in the respective Low and High fields. The High field is active for input when the between or not between operator was selected.
  7. Optional: click [Add Selection] (5) to add conditions.
  8. Click [OK] (6) to confirm the selections.

Note: For more information on variants and selections, see Variants and Selections.

Define Report Columns #

  1. If your report has varying column widths, activate Dynamic column widths and offsets. The column widths and offsets are then adjusted dynamically at report runtime.
  2. Click [Automatically detect columns] to execute the report based on the selected variant or selections and detect columns automatically.
    Report-automatic-columns
  3. Click [Load Preview] to display the rows in the preview screen.
  4. Check if the automatically detected columns are accurate. When automatic column detection is not possible, the report’s column names, widths and offsets must be set manually, see Define Columns manually.

Note: For more information on how to define report columns automatically and manually, see Define Columns.