Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Mastering SAP ABAP
Mastering SAP ABAP

Mastering SAP ABAP: A complete guide to developing fast, durable, and maintainable ABAP programs in SAP

Arrow left icon
Profile Icon Philipp Deth Profile Icon Paweł Grześkowiak Profile Icon Wojciech Ćwik Profile Icon Wojciech Ciesielski
Arrow right icon
€15.99 €23.99
Full star icon Full star icon Full star icon Empty star icon Empty star icon 3 (1 Ratings)
eBook May 2019 548 pages 1st Edition
eBook
€15.99 €23.99
Paperback
€29.99
Subscription
Free Trial
Renews at €18.99p/m
Arrow left icon
Profile Icon Philipp Deth Profile Icon Paweł Grześkowiak Profile Icon Wojciech Ćwik Profile Icon Wojciech Ciesielski
Arrow right icon
€15.99 €23.99
Full star icon Full star icon Full star icon Empty star icon Empty star icon 3 (1 Ratings)
eBook May 2019 548 pages 1st Edition
eBook
€15.99 €23.99
Paperback
€29.99
Subscription
Free Trial
Renews at €18.99p/m
eBook
€15.99 €23.99
Paperback
€29.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

Mastering SAP ABAP

The Basic Structure of ABAP

This chapter will provide you with a quick introduction into the world of modern systems applications products (SAP) systems, along with a basic outline of the advanced business application programming (ABAP) language. We will take a look at legacy syntax figures and their counterparts, which are often used in modern ABAP systems.

In this chapter, we will explain basic data structures, the principles of data manipulation, and also typical hardware and software features of SAP systems. This knowledge is necessary for navigating the SAP system and creating applications.

In this chapter, we will cover the following topics:

  • The Data Dictionary
  • Domains
  • Data elements
  • Structures
  • Table types

Technical requirements

The Data Dictionary

The Data Dictionary is a set of information describing the objects of a database and the relationship between its elements.


The Data Dictionary is used to control access to and manipulation of the database.

The Data Dictionary includes a domain, Types (StRUCTURES, DATA TYPE, and TABLE TYPE), tables, views, search helps, and lock objects.

The following diagram explains the division of objects in a Data Dictionary:

To create an object for the Data Dictionary, we need to use the SE11 transaction. The transaction code is usually only a few characters long and guides you directly to the screen of the task that the user wants to perform. This screen is shown in the following screenshot:

Domains

A domain...

Databases

In most cases, business processes in the SAP system are based on recorded data. For this purpose, a model based on relational data is used. A database table is, therefore, an object for storing data. It offers many possibilities to support the work of a programmer.

Creating a table is as simple as it is in the other objects of the dictionary. The user starts this process in the SE11 transaction—they select the Database table checkbox and enter a name (which must start with the character Z or Y), as shown in the following screenshot:

Then, they need to click on the Create button. The SAP system will take the user to a screen where they can choose some options. A short description should be entered as it is an obligatory field. The screen the user will see is as follows:

As we can see, there are two fields to fill in at this stage. The first one (Delivery...

Data declaration

After learning about the objects in the Data Dictionary, we can start talking about the syntax declaration in ABAP. The easiest way to declare variables is as follows:

data: lv_first_variable TYPE c. 

Variables are named data objects that are used to store values within the allotted memory area of a program. It is good practice to properly name local variables. It is assumed that the first two characters in the variable name determine its use. The first letter indicates whether the variable is global or local. If the local variable starts with l, then in the case of global variables, g is the first letter. The second character determines what type the object is:

  • Variable: v
  • Line: s
  • Internal table: t

Each variable must have a type that describes what is stored inside. A variable may have the following types:

  • Elementary types
  • References
  • User-defined types...

Summary

This chapter described everything you need to know about when you work with the SAP system. It is worth you understanding this chapter because it is the introduction to the modern SAP system. The information in this chapter teaches you about the use of explicit techniques when working with the system dictionary.

The ABAP Dictionary contains information about all the metadata in the SAP system. The ABAP Dictionary is a very important part of the SAP system, and understanding it is necessary for fast and efficient programming. This issue is very extensive and, in most programming cases, you need to use the ABAP Dictionary. 

In the next chapter, we will talk about database access in ABAP.

Questions 

The following questions will allow you to consolidate the information contained in this chapter:

  1. What characters must the names of the objects in the ABAP Dictionary begin with?
  2. What is a field symbol?
  3. What are the elementary types in the SAP system?
Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Become adept at building interfaces and explore ABAP tools and techniques
  • Discover the modern functionalities available in the latest version of ABAP
  • Learn the process of creating stunning HTML5 applications using SAPUI5

Description

Advanced Business Application Programming (ABAP) is an established and complex programming language in the IT industry. This book is designed to help you use the latest ABAP techniques and apply legacy constructions using practical examples. You'll start with a quick refresher on language and database concepts, followed by agile techniques for adding custom code to a modern ABAP system. After this, you will get up to speed with the complete ABAP toolset for importing data to and from different environments. Next, you'll learn how to print forms and work with the different ABAP tools for Extensible Markup Language (XML) manipulation. While covering further chapters, you'll gain insights into building stunning UI5 interfaces, in addition to learning how to develop simple apps using the Business Object Processing Framework (BOPF). You will also pick up the technique of handling exceptions and performing testing in ABAP. In the concluding chapters, you can look forward to grasping various techniques for optimizing the performance of programs using a variety of performance analysis tools. By the end of this book, you will have the expertise you need to confidently build maintainable programs in Systems, Applications, and Products (SAP).

Who is this book for?

This book is for developers who want to learn and use ABAP skills to become an industry expert. Familiarity with object-oriented programming concepts is expected.

What you will learn

  • Create stable and error-free ABAP programs
  • Leverage new ABAP concepts including object-oriented programming(OOP) and Model-View-Controller (MVC)
  • Learn to add custom code to your existing SAP program
  • Speed up your ABAP programs by spotting bottlenecks
  • Understand techniques such as performance tuning and optimization
  • Develop modern and beautiful user interfaces (UIs) in an ABAP environment
  • Build multiple classes with any nesting level

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : May 31, 2019
Length: 548 pages
Edition : 1st
Language : English
ISBN-13 : 9781787129498
Vendor :
SAP
Category :
Languages :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : May 31, 2019
Length: 548 pages
Edition : 1st
Language : English
ISBN-13 : 9781787129498
Vendor :
SAP
Category :
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 101.97
SAP ABAP Advanced Cookbook
€41.99
SAP Business Intelligence Quick Start Guide
€29.99
Mastering SAP ABAP
€29.99
Total 101.97 Stars icon
Banner background image

Table of Contents

18 Chapters
Creating Custom Code Chevron down icon Chevron up icon
The Basic Structure of ABAP Chevron down icon Chevron up icon
Database Access in ABAP Chevron down icon Chevron up icon
Import and Export to Document Formats Chevron down icon Chevron up icon
Exposing Data to Print Forms Chevron down icon Chevron up icon
ABAP and XML Chevron down icon Chevron up icon
Building User Interfaces Chevron down icon Chevron up icon
Creating Stunning UI5 Interfaces Chevron down icon Chevron up icon
Business Object Processing Framework Chevron down icon Chevron up icon
Modification and Customization Techniques Chevron down icon Chevron up icon
Handling Exceptions in ABAP Chevron down icon Chevron up icon
Testing ABAP programs Chevron down icon Chevron up icon
Advanced Techniques in ABAP Objects Chevron down icon Chevron up icon
Integrating SAP with Third-Party Systems Chevron down icon Chevron up icon
The Background Processing of ABAP Programs Chevron down icon Chevron up icon
Performance and Optimization of ABAP Code Chevron down icon Chevron up icon
Assessments Chevron down icon Chevron up icon
Another Book You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Empty star icon Empty star icon 3
(1 Ratings)
5 star 0%
4 star 0%
3 star 100%
2 star 0%
1 star 0%
Idiot Sep 19, 2021
Full star icon Full star icon Full star icon Empty star icon Empty star icon 3
On the positive side the book is very direct with none of the usual waffle you get in many technical books. Hence you can make progress quickly. This though makes the book a very stilted read with frequent need to groan out loud. E.g. "Creating a domain is very quick and easy. We don't need specialist knowledge." I am a Darlek!This also leads to telling you v, s and t are variable types, and then on the next line defines types of variable as elementary, references, user defined etc. So is a variable type v, s or t or not?It also has the following classic:Type STRING: Like type CType XSTRING: Like type XC is defined earlier but X isn't leaving you searching back to where X might be defined only to find the author has plain forgotten to mention what X is. They also have a chapter called "Database Access in ABAP" which dives straight into your boring old SELECT COL1 FROM TAB1, but totally omits to tell you how connect to the database or what tool to use to connect with!Despite having to decipher much of the book I will skim read as it does contain much that is worth knowing and is one of those books which forces you work things out for yourselves. I find the lack of articulation is appalling but strangely does make you focus on the facts.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.