Hi all,
I need to move 5 Released Transport Request as "Local Change Requests" to another SAP installation.
I followed two guides to do this:
SAP BASIS / ABAP - How to Export and Import an External Change Request - YouTube
How to copy Repository Objects between non-connected SAP systems - ABAP Development - SCN Wiki
However I have problems creating the Change Request that contains all my requests: if I generate it as Local Change Request it is not available on cofiles and data folders.
So I created a new Virtual System called M02 and I created a standard consolidation transport link between my original system M01 and the virtual system M02.
Then I created a new TRANSPORT OF COPIES Transport Request and I selected as target system M02. All objects are correctly added to the new request and the validation is correctly performed.
However when I release the request on the SOURCE server I get the following error:
M01####### My Request Name M01 System M01 Checks at Operating System Level 05.03.2014 16:48:34 (0) Successfully Completed Pre-Export Methods 05.03.2014 16:48:37 (0) Successfully Completed Export 05.03.2014 16:48:47 (0) Successfully Completed Import steps not specific to transport request M02 Virtual System Selection for Import 05.03.2014 16:48:47 (0) Successfully Completed Import steps not specific to transport request
"Import steps not specific to transport request" expanded as:
Feedback after export or import 05.03.2014 16:48:48 (0) Successfully Completed
I get this message even if I generate the new Change Request from a single Change Request (the first one that we released).
The cofiles and data files are correctly generated, however the IMPORT on the TARGET server returns an error (invalid data package)
My question is: is the "Import steps not specific to transport request" message correct, or should I modify something? Why am I getting this message?
Thank you