Skip to Content
0
Jan 11, 2023 at 10:21 AM

Odata get entity set is working but not get entity

640 Views

Hi,

My Odata Services is working for get entityset perfectly and able to use display in the browser or gateway service.

The problem is when I try to use get_entity method where I use the signature of the method.

read table it_key_tab into data(ls_key_tab) with key name = 'Vbeln'.

It shows client error 400.

Why can't I read the table it_key_tab ?

Thanks

Jyothsna