Learning content
Feedback
Expand
SAP Learning Journey
Getting Started
Preparing the Development Environment
20 mins
Analyzing ABAP Coding
25 mins
Software Structure And Logistics
20 mins
Developing your First ABAP Program
20 mins
Quiz
ABAP Language Basics
Local Classes
Data Modelling and ABAP SQL
Structures
Complex Internal Tables
Database Updates Using Business Objects
RESTful Application Programming
Tell us what you think
We want to create the best possible experience for our learners. Your feedback helps us to improve the experience for everyone.
Give feedback
Search
Note
Knowledge quiz
It’s time to put what you’ve learned to the test, get all the questions right to pass this unit.
Q1.
You declare a variable using the statement DATA struct TYPE <type>. Which of the following can you use to declare a structure?
There are two correct answers.
A
A database table
B
A data element
C
A CDS view
D
A predefined ABAP type
Q2.
A structure struct contains a component comp. How do you address the component?
Choose the correct answer.
A
struct.comp
B
struct-comp
C
struct->comp
D
struct=>comp
To complete the knowledge quiz you need to
create an account or login
Login to complete quiz