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

Changes of the program

Former Member
0 Likes
720

Dear all,

can you provide the solution for the below.

i have a module pool program, i need to know all the users who have changed the program from so and so date to so and so date.

Regards

Venkat

Dear all,

can you provide the solution for the below.

i have a module pool program, i need to know all the users who have changed the program from so and so date to so and so date.

Regards

Venkat

6 REPLIES 6
Read only

Former Member
0 Likes
695

go to Utilities -> Versions -> Version Management

and check all the versions available and relavent detail

Read only

Former Member
0 Likes
695

Hi,

You will get related details in table TRDIR.

Pls. reward if useful...

Read only

Former Member
0 Likes
695

Hi Venkata

In particular screen GOTO Utilities -


Version -


Version Management...Here u can get every information.

By

Pari

Read only

Former Member
0 Likes
695

Goto>se38editer>then utilities >version...

it works only if your object is not local object.and if your object is local..then Am afraid to say that you can't get these kind of information.

thanks.

Read only

Former Member
0 Likes
695

Hi,

ABAP/4 workbench and the organizer provide a version management for all the objects in the system. With version management user can compare current version object and object with the previous version.

To display the version for a object,

Locate your object through the change request number of workbench organizer. Click on the object and from menu.

Or

Utilities  display version.

It displays what has been modified and who did it.

Version management is important for developers also as it allows user to compare previous programs with the current one.

I hope this will help you out.........do reward

regards,

preet

Read only

Former Member
0 Likes
695

Dear all,

i don't want to compare the versions.

is there any possibility to know all the user names who have changed the program in a perticular date.

in version management we can know only the source code change & comparision.

but i want to know all the user names who have changed the program.

Regards

Venkat