Application Development 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: 

Image Attachment through IDoc

Former Member
0 Kudos

Hello,

We have scenario,

Every Purchase Requisition has an Image attached with it.

also the Item in the PR have image associated with them,

and my requirement is to sent those through Idoc, or is there a better way.

i have though of using the upload gui function module to convert it into binary and pass, but not sure how to pass this

Any help will be appreciated.

Regards,

Abhishek

1 REPLY 1

Former Member
0 Kudos

Hi,

Maybe you can use base64 encoding to transfer your attachment.

This has already been discussed in this topic:

Kind regards,

Ruben