Hello All,
I wanted to create Odata as below sequence. Please help me how to do this.
"companyCodes":[
{
"CompanyCode":"ABCD",
"Country":"USA",
"Decription":"XXXX -CMPP-US",
"Function":[
{"FunName":"Function_1","Count":16},
{"FunName":"Function_2","Count":13},
{"FunName":"Function_3","Count":0},
{"FunName":"Function_4","Count":4},
{"FunName":"Function_5","Count":8},
{"FunName":"Function_6","Count":0},
{"FunName":"Function_7","Count":0}
]
},
I guess I can achieve it by using deep structure but RFC is not allowing to use deep structure .