cancel
Showing results for 
Search instead for 
Did you mean: 

Activating a webservice provider asks to register an object

paulo_dinis
Explorer
0 Kudos

Hello all,

I'm developing a webservice provider (based on a RFC) within SAP ERP6.0 (ehp6) using the wizard. In the end when I try to activate the service provider it asks me to register the object in SAP marketplace. The object refers to a class... something like this: R3TR CLAS /1BCDWB/WSCA2CB7301971133181FF.

This is a strange issue because I'm creating the service using Z prefix. I already created another webservice providers in SAP ERP previous versions and this issue never happened.

My question is: in SAP ERP latest versions, when providing web services, the system will always ask to register this kind of object even if we are using Z objects? Is there anyone creating webservices in the latest versions and had the same issue?

Note: I have registered this object and the system created this class with superclass CL_SRG_RFC_PROXY, the methods: CONSTRUCTOR, GET_PROXY and the attributes VERSION and CTX

Thank you.

Regards,

Paulo Dinis

Accepted Solutions (1)

Accepted Solutions (1)

paulo_dinis
Explorer
0 Kudos

This is an error.

I implemented the following SAP note to solve this issue:

Note 1649307 - System status "cannot be changed": Change of generated class

Thank you for your replies.

Answers (1)

Answers (1)

Harish
Active Contributor
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hello Paulo,

In my system this situation don't happen and is in the same version.

I believe that isn't a normal behavior.

For simple RFCs webservices this occours too?

paulo_dinis
Explorer
0 Kudos

Hi Harish. Thank you for your reply. I will post my question within ABAP development.

paulo_dinis
Explorer
0 Kudos

Yes Renan. This happens when I try to create a RFC webservice.