Skip to main content

🏭 AI@CDS Backend S/4 Application

The AI@CDS Backend provides the 4IT CDS ABAP Interface. This application is fully written in ABAP and runs as any standard ABAP program — without the need of any AI interaction.

This section provides an overview of the ABAP interface step by step.


Step 1 — CDS Full Interface

In this screen, the user can select any CDS view and trigger the replication in Full mode. The application creates a background job automatically.

CDS Full Interface — Selection

Once the Full job is finished, the user can see the log details of the run.

CDS Full Interface — Log


Step 2 — CDS Delta Interface

Once the replication in Full mode is done, the interface can be scheduled in Delta mode. The application creates a background job automatically.

CDS Delta Interface — Schedule

Once the Delta job is finished, the user can see the log details of the run.

CDS Delta Interface — Log


Step 3 — SAP Table Replication

The SAP ABAP Interface fully supports the replication of SAP tables.

  • When a table is selected, a corresponding CDS view is generated on-the-fly at execution time.
  • Because the view is not stored persistently in S/4HANA, no Transport Requests are required to replicate tables — giving full flexibility even in Production systems.

Here the user can select any SAP table for replication.

Table Replication — Table Selection

If the data dictionary object exists in SAP, the user can validate the selection.

Table Replication — Validation

The application offers the option to select only those fields which are required for the replication — this can save storage and processing costs.

Table Replication — Field Selection

The selected table is added to the work list and can be triggered in Full mode and then in Delta load.

Table Replication — Work List

The CDS load is triggered in Delta mode.

Table Replication — Delta Load