ABAP Dictionary

 

ABAP Dictionary

Định nghĩa:

SAP ABAP data dictionary is a central and structured source of data for development of objects. It is a database independent DDL (Data Definition Language) and mainly deals with create, edit, drop the database tables. In data dictionary you can define and maintain objects which are related to database. The ABAP data dictionary can be easily integrated with the ABAP workbench, so all the components of workbench can be easily access the definitions stored in the ABAP dictionary.

Hiểu đơn giản ABAP dictionary là nơi để chỉnh sửa các đối tượng liên quan tới cơ sở dữ liệu trong SAP.

 



T-Code : SE11

Các chức năng quan trọng :

  1. Database tables(link tham khảo)
  2. Domains(link tham khảo)
  3. Data elements(link tham khảo)
  4. Views
  5. Search helps
  6. Lock Objects

Nhận xét

Bài đăng phổ biến từ blog này

Domains In SAP ABAP