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

Proxy Classes missing in ECC Quality

Former Member
0 Likes
576

Hello Experts,

I have Created a Inbound Proxy in ECC Dev through sproxy tcode it is working fine in development and whwn Iam trying to move it to Quality it is showing the Error Message as Class Nof Found or Defined. I have gone to Se80 and activated the Classes and methods but this has not been yielded any result, pls gide me in this issue.

Regards

Naresh

1 REPLY 1
Read only

Former Member
0 Likes
351

What i understand that when you are trying to move TR to quality you are facing this issue.

If i am correct then Check whether class is locked in TR or not.

Sometimes it happens that while creating proxy some of the objects were missed in TR so check in your TR whether it contains classes which were created while creating proxy.

In TR check:

                        Program Id   Object Type            Object name
Class (ABAP Objects)	R3TR	     CLAS                     XXXClass NameXXXXX

BR,

Vijay