AS ABAP Release 758, ©Copyright 2024 SAP SE. All rights reserved.
ABAP - Keyword Documentation → ABAP - ABAP Release News → News for ABAP Release 7.5x → News for ABAP Release 7.56 →
ABAP Keyword Documentation in ABAP Release 7.56
Modification
Configuration of the Documentation
From release 7.56 on, important settings of the ABAP Keyword Documentation can be configured explicitly. Before, the documentation was configured implicitly from system settings.
The configuration of the ABAP Keyword Documentation is saved in customizing table ABDOCCONFIG, that is maintained with transaction code ABAP_DOCU_CONFIG (based on executable program ABAP_DOCU_CONFIG) or with the configuration entity ABAP_DOCU_CONFIG_ENTITY. All repository objects related to the configuration are documented.
The following properties can be set:
If set to X, the ABAP Keyword Documentation uses terms appropriate for the SAP BTP ABAP Environment (aka Steampunk) instead of Application Server ABAP in some footers and copyright texts.
Recommendation:
Enables or disables the Web Version of the ABAP Keyword Documentation based on ICF nodes /sap/public/bc/abap/docu and /sap/bc/abap/docu.
The following settings can be applied:
Recommendation:
If set to X, the infrastructure of the ABAP Keyword Documentation is allowed to start batch jobs that prepare buffers that are needed for search in and display of the documentation.
Recommendation:
If set to X, the ABAP Keyword Documentation display offers a function to send a feedback mail to abap.docu@exchange.sap.corp. This mailbox is only available to SAP employees. Therefore, the setting makes sense for SAP's own development systems only.
Recommendation:
Determines the ABAP language version for which the ABAP Keyword Documentation is displayed. Allowed values are defined in domain ABAPVRS. This setting can be overridden when calling the documentation using the respective APIs:
Calls to the documentation from ABAP Workbench and ADT set the language version depending on the object currently being edited. Calls to the documentation via the ABAPDOCU and ABAPHELP transactions use the version from ABDOCCONFIG by default. An initial value for VERSION in ABDOCCONFIG displays the documentation for Standard ABAP (X).
Recommendation:
Program ABAP_DOCU_CONFIG allows a choice to be made between different sets of parameters:
The passed parameters are used as default values for a dialog window and can be overridden there.
If customizing table ABDOCCONFIG is initial in a customer system, the first call of the ABAP Keyword documentation supplies it with values recommended for an SAP S/4HANA System. In SAP's own systems, values for a SAP development system are supplied. If the table is partly filled, default values are used for the missing rows. These values are initial for all properties except VERSION. If the language version is not passed by the caller and cannot be found in ABDOCCONFIG, the value X is used and a warning is shown in the documentation display.