‎2009 Mar 02 6:54 PM
We have a requirement to send graphics images, does IDoc support binary data?
Thank you!
-cynthia wong
‎2009 Mar 03 4:49 AM
HI,
Type of data depends upon the data element of field in the segment of an idoc, if you are able to create the data element for binary data then it might be possible to send the binary data. You can try to send the binary data as string. But I have not come across any message type or basic type which allows to send binary data.
Thanks,
Asit Purbey.
‎2009 Mar 03 5:55 AM
Hi,
Idocs dont conatin data in character format rather then binary format.
You can use mqseries while trasfering idocs which provide handling of binary data types. Binary data will be exchanged by Byte[] data types.
Thanks,
Smita
‎2009 Mar 11 5:26 AM
Hi,
It is possible to send Binary data in an IDoc.
Thanks
Krithika
‎2009 Mar 11 12:03 PM
hello,
No Idoc does not suppurt binary files(images). but depending on the image you want to send there are function modules tat can sent those images.
cheers