My scenario is ABAP proxy to File. ABAP program is sending data to PI with blank value. But in response the field is not showing at all.
For eg: If i send customer no = '' and custname = 'Anita'. In response , i'm getting only <custname>Anita</custname>.
Not showing <cutomerno> tag.
As per my requirement it should display empty tag<customerno/>.
I tried to pass space and ' ' but not working.
Do i need to change anything ABAP side or need to check with PI?