Skip to content

ABAP Keyword Documentation →  ABAP - Release-Specific Changes →  Changes in Releases 7.5x →  Changes in Release 7.50 

Further Changes in Release 7.50


1. Specifying the text environment in SUBMIT VIA JOB


2. Results table in ADBC


3. Short texts in ABAP Doc


4. Full text search in the Web version of the ABAP keyword documentation

Other versions: 7.31 | 7.40 | 7.54

Modification 1

Specifying the Text Environment in SUBMIT VIA JOB

The new addition LANGUAGE of the statement SUBMIT VIA JOB makes it possible to set the text environment of the called program, which was previously only possible when using the function module JOB_SUBMIT directly.

Modification 2

Results Table in ADBC

The method SET_PARAM_TABLE of the class CL_SQL_STATEMENT, used to access sets in ADBC queries, now accepts sorted and hashed tables as well as standard tables.

Modification 3

Short Texts in ABAP Doc

It is now possible to define short texts in ABAP comments and synchronize them with the short texts of methods and function modules in ABAP Workbench.

Modification 4

Full Text Search in the Web Version of the ABAP Keyword Documentation

Quotation marks (") can be placed around a search term in the input fields of the Web version of the ABAP keyword documentation to force a full text search. If there are no quotation marks, an index search is performed and a full text search is made only if the index search does not find any hits.

The full text search option has been available in the dialog box of the SAP GUI VERSION of the ABAP keyword documentation for some time now using radio buttons. From Release 7.50, SP02, this function can also be accessed using quotation marks (") to enter a search term in the documentation display input field.