/
Browse
/
Learning Journeys
/
Acquiring Core ABAP Skills
/
Creating Database Tables
Getting Started
Preparing the Development Environment
15 mins
Taking a First Look at ABAP
25 mins
Understanding Software Structure and Logistics
20 mins
Developing Your First ABAP Application
30 mins
Amplifying ABAP Development with AI
35 mins
Quiz
Applying Basic Techniques and Concepts
Working with Local Classes
Reading Data from the Database
Working with Structured Data Objects
Working with Complex Internal Tables
Implementing Database Updates Using Business Objects
Describing the ABAP RESTful Application Programming Model
Analyzing and Testing Code
Improving Code Quality using ABAP Test Cockpit
54 mins
Implementing Code Tests with ABAP Unit
77 mins
Measuring Runtime Consumption with ABAP Profiling
75 mins
Analyzing Database Access with SQL Trace
37 mins
Quiz
Using Data Types and Type Conversions Correctly
Processing Character Fields
Using Code Pushdown in ABAP SQL
Improving Internal Table Performance
Implementing Authorization Checks
Designing Effective Object-Oriented Code
Defining and Working with Exception Classes
Adding Documentation to ABAP Code
Exploring Data Modeling in ABAP
Exploring ABAP Dictionary
20 mins
Exploring ABAP Core Data Services
50 mins
Quiz
Creating Database Tables
Defining Global Data Types
Defining Basic CDS Views
Defining Relationships and Associations
Using Code Pushdown in CDS Views
Defining Meta Objects for Dictionary Objects and CDS Views
Knowledge quiz
It's time to put what you've learned to the test, get 3 right to pass this unit.
1.
Which of the following dictionary types are mapped to ABAP data type P (packed number)?
There are two correct answers.
CLNT
DEC
CURR
CUKY
2.
You change the definition of a database table. In which of the following scenarios do you have to manually adjust the database table?
Choose the correct answer.
The data base table contains data and you added a table field.
The database table is empty and you added a table field
The database table contains data and you deleted a table field.
The database table is empty and you deleted a table field.
3.
You define a database table in the ABAP Dictionary. What is needed to make the database table client dependent?
Choose the correct answer.
Annotation @ABAPCatalog.clientDependent: true
A key field of type CLNT
A corresponding setting in the Technical Table Properties.