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: 

Tracking USER GROUP changes

Former Member
0 Kudos

Hi All,

I have two questions regarding user groups:

1) How to find out who has created/changed a particular user group?

2) Is it possible to transport user groups?

Thanks,

Vijaya

3 REPLIES 3

Bernhard_SAP
Employee
Employee
0 Kudos

Hi Vijaya,

as 'usergroups' are non-critical, there seem to be no changelogs for usergroups. So you could track changes only, if you switch on table-logging for the usergroup table.

The table name is USGRP.

To transport usergroups, just transport tablecontents of table USGRP.

(R3TR TABU).

b.rgds, Bernhard

Former Member
0 Kudos

Thank you for the quick reply. Will enabling the log have any negative side-effects?

0 Kudos

.....as table logging in general has negative performance effects.....

But, if you only log this table, the effect will not be too big, as there should not be so many changes to that table....

b.rgds, Bernhard