cancel
Showing results for 
Search instead for 
Did you mean: 

Fetch Multiple Rows from RFC Table in Odata SAP Netweaver Gateway

Former Member
0 Kudos

Hi All,

The problem I'm facing is. I got one RFC which is having some Import parameters and Table as Output.  So when i'm trying to build Odata service using Netweaver Gateway Service Builder. The service has been build succesfully but we are getting only first row from the Table as Output.

So anyone can help us regarding this issue How to fetch multiple Rows from the Table or the Entire Table.

Accepted Solutions (0)

Answers (2)

Answers (2)

mike_reader3
Active Participant
0 Kudos

Check the Entity Type Properties and make sure you have the correct Key fields set,  I have had instances where I set the incorrect keys (ie not making all the returned records unique) and it resulted in the service returning less records than expected.

sony_jose4
Explorer
0 Kudos

Hi Karthik,  I'm facing the same issue. Can you please tell me how you solved it.

Regards,

Jose.

AshwinDutt
Active Contributor
0 Kudos

Hello Jose,

Implement QUERY/Get_Entity_Set and send input parameters as part of $filter parameters.

Refer below will help ->

Regards,

Ashwin