cancel
Showing results for 
Search instead for 
Did you mean: 

In transaction SEGW, how can I find out the RFC consumed by an entity type for an Odata service?

akash_munda
Explorer
0 Kudos

I have a project created in SEGW. It has some services already created consuming some customised RFCs. How can I find out the RFCs consumed by the entities created inside the data model?

Also please note that for the entities that have their mapping defined, i am able to find out the RFCs consumed by them, my only issue is I am not able to find RFCs consumed for entities that do not have any mapping defined.

Accepted Solutions (0)

Answers (1)

Answers (1)

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Kudos

If entities have not been implemented by mapping of an RFC they probably have been implemented via ABAP code based implementation.

So you have to look into the coding of the DPC_EXT class of your SEGW project.

Regards,

Andre