cancel
Showing results for 
Search instead for 
Did you mean: 

Gateway Query with too many filters

Former Member
0 Kudos

Hi Experts, Im trying to develop a query service to get material price from ECC, this requirements is for all items therefore I need to recieve in ECC header information, item information and price conditions for each item, as you can see there are a lot of properties fields that con not be received in 'get_entity_set' method  with filter option, does any body know any option to do that? I'm working in a Sap NetWeaver 7.4, using the SEGW transaction. Any sugestion would be appreciated.

Accepted Solutions (0)

Answers (2)

Answers (2)

kammaje_cis
Active Contributor
0 Kudos

Create multiple Entities and link them with Association and Navigations as Kedar said.

Use query option $expand to fetch all entities at a time. (Google odata $expand).

kedarT
Active Contributor
0 Kudos

Hi Gerardo,

How about using Associations with entities, look at this blog -

Hope this helps.