SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

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
Unknown U Unknown November 12, 2024
Created by March 9, 2023
Contributors

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

Learn more →