Reputation: 14452
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
Reputation: 31
Please follow the steps below:
Create
.INCLUDE PROGRAM
in attributes section of dialog window
that appears.Upvotes: 2
Reputation: 14452
Create an include:
OR
Upvotes: 4