cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

HI gurus,

Anybody can give brief description about FUNCTIONAL MODULE?

regards,

ABHI

0 Likes
View Entire Topic
sumit_joshi2
Product and Topic Expert
Product and Topic Expert
0 Likes

Execute transaction SE37 and create a function group.

Give the desired function group name and a short text.

Once the function group is created type the desired function module name.

And click on create.

Enter the function group name created earlier and the desired short text for function module.

and click on save.

Save the function module as a $tmp object.

Now a screen will be presented to you, here you need to enter the

import and export parameters. These are nothing but the variables that you

would be passing to the function module and the returned values from the

function module.

There is options for the returned values from the function module, type the code in the source code area.

Active the function module and the related code.

Call the above created function module from an ABAP Report.

Type the code shown below. And run the report.