Create an INCLUDE in SAP system

SAP

Creating an INCLUDE in an SAP system is a straightforward process that can be accomplished through two main transaction codes. An INCLUDE is a modular programming object in SAP that contains reusable ABAP code segments.

Method 1: Using Transaction SE38

The most common way to create an INCLUDE is through transaction SE38 (ABAP Editor). Follow these steps −

  1. Open transaction SE38 in your SAP system
  2. Enter the desired INCLUDE name in the program field
  3. Press the Create button
  4. Select Include Program as the program type
  5. Fill in the program attributes and save

Method 2: Using Transaction SE80

Alternatively, you can create an INCLUDE through the Object Navigator using transaction SE80

  1. Open transaction SE80 (Object Navigator)
  2. Select the appropriate development package from the dropdown
  3. Right-click on the package or program folder
  4. Choose Create ? ABAP Program ? Include Program
  5. Specify the INCLUDE name and confirm creation

INCLUDE Naming Conventions

When creating INCLUDEs, follow SAP naming conventions −

  • Use meaningful names that indicate the INCLUDE's purpose
  • Consider prefixes like Z or Y for custom developments
  • Maintain consistency with your organization's naming standards

Both methods will create the INCLUDE object in your SAP system, allowing you to write reusable ABAP code that can be included in multiple programs using the INCLUDE statement.

Updated on: 2026-03-13T20:46:33+05:30

252 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements