Purpose (problem description)

This page is a troubleshooting guide for the problem of missing SAP View objects after a SAP/ABAP analysis.

Observed in CAST AIP


Release
Yes/No
8.3.x(tick)
Observed on RDBMS

 

RDBMS
Yes/No
CSS(tick)

Step by Step scenario

  1. Analyze your application
  2. Open Enlighten
  3. Look for SAP View objects

Action Plan

To troubleshoot this issue, you need the following Relevant input

Perform the below actions:

  1.  Check in the extracted SAP tables file the line and column numbers given in the warning message. For instance in the example below:
     In the SAP_views_0001.sap.xml, line 325379 contains & and % characters near column 69

    culprit line
    <SELECTION Table="JBRDBKO" Column="RIDEXT" Operator="LK" Value="'&CM%'" AndOr="OR" /> 

    The & character is present in the value of the view request. This character must be converted before being written in an XML file. The workaround is to remove & and % characters from the value in the SAP_views_0001.sap.xml file and re-run the analysis.


  2. If this page doesn't give a solution to the issue or give a reason for the problem then contact CAST Technical Support with the Relevant input.

Relevant input

  1. CAST Support Tool (CST) - alias Sherlock Export with options Export logs, Export source code and Export databases for Management Base and Knowledge Base only.
  2. Screenshot of Enlighten, showing the SAP View that you are not expecting is present.
Notes/comments


Related Pages