cancel
Showing results for 
Search instead for 
Did you mean: 

The XML file is getting truncated after reading.

Former Member
0 Kudos

Hi,

I have written a code for ABAP Mapping.

But the file which is getting generated using this mapping have missing fields.

I tried to debug and found out that the method MAP_BY_ABAP of CL_MAPPING_XMS_PLSRV3 is causing the problem.

The code is having one function IDX_XML_TO_IDOC which converts XML to IDOC table. I think the xml_data parameter of this function is having some missing data so it is not generating correct fields.

If anyone can guide me on this issue will be helpful.

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>>The code is having one function IDX_XML_TO_IDOC which converts XML to IDOC table.

you have the whole code for this in this doc:

https://websmp110.sap-ag.de/~sapdownload/011000358700001795162005E/HowToIDocXMLToFlat.pdf

no need to reinvent the wheel

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

former_member206604
Active Contributor
0 Kudos

Hi,

Check out this thread as well, speaks the same

Thanks,

Prakash

Answers (0)