Skip to Content
0
Jan 17, 2023 at 11:08 AM

How to get blank xml tag in PI payload like .

69 Views Last edit Jan 17, 2023 at 11:13 AM 2 rev

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?