Application Development 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: 

comparing FModules on different sysstems

Former Member
0 Kudos

Hi.

There is transaction se39 which gives ability to compare programs on 2 diffrerent systems. How to do the same comparison but regarding Function Modules? Greetings. P.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You can essentially use SE39. A function module is an ABAP program, so you need to find the program name. Go into SE37 and display your function module, choose Goto -> Main program, this is the program for the function group. Double click on the include with the comment "Function modules. This is a list of all the function modules in the group with their ABAP program names.

Regards,

Nick

3 REPLIES 3

Former Member
0 Kudos

Hi,

You can essentially use SE39. A function module is an ABAP program, so you need to find the program name. Go into SE37 and display your function module, choose Goto -> Main program, this is the program for the function group. Double click on the include with the comment "Function modules. This is a list of all the function modules in the group with their ABAP program names.

Regards,

Nick

Former Member
0 Kudos

hi

good

you cant compate between two function modules but you can compare the standard program name of two function module using the same se39 function module.

thanks

mrutyun^

andreas_mann3
Active Contributor
0 Kudos

hi,

use se37-utilities-version-version management-remote comparison

A.