cancel
Showing results for 
Search instead for 
Did you mean: 

GATEWAY ISSUE

Former Member
0 Kudos

Hi,

I created RFC for ODATA service ,Its working fine.

When i passing  input values on browser , i am getting error  .

Please let me know .

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello,

Below information will help to resolve the issue if not please let me know.

If you did coding in GET_ENTITYSET use the below url for single record.

ZPOD_H_SRV/zpodSet?$filter=vbeln eq '0080003390'&$format=json

If you want all records use the below.

ZPOD_H_SRV/zpodSet


If you defined coding in GET_ENTITY use the below url and always single record.

ZPOD_H_SRV/zpodSet(vbeln='0080003390')?$format=json



Regards,

Suresh

former_member185414
Active Contributor
0 Kudos

Hi Suresh,

A part was missed by you , rest nicely put.

If you did coding in GET_ENTITYSET use the below url for single record.

ZPOD_H_SRV/zpodSet?$filter=vbeln eq '0080003390'&$format=json

-> Here you need to implement filter in the backend.

BR.