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

could not release request in abap program

Former Member
0 Likes
7,289

hi,

while transporting a program i am facing this error. help me.

Object CUAD ZSIPM_PROD_DETAILS is inactive

Message no. EU829

Diagnosis

You tried to release a transport request, but object CUAD ZSIPM_PROD_DETAILS is still in its inactive version.

System Response

You cannot release the transport request.

Procedure

Activate the specified objects.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,816

Hi,

check wether ur program is active or not.

Before transporting any program, first check for errors and then transport.

Let me know if u have any issues.

Regards,

Kusuma.

9 REPLIES 9
Read only

Former Member
0 Likes
3,817

Hi,

check wether ur program is active or not.

Before transporting any program, first check for errors and then transport.

Let me know if u have any issues.

Regards,

Kusuma.

Read only

0 Likes
3,816

Hi ,

go to Se38 -


> ZSIPM_PROD_DETAILS -


> Change Mode

ToolBar --- > GOTO ---> Text Elements and Active ...

You might miss this part to Activate ..pls re-check

Br,

Dilum

Read only

Former Member
0 Likes
3,816

Hi,,,,,

There is GUI Interface for your program that needs to be activated,,,, just deactivate your report and activate it again,,,,

when activating just select the CUAD Object also so now you need to activate two objects report, and cuad.....

for your instance for cuad the t-code is se41......

Thanks

Saurabh

Read only

Former Member
0 Likes
3,816

Hi

I think you havent activated the GUI status of your module pool program.

Please go to your program , go to GUI status and activate it.

Then release your request, then transport.

Regards

Winnie

Read only

GauthamV
Active Contributor
0 Likes
3,816

hi,

activate ZSIPM_PROD_DETAILS in SE41.

Read only

Former Member
0 Likes
3,816

Your GUI definitions in program is inactive.

Please activate it and release the transport.

Regards,

Mohaiyuddin

Read only

Former Member
0 Likes
3,816

This message was moderated.

Read only

Former Member
0 Likes
3,816

Thank you saurab

Read only

Former Member
0 Likes
3,816

Hi All,

Even if the given solution worked before years.. i am just posting this as i solved the issue in below way. Hope it will help atleast one person

Note down the TR number and the Object name details.

  • Call transaction SE16 and specify table 'TLOCK'. Press enter.
  • In the field 'Object' enter '****' and in 'Hikey' '****'. The width of the list should be 250. Press the 'Execute' button.
  • You will get a list of lock entries. Here the field 'TRKORR' is particularly important as it contains the unreleased repair.
  • Open an new mode and call the Workbench Organizer (transaction SE09). Choose:     Request/task -> Display individually
    In the popup enter the repair specified under TRKORR and press enter. If the repair belongs to you, release and confirm it. If not, you should get in touch with the person responsible first.

You can very well follow the SNOTE : 42379.

Thanks

Harry