BC100
Introduction to Programming with
ABAP
.
.
.
COURSE OUTLINE
Course Version: 15
Course Duration:
SAP Copyrights and Trademarks
© 2019 SAP SE or an SAP affiliate company. All rights reserved.
No part of this publication may be reproduced or transmitted in any form or for any
purpose without the express permission of SAP SE or an SAP affiliate company.
SAP and other SAP products and services mentioned herein as well as their
respective logos are trademarks or registered trademarks of SAP SE (or an SAP
affiliate company) in Germany and other countries. Please see http://
global12.sap.com/corporate-en/legal/copyright/index.epx for additional trademark
information and notices.
Some software products marketed by SAP SE and its distributors contain proprietary
software components of other software vendors.
National product specifications may vary.
These materials are provided by SAP SE or an SAP affiliate company for
informational purposes only, without representation or warranty of any kind, and SAP
SE or its affiliated companies shall not be liable for errors or omissions with respect
to the materials. The only warranties for SAP SE or SAP affiliate company products
and services are those that are set forth in the express warranty statements
accompanying such products and services, if any. Nothing herein should be
construed as constituting an additional warranty.
In particular, SAP SE or its affiliated companies have no obligation to pursue any
course of business outlined in this document or any related presentation, or to
develop or release any functionality mentioned therein. This document, or any related
presentation, and SAP SE’s or its affiliated companies’ strategy and possible future
developments, products, and/or platform directions and functionality are all subject
to change and may be changed by SAP SE or its affiliated companies at any time for
any reason without notice. The information in this document is not a commitment,
promise, or legal obligation to deliver any material, code, or functionality. All forward-
looking statements are subject to various risks and uncertainties that could cause
actual results to differ materially from expectations. Readers are cautioned not to
place undue reliance on these forward-looking statements, which speak only as of
their dates, and they should not be relied upon in making purchasing decisions.
Typographic Conventions
American English is the standard used in this handbook.
The following typographic conventions are also used.
This information is displayed in the instructor’s presentation
Demonstration
Procedure
Warning or Caution
Hint
Related or Additional Information
Facilitated Discussion
User interface control
Window title
Example text
Example text
© Copyright. All rights reserved.
iii
iv
© Copyright. All rights reserved.
Contents
vii
Course Overview
Unit 1:
Basics of ABAP Programming
Lesson: Developing a Simple ABAP Program
Lesson: Introducing ABAP Syntax
Lesson: Implementing a Simple Dialog
Lesson: Customizing the ABAP Editor
Unit 2:
Coding and Debugging in ABAP
Lesson: Performing Arithmetic Operations Using Simple Variables
Lesson: Defining Simple Variables
Lesson: Defining Text Symbols
Lesson: Using System Variables
Lesson: Debugging a Program
Lesson: Creating an ABAP List
Lesson: Processing Character Strings
Unit 3:
Flow Control Structures in ABAP
Lesson: Implementing Conditional Logic
Lesson: Implementing Loops
Unit 4:
Runtime Errors and Error Handling
Lesson: Analyzing Runtime Errors
Lesson: Implementing Error Handling
Unit 5:
Additional ABAP Programming Techniques
Lesson: Retrieving Data From the Database
Lesson: Describing Modularization in ABAP
Lesson: Using Function Modules
1
1
1
1
1
3
3
3
3
3
3
3
4
5
5
5
7
7
7
9
9
9
9
© Copyright. All rights reserved.
v
vi
© Copyright. All rights reserved.
Course Overview
TARGET AUDIENCE
This course is intended for the following audiences:
● Developer
●
IT Support
● Development Consultant
© Copyright. All rights reserved.
vii
viii
© Copyright. All rights reserved.