Hi Folks ,
My name is Anand.
I am trying to display a table by taking dynamic value given in the selection screen . It has to take and call the ODATA Abap service in the backend .
I am using GET ENTITY Method here to fetch the single record details and
I am using this format to send the URL to the back end
"/EntitysetName(Fieldname = '0000000002')"
and it is fetching the data in the back end . But its not getting displayed in the table . so,can anyone please find out my mistake and help me out.
Thanks in Advance.