cancel
Showing results for 
Search instead for 
Did you mean: 

transaction code to find return code for transport request

Former Member
0 Kudos

Hi,

I want to see the return code for transport requests after importing to QAS from DEV. What is the transaction code to find return code and can you explain in brief.

Thx,

Vasu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vasu,

Go to STMS >> Overview >> Imports >>Double click on Queue >> Select required request >> Click on Logs (Ctrl + F5) >> Click on Import >> Click on Expand All (Shift + F4). Here you can see the complete details of your request.

Reg,

Brahma

Answers (3)

Answers (3)

0 Kudos

Hi

Please click on the '+ ' (display more) tab given on the 5th from the left .

This will display the RC to you.

Thanks and regards

Tushar

Former Member
0 Kudos

Vasu,

By default, STMs may not show the return code in import queue. You just have to enable it in the personal settings in STMS.

TMS > Overview imports >> double click on any import queue >> Extras >> Personal settings >> "display return code" --> enable this checkbox.

You will then able to see the return code properly.

Regards,

Jazz

Former Member
0 Kudos

Just go in Import history & Check for Return code in extreme right hand side.

Apart from that, which ever has been failed with RC-8, can be checked through by it's log, indicating exact problem in ABAP Code or etc...

If it is RC-12, then you need to contact Basis Adminsitration for same, as this is something related with System & not with code.

Former Member
0 Kudos

you can check it out in STMS

wht you can do is ,,

Run Tcode STMS > Overview imports (F5) > you will find all import queues > then click on the import queue in which u want to see the status of transport (DEV , QAS , PRD )

> then find out the transport no > click on that > then click on logs or press ( ctrl + f4)

Return code

Meaning

0000

Transport performed without errors

0004

Warnings were issued. All objects were transported successfully. There were special actions for individual objects that may not have been intentional, for example, a warning is issued during the export if the request contains an object deletion.

Read the warnings.

0008

Individual objects could not be transported successfully. You must analyze and correct the errors. Examples of import errors: Original object was not overwritten, Repaired object was not overwritten

0012 or higher

A critical error has occurred, probably not caused by the contents of the request. You must inform your system administrator.

http://help.sap.com/saphelp_nw70/helpdata/en/57/38e26c4eb711d182bf0000e829fbfe/content.htm

Hope this information will help you ,,

Cheers

dEE