Skip to main content

ABAP Relations

This function provides a more detailed analysis of ABAP and DDIC objects: By activating the “ABAP Relations” option during BW/ERP synchronization, all ABAP code in the system is parsed.

Abap relations in synchronization and filter

All relations found between ABAP and DDIC objects are extracted from the code, written to the database, and visualized transparently.

Default Synchronization Filter

The following default filter string is used to filter certain records based on specific conditions during the synchronization:

SQL
PROGNAME NOT LIKE '/1BCF41/%' AND PROGNAME NOT LIKE '/1BCWDY/%' AND PROGNAME NOT LIKE 'GP%' AND SUBC <> 'F' AND UNAM NOT LIKE 'SAP%' AND UNAM <> 'DDIC' AND UNAM <> ''

The filter ensures that only records meeting the following criteria are considered:

  • The program name (PROGNAME) must not start with '/1BCF41/', '/1BCWDY/', or 'GP'.

  • The subcode (SUBC) must not be 'F'.

  • The username (UNAM) must not start with 'SAP', must not be 'DDIC', and must not be empty.

These default filter conditions are used to exclude unwanted records and only consider the relevant ones!

Supported Object Types

  • ADSO.png ADSOs

  • CHA.png Characteristics

  • DDLS.png Data Definitions

  • FUNC.png Function Modules

  • ABAP.png ABAP Reports

  • TABL.png Tables/Views

Showing ABAP Relations

ABAP Relations can be shown via the context menu of the supported object types.

ABAP Relations in Context menu

ABAP Relations can be displayed in a tree view:

ABAP Relations tree view

The relations are not read live from the system when performing the analysis. The analysis uses the synchronized data from the Performer Suite database. To get up-to-date results, we recommend using the automated synchronization.

Opening ABAP Relations via Data Flow

After conducting a Look-up Scan, ABAP Relations can be accessed directly from the data flow. Supported and synchronized objects are highlighted, and clicking on them opens their corresponding ABAP Relations.

ABAP Relations Links in data flow look-up scan
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.