Application Development and Automation 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: 
Read only

Create a return code 8 error

Former Member
0 Likes
1,717

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.

8 REPLIES 8
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
1,434

What exactly do you want can you please elaborate

Read only

0 Likes
1,434

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?

Read only

0 Likes
1,434

Nopes...is it something which has happened while importing the TR..?

Read only

0 Likes
1,434

Yea.. this has to happen while importing the TR.

Read only

Former Member
0 Likes
1,434

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?

Read only

0 Likes
1,434

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.

Read only

0 Likes
1,434

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.

Read only

0 Likes
1,434

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