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 when uploading class

Former Member
0 Likes
768

Hi Experts,

Initially I upload some of the classes which were in xml format and it were stored in separate package and generated a request, after that due to some errors I deleted the classes as well as in SE09. Currently when I am uploading the classes it shows that "Error generating class", even if I want to change the package it shows an error "Object directory entry R3TR CLAS  locked for request/task". How to achieve this one?

4 REPLIES 4
Read only

Former Member
0 Likes
738

Hello

Upload might dump without giving you chance to continue.

in that case i recommend you to upload the skeleton and then create the methods manually perhaps.

xml format is used yes.

if you get the error that its locked

you can delete the object entry from the transport request via se01

then it will remove the lock

and you can modify.!!

let me know if you have more questions

Read only

former_member201275
Active Contributor
0 Likes
738

Go to SE03 -> Change Object Directory Entries, Select Object type and enter your object name and execute. U will see a tree list ... Dbl click on your object, u will see the Change Object Directory Entries window with input field for package. Change it.

Read only

0 Likes
738

I did it, but still getting same error.

Read only

0 Likes
738

Solved myself - uploaded the classes by changing the name of the classes in .xml files. Thanks for everyone.