SAP RELATIONAL DATABASE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

relational database
Database whose data is managed according to the relational data model, that is, in database tables. Further objects such as views
BEGIN_SECTION VERSION 5 OUT or stored procedures
END_SECTION VERSION 5 OUT can be created to access the data. These objects are organized in database schemas. The objects are generally defined and accessed using SQL.