‎2011 Nov 18 8:35 AM
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
‎2011 Nov 18 9:09 AM
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 NameXXXXXBR,
Vijay