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

comparing FModules on different sysstems

Former Member
0 Likes
580

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
Read only

Former Member
0 Likes
554

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
Read only

Former Member
0 Likes
555

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

Read only

Former Member
0 Likes
554

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^

Read only

andreas_mann3
Active Contributor
0 Likes
554

hi,

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

A.