Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

XML Nodes Limit

Former Member
0 Likes
452

Hi Friends,

I am generating an XML outbound file for Invoice processing which carries lot of data for Billing, Delivery, shipment and in short the entire flow with repect to a Billing document number.

I am using the standard functionallity of iXML interfaces available in SAP. The problem is as it is carrying a lot of data there are around 2000+ nodes attached to the primary / root node.

I have just started the development and checked till 200 it was working fine, the moment I increase the number of nodes from 200 to 210 or 210 it truncates the file and the XML file is incomplete.

Can you please help....

Regards,

Yakub Shah

1 REPLY 1
Read only

Former Member
0 Likes
398

Actually the problem is with the BINARY MODE output while transfering it on application server using DATASET.

I guess the length is exceeding, I tried converting it using FM to text and then download. its giving junk characters....

If any one can help how can download the rendered file to the application server.

Regards,

Yakub Shah.