Changes in Release 7.0, EhP3 and 7.3, EhP1

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

ABAP Keyword Documentation

Changes in Release 7.0, EhP3 and 7.3, EhP1


ABAP Objects in Release 7.0, EhP3 and 7.3, EhP1
Further Changes in Release 7.0, EhP3 and 7.3, EhP1

Changes in Release 7.0, EhP3 and 7.3, EhP1


The ABAP programming language and the ABAP runtime environment in Release 7.0, EhP3 and 7.3, EhP1 are
the same as in Release 7.0, EhP2, apart from the following enhancements. The internal name is AS ABAP
7.31.

ABAP Objects

Further Changes

ABAP Objects in Release 7.0, EhP3 and 7.3, EhP1


1. Chained method call

Modification 1
Chained Method Call

From Release 7.31, the chained method call can not only be specified in functions but also executed in
operations.

Further Changes in Release 7.0, EhP3 and 7.3, EhP1

1. Extended Field Length on Selection Screens

2. ST documentation moved

Modification 1
Extended Field Length on Selection Screens
The maximum length of input fields on selection screens has been
increased from 132 to 255 for parameters and from 45 to 255 for selection criteria. To allow values to be
passed using SUBMIT WITH SELECTION TABLE, a new data type RSPARAMSL_255, which supports this
maximum length, has been added to the ABAP Dictionary.

Modification 2
ST documentation moved

The documentation about simple transformations was integrated into the ABAP keyword documentation.

You might also like