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

include for function module

Former Member
0 Likes
812

Dear Gurus,

Could you explain me why is an include generated for a function module?

After I write a function module, to use this function module, how should I use the generated include?

Regards

Suzie

5 REPLIES 5
Read only

suresh_datti
Active Contributor
0 Likes
749

the source code for thr function module i s stored in th include program.. you can execute th function module in SE37or use CALL FUNCTION <fm> in a Program..

~Suresh

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
749

Hi,

The function module is always assigned to a Function Group and to differentiate between diff. FM the include programs are generated.

If u want to see all the include programs the in SE80 choose Function Group and give that grpup name ..

Hope this helps.

Sandeep

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
749

Hi,

Top include is for declaration.

...F01 is for function module.

...U01 is for subroutines in the function module.It can be shared by all other function modules in the function group.

Kindly reward if it helps.

Read only

former_member404244
Active Contributor
0 Likes
749

Hi,

The source code of function module is going to be stored in the include program.A function group contains lot of function modules,to differentiate between them these includes are generated.once u generate the FM ,u can see the include name in the attributes of the FM.

regards,

Nagaraj

Read only

anversha_s
Active Contributor
0 Likes
749

Hi,

The FM code is stored in the INCLUDES.

go to SE37- give the FM

u can c the code of the FM.

There u will get the import and export parameters.

if you know the import paramaters u can run the program there itself and test the ouput.

hope u got an idea

Rgds

Anver