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

Error occurred while transporting request no. from development to productio

former_member624066
Participant
0 Likes
560

Hi Experts,

I have created a zreport (having a request number ) and activate the zreport ..

While transporting this request from development to production I face the error zreport is inactive ….But when I check zreport in development server it is active ..

So how to transport this request.? Please help ..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
539

Hello,

Can you ask the basis person to check the transport log and tell as to what error has occured. Most of the time transport fails if one of the dependent object fails to move. For example you have structure that you have used for table declaration in your prog. You moved the program but the structure was not moved. When Tranported , the program will result in an error and saying Struct not present.

What you can do immediately is to go on your prodcution server and try to do a syntax check of the program. I am sure it will show some error and from that you can carry out issue resolution. Also ask the basis person to hvae a look in to ur transport(he can see the same via STMS Tcode).

Regards

Saket Sharma

Hi Experts,

I have created a zreport (having a request number ) and activate the zreport ..

While transporting this request from development to production I face the error zreport is inactive ….But when I check zreport in development server it is active ..

So how to transport this request.? Please help ..

3 REPLIES 3
Read only

Former Member
0 Likes
539

go to se80 and check in inactive objects if it is in there make it active and thenn transport

Read only

Former Member
0 Likes
539

Before transproting a request you have to see that all the includes and sub programs you have called in the Zreport are active. While copying the report you might have also copied the includes that are there in the standard report. All those includes are saved with a Zincludes. These includes should also be activated and also transported with your Zreport. You can even go through the Transport request and check which report program is not active. If it is not active activate it and then try to transport the request.

Rewards if useful.

Read only

Former Member
0 Likes
540

Hello,

Can you ask the basis person to check the transport log and tell as to what error has occured. Most of the time transport fails if one of the dependent object fails to move. For example you have structure that you have used for table declaration in your prog. You moved the program but the structure was not moved. When Tranported , the program will result in an error and saying Struct not present.

What you can do immediately is to go on your prodcution server and try to do a syntax check of the program. I am sure it will show some error and from that you can carry out issue resolution. Also ask the basis person to hvae a look in to ur transport(he can see the same via STMS Tcode).

Regards

Saket Sharma