Sorry if this has been discussed before but I searched and couldn't find an answer. I'm new to Web IDE and trying to build a project from a template in Web IDE. Another developer created an OData which I connected to and tells me I have to pass in the invoice number to retrieve the data. I've tried creating a New Configuration and adding the invoice parameter and value in there but it doesn't work. He's saying the URI should be something like the ones below but how do I pass in the invoice number to get the invoice details when I run the project?
/sap/opu/odata/sap/ZMM_PO_DTLS_SRV/POHeaderSet('3000040127')
/sap/opu/odata/sap/ZMM_PO_DTLS_SRV/POHeaderSet(Purchaseorder='3000040127')
/sap/opu/odata/sap/ZMM_PO_DTLS_SRV/POVendorSet(Purchaseorder='3000040127',VendorFlag='X')
/sap/opu/odata/sap/ZMM_PO_DTLS_SRV/POItemSet?$filter=Purchaseorder eq '3000040127'
Thanks,
Arya