Show TOC

Checking Consistency of ProxiesLocate this document in the navigation structure

Prerequisites

  • The check function always only affects ABAP development object in the editor currently opened.

Context

You have the option of checking the consistency of a proxy at design time. With the check function, you can check, among other things, whether:

  • The changed parameter names are valid ABAP names (whether they contain valid characters).
  • There is consistency between the HANA repository and the proxy definition in the ABAP repository.
  • The assigned data elements or DDIC tables and structures exist in the Dictionary and whether they are compatible with the predefined HANA types.

Procedure

  1. Open the relevant DB procedure proxy in the editor.
  2. Click the icon icon (Check ABAP Development Object) in the toolbar.
    Tip Alternatively, you can use the keyboard shortcut Ctrl + F2.

Results

If errors occur during the syntax check, these will be issued to the Problems view and displayed there as ABAP Problem.

Figure: Errors that appear in the Problems view after consistency checks