cancel
Showing results for 
Search instead for 
Did you mean: 

How to know which version of Odata protocol (v2 or v4) is supported in Gateway?

p619793
Active Participant
0 Kudos

I know the OData version depends on the basis release of the depends on the underlying SAP Basis release of your SAP Business Suite or S/4 HANA system?

The odata version of an existing Odata service can also be known from its metadata by the tag <edmx:DataServices>.

Is there any way to know beforehand by the system details which versions of OData are supported in my system?

Following thread mentions about this but now one can implment both v2 and v4 if both are supported if I understand it right.

Supported OData Version in SAP Gateway

Accepted Solutions (1)

Accepted Solutions (1)

former_member185414
Active Contributor

Easier way could be to check T-code /IWFND/V4_ADMIN (or any specific to V4) for V4 support and /IWFND/MAINT_SERVICE for V2

Balu483
Participant
0 Kudos

when i try to access the '/IWFND/V4_ADMIN' transaction code my system is showing that transaction code does not exist.

we hade SAP_GWFND installed

version release:740

SP level: 20

former_member185414
Active Contributor
0 Kudos

Then yours would have OData V2 installed.

Answers (1)

Answers (1)

Check the metadata in t-code "/n/iwfnd/gw_client" by adding $metadata to the URI, you can find the odata version