SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Learn about the ABAP Data Dictionary

Open an ABAP package containing Data Dictionary objects and find out more about them.

Overview

🎓 beginner 15 min. ABAP DevelopmentBeginnerSAP Netweaver

You will learn

  • How to find objects in the ABAP Dictionary
Julie Plummer J Julie Plummer November 12, 2024
Created on March 9, 2023
Contributors

More from Julie Plummer

See all 51 tutorials by Julie Plummer →

Prerequisites

Prerequisites

Steps

Intro

The ABAP Dictionary describes and manages all the data definitions (metadata) used in the ABAP system to work with data types, database tables, and views. In this tutorial, you will open an ABAP package containing some of these objects and find out how they fit together.

You will open an ABAP package, SAPBC_DATAMODEL, and look at the ABAP Dictionary objects in it. This package contains all the object types you will learn about in this tutorial (and more), and is delivered with every ABAP System.

For more information, see Data Types in the ABAP Keyword Documentation.

Time to Complete

15 Min


Step 1 Add package to favorites

Before you start exploring the Dictionary objects, you will add the relevant package to your favorites for convenience:

  1. In ABAP Development Tools, expand the project that you created, by choosing the arrow on the left:

    Image depicting step1-expand-project
    Image depicting step1-expand-project

  2. Select Favorite Packages, then choose Add Package… from the context menu:

    Image depicting step1b-add-package
    Image depicting step1b-add-package

  3. Enter SAPBC in the search field, then choose the package SAPBC_DATAMODEL from the matching items box:

    Image depicting step1c-choose-package
    Image depicting step1c-choose-package

The package is added to your favorites:

Image depicting step1d-fave-package-added
Image depicting step1d-fave-package-added

Step 2 Expand package
+
Step 3 Open transparent table definition
+
Step 4 Open table in data preview
+
Step 5 Open a data element
+
Step 6 Table types and internal tables
+
Step 7 Search helps
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 7
1. Add package to favorites 2. Expand package 3. Open transparent table definition 4. Open table in data preview 5. Open a data element 6. Table types and internal tables 7. Search helps