Purpose

This page explains and provides solution for  "Cannot find table XXXX in for server" warning messages, which appears during "Update SQL XXL Table Size" for an ABAP application

For more information, refer to:

*Observed in CAST AIP
Release
Yes/No
8.3.x, x < 1(tick)
8.2.x, x < 7(tick)
8.1.x, x < 6(tick)
8.0.x(tick)
7.3.x(tick)
Step by Step Scenario
  1. Configure the Tables Size Folder in Source Settings.
  2. Run Analysis. 
  3. Notice warning in the analysis log.
Details

The reason is that only the SAP tables referenced in the ABAP code are getting created as SAP table objects in the local schema.

Indeed, in many cases there are thousands (or even millions) of SAP tables included in the delivery and creating an entry for each one ( with dozens of columns etc) would potentially harm the local DB.

But all the tables are listed in the  .SQLTABLESIZE file, that is why the warning is generated for each SAP table that is not created.

These warnings should be ignored, as they have no impact on the analysis.

Impact on Analysis and Dashboard

These warnings do not have any impact on analysis and dashboard.

Notes/comments

Ticket # 9258

Starting from version 8.1.6, these warnings will not be generated any more.

Related Pages