Hi All,
May be i have asked much in this http://scn.sap.com/thread/3396657
i am trying to break this into small.
We are using a local SLD for all the environments i.e., DEV , QA , PRD
Suppose , we have the Business systems as
DEV : Business Systems
BS_DEV1
BS_DEV2
BS_PID
QA: Business Systems
BS_QA1
BS_QA2
BS_PIQ
PRD: Business Systems
BS_PRD1
BS_PRD2
BS_PIP
Is the below mentioned procedure of creating Transport targets is correct?
DEV SLD:
There is no need to create the Tranport targets in DEV SLD, so only DEV Business systems need to be maintained in DEV SLD?
BS_DEV1
BS_DEV2
BS_PID
QA SLD:
As we need to maintain tansport targets from DEV business sys to QA business sys, we need to maintain only DEV and QA business sys in QA SLD?
Create groups
DEV_GRP : BS_DEV1,BS_DEV2,BS_PID
QA_GRP : BS_QA1,BS_QA2,BS_PIQ
Transport Targets:
BS_DEV1 --> BS_QA1
BS_DEV2 --> BS_QA2
PRD SLD:
We need to maintain tranport targets from DEV business sys to PRD business sys, there is no need to maintain QA business sys in PRD SLD?
Because when we tranport ID objects from DEV , the business sys present in the File tranports or CTS+ will be DEV business sys : BS_DEV1 , BS_DEV2.
And when we import the ID transport objects in PRD , the DEV business sys should be converted to PRD business sys so there is no need to maintain QA business sys in PRD SLD.
Create groups
DEV_GRP : BS_DEV1, BS_DEV2,BS_PID
PRD_GRP : BS_PRD1, BS_PRD2,BS_PIP
Tranport targets:
BS_DEV1 --> BS_PRD1
BS_DEV2 --> BS_PRD2
Thanks
Sai