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

Problem with deleted Method

Former Member
0 Likes
1,061

A method have been deleted from a class in DEV. When I transport back the class into QA system, it give me a compile error with the deleted class. I've try to regenerate the class in DEV and transport it again but it dosen't work. I don't have access to regenerate the class in QA. Is there a program that we can run to regenerate the class via SE38 ? Or any other suggestion.

Regards

Mathieu

2 REPLIES 2
Read only

Former Member
0 Likes
640

Why not use SE24 and re-create the method in the class builder. Ensure the class is ACTIVATED again after you've re-built the missing method.

Re-activate the class and then transport it again.

Alternatively Download the class using the tool on this site (search for Download Class) -- this creates a download in XML format. The Upload will re-create the class again.

then delete it from DEV completely.

Re-create it again on DEV from scratch. I.E just define the class again but don't have any methods etc in it.

The actual class creation (methods etc.) will be done by the Upload tool.

Upload the class with the tool.

Add your "deleted method"

Activate all

Re-transport.

Cheers

Jimbo.

Read only

Former Member
0 Likes
640

I've recreated the class and transporting back to QA. Then delete aagain from Dev and transport to QA again the class. Everything is fine now.