cancel
Showing results for 
Search instead for 
Did you mean: 

How to Upload image in MIME using RFC..????

Former Member
0 Kudos

Hello all,

Can we save file in MIME repository using RFC function module..?????

.Net application will be calling this function module with importing parameter as Xstring data of the file.

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Mithil,

You could try to encode in Base64 the object in PI, the ERP take the base64 and to decode it, finally you can upload to mime repository.

ABAP base64 decode: SSFC_BASE64_DECODE

Upload mime repository, package SMIMES, class: CL_WB_MIME_REPOSITORY, method STORE_MIME

Regards.