cancel
Showing results for 
Search instead for 
Did you mean: 

Moving transport to different systems and different mandants

marcin_cholewczuk
Active Contributor
0 Kudos

Hi all,

I'm new to sap transport managment, so I hope this is not too obvious question.

I've this kind of hypothetical situation. I have one develoopment system and 2 quality. On development system I have mandants 100, 200 and 300. On quality 1 I have mandants 100 and 200, and on quality 2 only 100.

DEV: 100, 200, 300

QL1: 100, 200

QL2: 100

Transport routes should go like this

DEV 100 -> QL1 100

DEV 200 -> QL1 200

DEV 300 -> QL2 100

What is important is that I would like to have it all within one transport layer. How it can be done? Is it connected with Standard Transport Layer?

Best regards

Marcin Cholewczuk

Accepted Solutions (0)

Answers (2)

Answers (2)

marcin_cholewczuk
Active Contributor
0 Kudos

After a moment I've returned to this question and now I understand were I did mistake. I thought that customizing data are connected with layer of package in which was created table with customizing data. Now I know that customizing is always connected with standard layer. So answer to my question is creation of additional standard transport layers for different mandants.

Best Regards

Marcin Cholewczuk

Former Member
0 Kudos

Hi Marcin,

This can easily be done by using transport target groups. Check Link: [this|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/2e/709530ef9b11d184850000e8a57770/frameset.htm] URL how to create one..

Kind regards,

Mark

marcin_cholewczuk
Active Contributor
0 Kudos

Hi Mark,

Thank you for response, I thought that target groups work differently. For example

 
                                         ------100--------> QL1
DEV --------------> /CUST target group/  ------200--------> QL1
                                         ------100--------> QL2

I thought that in such case when someone release transport in DEV system than this transport is being imported (after import operation) to all 3 locations (QL1 100, QL1 200 and QL2 100). So if in DEV system I release something in mandant 100 it will go to all 3 locations, if I release it in mandant 200 it will also go to all 3 locations and so on.

Second question would be how to enforce that data from DEV 300 goes to QL2 100 (change of mandant).

Best regards

Marcin Cholewczuk