‎2008 Nov 21 10:58 AM
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
‎2008 Nov 21 11:09 AM
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.