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

Debugging Function Module

Former Member
0 Likes
506

Hi guyes!!

How to use function module individually?

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
475

Hi ANIL,

Execute the function module and put values that are needed.

You can call FMs in programs by clicking the Pattern button.

Hope this helps.

Benedict

4 REPLIES 4
Read only

former_member195698
Active Contributor
0 Likes
475

What exactly is your question?

Read only

Former Member
0 Likes
475

Hi

If u meant how to check output of a function module individually, its by just executing it and giving values in selection screen.U will get the output in respective tables.

To debug a function module jus execute it and after populating the selection screen click on the second push button 'Execute with debugging'( CTRL + F7).

Message was edited by:

Vasudha L

Read only

Former Member
0 Likes
476

Hi ANIL,

Execute the function module and put values that are needed.

You can call FMs in programs by clicking the Pattern button.

Hope this helps.

Benedict

Read only

0 Likes
475

Thanks.