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: 

How to exclude Sets from Report Group Extract?

Former Member
0 Kudos

I want to extract/import report groups using GR57 and GR58. How can I exclude Sets from the extract (GR57)? I don't want to overlay any Sets when I import (GR58) if those Sets already exist in the target client.

Anyone know how to exclude Sets from the Report Group extract?

Thanks,

Mike

2 REPLIES 2

Former Member
0 Kudos

Hi,

according to technical information on "report group" field in GR57,

there is T803J table which contains sets information.

I would:

1. select all report groups (T803J-RGJNR) from target client using SE16N, copy whole column

2. on source client execute GR57 and on the selection screen paste (F12) results from pt. 1 into report group select options

("exclude single values" tab) - you will get only these groups, which are not in destination client

3. execute GR58 on target client

Regards,

--

Przemysław

Former Member
0 Kudos

Thanks, but that's not exactly what I want to do.

I have 8 report groups I want to extract from the Source client and import into the Target client. These report groups exist in both clients (different instances) but with different reports and different data sets.

I want to extract/import the reports only, but not the data sets.

Your solution will only take report groups that do not already exist in the target client. In my case, the report groups I want exist in both source and target clients.

Thanks,

Mike