‎2008 Feb 13 6:21 AM
I just started creating user defined function modules.
i just entered two import variables in import tab , and one export parameter .
these are of type i .
i didnt write the code in source code tab .
i tried to activate then i am getting error :
REPORT/PROGRAM statement missing , or program type is I (INCLUDE).
when i click on this it is redirecting to function pool SAPLZRAJ and when i tried to activate this one the error is :
The main program of the function "zprog" doesn't begin with function-pool .
am i missing anything???
‎2008 Feb 13 6:26 AM
Raj,
First you have activate your Function Group.
Tcode SE37->Menu bar Environment->Inactive objects>Function groups->select your function group-->activiate it (crtl+F8).
Then try to execute your FM..
Don't forget to reward if useful...
‎2008 Feb 13 6:23 AM
se80> function group> activate all the contents.. activate all the includes..
‎2008 Feb 13 6:26 AM
Raj,
First you have activate your Function Group.
Tcode SE37->Menu bar Environment->Inactive objects>Function groups->select your function group-->activiate it (crtl+F8).
Then try to execute your FM..
Don't forget to reward if useful...