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

compare two function modules

Former Member
0 Likes
3,719

Hi Experts,

how can I compare two different function modules with each other in the same environment. I know SE39 but as far as I know there is no possibility to compare functions.

Thanks for your help.

kamran

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,897

Please try if this works

You can obtain the include(program) name of the function module from the main program of the function group

1.goto the mainprogram of the functiongroup(SAPL<funcgrp.name>)

2.double click on the include LSDHIUXX

3.find the corresponding name of the include for your function module

6 REPLIES 6
Read only

Former Member
0 Likes
1,897

Hi!

If they are not very large, you can open them with SE37, and switch between the 2 moduses with alt-tab.

If they are large, usually I download the code and compare them with Total Commander.

Regards

Tamá

Read only

0 Likes
1,897

No, they are unfortunately very big.

Read only

Former Member
0 Likes
1,897

Why not?

It's possible for fm too.

Max

Read only

0 Likes
1,897

Hi Max, where is to enter the fm name?

Under the "Name" the function can't be found.

Read only

Former Member
0 Likes
1,898

Please try if this works

You can obtain the include(program) name of the function module from the main program of the function group

1.goto the mainprogram of the functiongroup(SAPL<funcgrp.name>)

2.double click on the include LSDHIUXX

3.find the corresponding name of the include for your function module

Read only

0 Likes
1,897

Hi Rejesh,

It worked however I couldn't follow your instruction. But gave me the right hint.

So I did as follow:

- Open the tab "Attribute" of the function module

- Copy the name which was displayed on the field "INCLUDE name"

the rest of the procedure is just entering the name of the include instead of the program name in the initial screen of the SE09

Thank you and other guys very much for your support.

Kamran