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

Can I send binary data via IDoc ?

Former Member
0 Likes
910

We have a requirement to send graphics images, does IDoc support binary data?

Thank you!

-cynthia wong

4 REPLIES 4
Read only

Former Member
0 Likes
684

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.

Read only

Former Member
0 Likes
684

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

Read only

Former Member
0 Likes
684

Hi,

It is possible to send Binary data in an IDoc.

Thanks

Krithika

Read only

Former Member
0 Likes
684

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