SAP DDIC DB TABLE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

DDIC database table
Database table defined in the ABAP Dictionary as an ABAP-managed database object. Each database table has a unique primary index and can have additional secondary indexes . Foreign key dependencies can exist between individual DDIC database tables. A DDIC database table is generally defined as a transparent table in the database of the AS ABAP. All DDIC database tables defined in ABAP Dictionary can be referenced as a data type like DDIC structures and can be accessed using AB_SQL .
BEGIN_SECTION VERSION 5 OUT During development, the content of DDIC database tables can be monitored using the Data Browser.
END_SECTION VERSION 5 OUT
ABAP_MORE_INFO