Get Example source ABAP code based on a different SAP table
Further Changes in ABAP Release 7.40, SP02 ITOC
ABAP_MODIFICATION_NN 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>, analyze the content of ABAP Doc comments, converts it to HTML and display the content in an appropriate way.
ABAP_MODIFICATION_NN 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.
ABAP_MODIFICATION_NN 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.
ABAP_MODIFICATION_NN Documentation Moved>
The documentation describing
shared objects>
object services>
iXML Library>
sXML Library>
logical databases> has been integrated into the ABAP keyword documentation.