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

using function modules

Former Member
0 Likes
546

Hi all...

My doubt is that , that is there any procedure to know how to use a function-module...???

( i.e:- by seeing the function module, knowing what input parameters and output parameters to be passed )

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
518

Hi ,

Attributes /Function Module Documentation / Debugger / Senior Abapers

are some of the sources through which you can learn how a FM works ..

Regards

Renu

3 REPLIES 3
Read only

Former Member
0 Likes
518

If you know the function module name ,Go to SE37 and provide your function module name click on display.in application tool bar you can find the Function Module documentation.Click that one to display,it will guide you how to use this function module.

If you are beginner ,just create a function module with IMPORT PARAMETERS : X

Y

EXPORT PARAMETERS : Z

in Source Code Provide you code as Z = X + Y.

Acticate the function module ,now put break point in your source code and excute then you will come to know how a function module will perform

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
518

You can go through the FM documentation , if available .

Else go through the code.

Read only

Former Member
0 Likes
519

Hi ,

Attributes /Function Module Documentation / Debugger / Senior Abapers

are some of the sources through which you can learn how a FM works ..

Regards

Renu