Show TOC

Creating ABAP Includes from UsageLocate this document in the navigation structure

Context

In the source code of an ABAP Include, you can start the creation wizard of an include directly from the name of its call.

Example

An include that does not exist yet is used.

For this purpose, the demo_include include is created:

REPORT demo. 
 INCLUDE demo_include.

Procedure

  1. In the source code editor, position the cursor on the corresponding include name you want to create.
  2. In the context menu, choose Quick Fix or use the shortcut (Ctrl 1).
  3. In the Quick Fix dialog box, double-click Create include.

Results

The creation wizard is opened. Here you enter the data in order to create the missing include.