‎2006 Nov 26 11:52 PM
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
‎2006 Nov 27 12:12 AM
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
‎2006 Nov 27 5:19 AM
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
‎2006 Nov 27 5:24 AM
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.
‎2006 Nov 27 5:24 AM
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
‎2006 Nov 27 5:25 AM
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