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

Tracking USER GROUP changes

Former Member
0 Likes
1,150

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

Bernhard_SAP
Product and Topic Expert
Product and Topic Expert
0 Likes
827

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

Read only

Former Member
0 Likes
827

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

Read only

Bernhard_SAP
Product and Topic Expert
Product and Topic Expert
0 Likes
827

.....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