Application Development 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: 

Error after Transport.

0 Kudos

Dear experts,

     I am facing a severe problem after transport to Quality .

     I have rewrite same abap program twice but facing same problem.

   

     Please help me to resolved this problem.

 

     Please see following attachment.

    

Regards

Gaurav

12 REPLIES 12

VijayaKrishnaG
Active Contributor
0 Kudos

Hi Gaurav,

Once you go through the SAP Note: 1604100

Also refer through this thread

Thanks & Regards,

-Vijay

0 Kudos

You can also check R3trans Version using command ./R3trans -V|more

then version should be greater than December 6th 2012. If it is older version you can update this version or else you can go through the SNote mentioned above.

Regards,

-Vijay

sivaprasad_paruchuri
Active Participant
0 Kudos

Did you save all the custom objects related to that program in that request or any object is missing..?

Regards,

Siva

arunsubbu
Explorer
0 Kudos

Hi Gaurav,

SAP Transport Return Code Status

RC = 0, successfully imported.

RC = 4, imported ended with warning.
Common issue:
• Generation of programs and screens
• Columns missing and Rows missing.

RC = 8, not imported ended with error
Common issue:
• Syntax error.
• Program generation error.
• Dictionary activation error.
• Method execution error.

RC = 12, import is cancelled.
Common issue:
• Import is canceled due to object missing.
• Objects are not active.
• Program terminated due to job “RDDEXECL” is not working.
• Connection problem between system.

RC = 16, import is cancelled.
Common issue:
• Import cancelled due to system down while importing.
• Import cancelled due to user expires while importing
• Import cancelled due to insufficient roles.

Source: http://itsiti.com/sap-transport-return-code-status

Is this the only transport request that is ending up in error or all the requests are ending up in error?

If this is not the only request ending up in error, then try to check with your basis and see if your transport system is down.

Regards

Arun

0 Kudos

Hello Gaurav,

What exactly are you trying to transport?

What is the SAP_Basis release and SP level currently in your system?

Table E071KS_PREVIEW might be missing in your system. Please check this as the first step.

There is a BASIS support package that needs to be imported to resolve such an issue.

I hope this information helps.

Regards,

Sapna

0 Kudos

Dear Experts,

      Is this error is related to ABAP development.

Please can you confirm that??

Thanks

gaurav

0 Kudos

Hi Gaurav,

It's not ABAP Development issue, its related to the BASIS team. It is very clearly mentioned in the note how to solve this issue. Please go through the note 1604100.

You can download this note from transaction SNOTE.

Regards,

-Vijay

Former Member
0 Kudos

Hi Gaurav

The error would suggest that this is a problem with all the transports moving into the QA system and it is related to Support Pack levels.

Can you please tell us since when you are facing this problem ?

Also was there any recent SP Level upgrades in your system by the Basis Team.

Thanks

Rishi

0 Kudos

Dear All,

     Pls see following attachment.

Thanks

Gaurav

Sijin_Chandran
Active Contributor
0 Kudos

Apart from the above replies you also check one thing ,

Whether  there is any Open Request for this program in Quality client or not.

I faced a very similar error few months ago , don't remember the exact error details .

0 Kudos

Sijin,

How you resolved your problem.

0 Kudos

First Check whether there is any open request or not at Quality Client ( I mean the REQUEST which is generated form Quality Client , in our system this thing is enabled ).

Sorry to say that I got this error in request for SHD0 not for an ABAP report.

So you can stick with what others have mentioned.

Yeah I got it solved by just deleting that request.