SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP Glossary →abstract
Term in ABAP objects. An abstract class cannot be instanced. An abstract method can only be implemented in subclasses of its class. A non-abstract class or method is concrete.