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: 

Table Maintenance Generator - Function Group regeneration issue

former_member194669
Active Contributor
0 Kudos

I have table maintenance genertor in a function group that contains lot of tables . I by mistable regenerate the whole function group using table mainteance generator.

Now i want to check which of the programs changed during the regenerator. I am looking for some sap table that contains all the changed objects and their transport number.

Please rememebr i have still not released the transport,

I have checked E071, E071, VRSD . That contains the entry for function group and does not contains the programs inside the function group changed

Thanks

1 ACCEPTED SOLUTION

ThomasZloch
Active Contributor
0 Kudos

Actually, VRSD should contain entries for all involved source code includes. Look for REPS SAPL<name of group> and REPS L<name of group> entries.

Thomas

Edit: just realised that versions are only written upon release of the transport...

8 REPLIES 8

Former Member
0 Kudos

any help from Version management? if there r lof tables, then its tediuos !! or any possibility of re importing from QA to DEV?

thanq

ThomasZloch
Active Contributor
0 Kudos

Actually, VRSD should contain entries for all involved source code includes. Look for REPS SAPL<name of group> and REPS L<name of group> entries.

Thomas

Edit: just realised that versions are only written upon release of the transport...

0 Kudos

Thomas,

Thanks for your reply. Currently I don't want to release the transport.

Is there any table i can check which are programs changed without releasing transport

a®s

Edited by: a®s on Jul 13, 2009 12:42 PM

0 Kudos

Any more suggestions

a®s

Edited by: a®s on Jul 13, 2009 4:58 PM

0 Kudos

Go to your function group main program and do a remote comparison with your Q system for differences through version management screen. You will have to do this for each include in your function group main program except of course SAP standard includes. You don't have to release the transport for this.

0 Kudos

I don't think there is a single table for your purpose, so you probably have to go with Srinivas suggestion, but it might be sufficient to compare the active versions with the previous ones in DEV without a remote comparison. Remember to compare the dynpros as well.

Thomas

0 Kudos

Srinivas/Thomas.

We don't have any way to check this. As you said VRSD table entries created only after the release.

Only option is remote compare versions

Former Member
0 Kudos

Hi,

this link of wiki may help you in solving your problem

https://wiki.sdn.sap.com/wiki/display/profile/Table+Events

Regards

Saurabh Goels