Hi Experts,
I have created a get_entity method, now i want to execute it. If my model has only one key field then my URL would be as
/sap/opu/odata/sap/Z_SALEORDER_SRV/SO_INPUTS('0000000076') which is working fine. If i have model with two key field how the URL format
should be? i have tried with
/sap/opu/odata/sap/Z_SALEORDER_SRV/SO_ITEMS('0000000076','000010') and
/sap/opu/odata/sap/Z_SALEORDER_SRV/SO_ITEMS('0000000076'),('000010') which is not working
Please help me.