2014 Jan 27 9:06 AM
Hi,
Is it possible to create an RC 8 error with access to only SM30 transaction. I dont have the developer access in the system.
2014 Jan 27 9:20 AM
2014 Jan 27 9:25 AM
I am trying to test a case where the TR ends up in RC 8 error. But I have authorization only for the tcode SM30. Just by adding/editing entries of a table, is it possible to create this error?
2014 Jan 27 9:32 AM
Nopes...is it something which has happened while importing the TR..?
2014 Jan 27 9:43 AM
2014 Jan 31 5:07 AM
Hi,
I got the developer access in that system. I can create custom objects. Now how can I create an RC 8 error while importing the TR?
2014 Jan 31 5:15 AM
Create a custom object..And save it in a change request.
From SE03 change the source system of that object.
Add the CR into the STMS queue and import without the flag override originals.
You should get RC8
Or
Create a Z structure in a package with a field with a Z data element in $tmp.
Associate the Z strcture tuo a CR.
Delete the Z data element.
Add the CR into the STMS queue and import.
2014 Jan 31 3:06 PM
Hi Ivan,
The Z data element cannot be deleted as it is being used by one of the database objects (structure). I got only an RC 4 warning, and the TR was moved to the next system.Even the data element which was not part of the TR moved to the next system.
2014 Jan 31 4:04 PM
Hi,
During transport import , sy-subrc = 8 , indicates one of the dependent object is missing in the request. If you want error free future transports; you need to add the dependent requests under one main TR in sandbox server and then transport it to subsequent servers.
Regards,
DPM