cancel
Showing results for 
Search instead for 
Did you mean: 

XML not rendering correctly in ABAP webdynpro after upgrade to 7.5

krishg
Active Participant
0 Kudos

We are displaying XML content using ABAP webdynpro . We are on 7.5 system and were on 7.31 before. XML was correctly displaying before upgrade.

After upgrade, the same xml content is displaying without xml tags.

In 7.5 the content

EDI_DC40200000000000166518

in 7.31, the content

<?xml version="1.0" encoding="UTF-8" ?>
- <DELVRY03>
- <IDOC BEGIN="1">
- <EDI_DC40 SEGMENT="1">

<MANDT>200</MANDT>

<DOCNUM>0000000001665189</DOCNUM>

I was not involved in the original development and not familiar with webdynpro . Any ideas?

When I tried to look at the 'Technical Help' -> View and View elements tab , 7.5 version dumps with 500 internal error while the 7.31 version displays correctly.

Accepted Solutions (0)

Answers (1)

Answers (1)

amy_king
Active Contributor

Hi Krish,

If it worked before the upgrade but not after, I would look for a note in the support portal then open an incident with SAP if you cannot find a correction.

Cheers,

Amy

krishg
Active Participant
0 Kudos

Thanks for your response. I have created the incident.

In the meantime, we are using custom class (whose super class is cl_wd_iframe). we only have a constructor method calls the super constructor. Other than that there are no other methods.