Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

difference between module and include

Former Member
0 Likes
507

what are significant differences between them

2 REPLIES 2
Read only

Former Member
0 Likes
481

Hi

I hope you are asking the differeneces between the Module Pool and Include Program?

Module Pool is always executed with the help of a Transaction code which we create and assign the program in SE93

where as Include can not be executed from Se38 tcode

it has to be included in a Executable Main program to execute its code

Regards

Anji

Read only

Former Member
0 Likes
481

hi

modules (function modules) are defined under tcode se37 and can called in other executable programs.

include programs are defined unser se38 but can be executed only through other executable programs, not directly.