‎2008 Jun 12 9:10 AM
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
‎2008 Jun 12 9:40 AM
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
‎2008 Jun 12 9:12 AM
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á
‎2008 Jun 12 9:33 AM
‎2008 Jun 12 9:13 AM
‎2008 Jun 12 9:25 AM
Hi Max, where is to enter the fm name?
Under the "Name" the function can't be found.
‎2008 Jun 12 9:40 AM
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
‎2008 Jun 12 10:11 AM
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