Hi Nisar:
When the internal table in RFC return is empty, the part of XML will be as below:
<ET_LIST>
</item>
<ET_LIST>
Then the converted result will be:
"ET_LIST": {
"item": [""]
}
And our expected result should be:
"ET_LIST": {
"item": []
}
I don't know how to avoid "" appear.