Entering content frameProcedure documentation Finding Dictionary Information Locate the document in its SAP Library structure

From the list of trace records, you can display further information about ABAP Dictionary objects, and also branch to the definition of the object in the ABAP Dictionary.

Prerequisites

The trace records of the trace file must not have been overwritten.

Procedure

  1. Start the initial screen of the Performance Trace.
  2. Choose List Trace.
    The
    display filter appears.
  3. Define the range of trace records that you want to display.
  4. Choose Show.
    The trace file appears in a basic list or an enhanced list, according to your selection.
  5. Position the cursor on the line containing the ABAP Dictionary table that you want to analyze.
  6. Choose DDIC-Info.
    The first part of the ABAP Dictionary information screen displays the administrative data for the chosen tables, such as its class, amount of memory required, and so on.
    The second part of the screen contains information about the indexes that exist for the table. ABAP Dictionary tables always have at least one index, which is drawn from the primary key of the table. You can also create further indexes in the ABAP Dictionary, which are also listed here.
  7. Choose Table/View fields.
    This function branches from the trace list to the table definition in the ABAP Dictionary.

 

 

Leaving content frame