cancel
Showing results for 
Search instead for 
Did you mean: 

While doing Material Master records are not coming in Query and Read operations

Former Member
0 Kudos

Hi Experts.

    I have done Material master Query and Read operations Back end server as Ecc 6.0 Version. after doing it is coming XML data and Metadata

but not showing any material master records in " /sap/opu/odata/NEGW/ENG_MATERIAL/eng_materialCollection"

  Even single record also not showing after mapping has done. when i tested in REST client it showing Status Code as 200 OK.

  What could be the problem. please help me out in the scenario.

  Your help will be highly appreciated. Please let me know if any refered document is there for material master CRUD operations. please let me know the note number .

Regards,

Vinay.

Accepted Solutions (0)

Answers (2)

Answers (2)

paschmann
Advisor
Advisor
0 Kudos

Hi Vinay,

A couple questions -

1. Did you setup your system alias correctly after generating the data model and consumption model?

2. If you add a screenshot of the consumption model parameters it might make it easier to troubleshoot.

3. If you execute the URL in regular web browser, do you see any additional detail - if you click "Response Raw" in RESTClient does it show any additional detail?

I have had one or 2 scenarios where if "something" is returned (but not what you are expecting) it will naturally show a 200 OK.

Please provide this additional detail and maybe we could assist some more.

Paul

Former Member
0 Kudos

Hi Vinay.

have you created the service using RFC Function module generator ?

Test the Function module in the Target system.

It could be possible that the FM has some mandatory input parameters and you are not passing them.Try passing those parameters via $filter. Hopefully it works.

Regards

Gururaj