AS ABAP Release 758, ©Copyright 2024 SAP SE. All rights reserved.
ABAP - Keyword Documentation → ABAP - ABAP Release News → News for ABAP Release 7.40 and its SPs → News for ABAP Release 7.40, SP02 →
Further Changes in ABAP Release 7.40, SP02
ABAP Doc
Special ABAP Doc comments can be entered in front of
declaration statements. These comments are prefixed by "!. Tools of an
ABAP development environment that support
ABAP Doc, such as
ABAP development tools for Eclipse,
analyze the content of ABAP Doc comments, converts it to HTML and display the content in an appropriate way.
Authorization Check in CALL TRANSACTION
The new additions WITH AUTHORITY-CHECK and WITHOUT AUTHORITY-CHECK make it possible to perform or skip
an authorization check when executing the statement CALL TRANSACTION. This makes the statement CALL TRANSACTION
obsolete if neither of these additions are specified.
Enhancement to RTTI
The attribute METHODS of the object description class CL_ABAP_OBJECTDESCR
has a new component, IS_RAISING_EXCPS,
which can be used to determine whether the exception of a method is class-based. Also, the tabular component
EXCEPTIONS the new component IS_RESUMABLE,
which can be used to determine whether a class-based exception can be propagated as a resumable exception.
Documentation Moved
The documentation describing
has been integrated into the ABAP keyword documentation.