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: 

Could not release transport of an ABAP program

former_member308418
Participant
0 Kudos

Hello Expertise,

I am facing the problems bellow while trying to transport a request.

1.

Object REPT ZZSAPM07DR is inactive
Message no. EU829

Diagnosis
You tried to release a transport request, but object REPT ZZSAPM07DR is still in its inactive version.

2.

Object DYNP ZSD_CUST_SCREEN 1000 is inactive
Message no. EU829

Diagnosis
You tried to release a transport request, but object DYNP ZSD_CUST_SCREEN 1000 is still in its inactive version.

But I have checked the programs are activated and works in current client. Please help me out to solve the issues.

Thanks,

Tripod.

1 ACCEPTED SOLUTION

former_member209217
Active Contributor

Hi,

Check whether you have activated all includes present in the program if any. Goto SE80 and open you programs and check if anything is not activated.You can see the subobjects included in the program from SE80. Check whether all these objects which are dependent are activated or not.

Regards,

Lakshman.

Edited by: Lakshman N on Jun 10, 2010 11:52 AM

7 REPLIES 7

Former Member

Hi Tripod ,

>

> 1.

>

Object REPT ZZSAPM07DR is inactive

>

looks like some text elemets of that report are not active . REPT ZZSAPM07DR

>

> 2.

>

Object DYNP ZSD_CUST_SCREEN 1000 is inactive

>

and the same with an inactive sceen... DYNP ZSD_CUST_SCREEN 1000

regards

rea

former_member209217
Active Contributor

Hi,

Check whether you have activated all includes present in the program if any. Goto SE80 and open you programs and check if anything is not activated.You can see the subobjects included in the program from SE80. Check whether all these objects which are dependent are activated or not.

Regards,

Lakshman.

Edited by: Lakshman N on Jun 10, 2010 11:52 AM

0 Kudos

Hi ,

I have checked all the includes in SE80 but found no inactive version. And in my dynpro program i have not use screen 1000. Please provide more help.

Thanks,

Tripod.

0 Kudos

Right click on Main program in SE80 and rebuild Object List/ Activate all.

Former Member

Hi,

Please check wheather the text elements are active or not..

Or in simple way goto SE09. find your request number. In that child request double click on all objects and find which one of them are inactive..

sany..

former_member308418
Participant
0 Kudos

Hi All,

Thanks for all your suggestions. The problem is now solved.

former_member316084
Discoverer
0 Kudos

Hi All,

The other way of finding the inactive object from SE80 is

Under Repository Browser select Inactive Objects from the dropdown and enter your user Id.

this will list all the inactive objects for this particular user.

Thanks,

Saira