Show TOC

Inserting a Full Signature AutomaticallyLocate this document in the navigation structure

In the ABAP source code editor of a development object, you want to insert the full signature of a method, function module, or form routine automatically.

Prerequisites

To use this function, open the Start of the navigation path ABAP Development Next navigation step Editors Next navigation step Source Code Editors Next navigation step Code Completion Next navigation step Typing End of the navigation path preference page and select the Always insert full signature on completion option.

Context

Note Automatic insert of a full signature is disabled by default.

Procedure

  1. In the source code editor, type the name of a method, function module, or form routine.
    The code completion list with the available entries and full signature is displayed.
  2. Select the relevant entry.

Results

The full signature is inserted in the source code at the current position.