Thorsten Niehues
Thorsten Niehues

Reputation: 14452

How to create an INCLUDE program?

Working with SAP will eventually lead to use of includes (same as includes in PHP)

When working e.g. with transformations (Transaction RSA1) you can use includes by using the include <include_name>. You can create an INCLUDE with the same statement if the include_name does not exists and you double click on the include_name.

However in other situations e.g. SLT you can also use includes but need to define them beforehand.

So how to create an include (transaction and steps)?

Upvotes: 0

Views: 6088

Answers (2)

Pol
Pol

Reputation: 31

Please follow the steps below:

  • Give new program name in SE38.
  • Click Create.
  • Choose Type INCLUDE PROGRAM in attributes section of dialog window that appears.

Upvotes: 2

Thorsten Niehues
Thorsten Niehues

Reputation: 14452

Create an include:

  1. Open Transaction SE38
  2. type include name and click on create

OR

  1. Open Transaction SE80
  2. Choose Packet and Object name

Upvotes: 4

Related Questions