cancel
Showing results for 
Search instead for 
Did you mean: 

SAP tables of oData service

Former Member
0 Kudos

Hi,

I want to know how to check what SAP tables are used in oData service.

(Say OData Service PP_MRP_COCKPIT_SRV or any oData service.)

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Namita,

Did you opend the Service in tcode SEGW already? There you can see if there is maybe a mapping for the Entitysets. If so you can see the Name of Functionmodul, DDIC etc. If there is no mapping you have to go into ABAP Coding.

In SEGW under Runime Artifacts you will find different Classes. There please rightclick on *DPC* class and open it in ABAP Workbench. Inside Workbench search for a method called like this

<ENTITY>_GET_ENTITYSET

Regards

Max

AshwinDutt
Active Contributor
0 Kudos

Hello Namita,

Go to /iwfnd/maint_service transaction and select the GW Service.

Now to the right side you will see ' Service Implementation ' button, click on it.

It will navigate to the screen where you will see ' Model Provider Class ' and ' Data Provider Class ' information.

Open those classes in SE24 especially Data Provide Class and you will be able to find out the methods implemented and the logic written for the methods inside it.

Regards,

Ashwin