Ansicht
Dokumentation

DEMO_ABAP_VERSIONS - Syntax Check for ABAP Language Versions (not for productive use)

DEMO_ABAP_VERSIONS - Syntax Check for ABAP Language Versions (not for productive use)

ABAP Short Reference   ABAP Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

Purpose

Syntax Check for Various ABAP Versions

Integration

See ABAP Versions for more information.

Prerequisites

The specified version can have the following values:

  • Initial for non-Unicode program
  • X for Unicode program (Standard ABAP)
  • A value from the column VERSION of table SYCH_VERSION for restricted ABAP versions.

Features

The entered source code can be handled as follows:

  • Implementation in a method. Internally, the statements entered here are copied to a method of a class and this class is checked with the syntax check for the version specified.
  • Implementation in a CCIMP include. Internally, the statements entered here are copied into the CCIMP include of a class pool and this is checked with the syntax check for the version specified.
  • Implementation in an executable program. Internally, the statements entered here are copied behind the REPORT statement of an executable program and this is checked with the syntax check for the version specified.

The syntax check used here also discovers unallowed access to repository objects that are not released as APIs for a strict ABAP language version.

Note

This program is for demonstration purposes only and not intended for productive usage.






General Data in Customer Master   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.

Length: 1722 Date: 20240520 Time: 074026     sap01-206 ( 29 ms )