HI gurus,
Anybody can give brief description about FUNCTIONAL MODULE?
regards,
ABHI
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 12 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.