Hi folks,
we have a requirement in our project where we receive data from ABAP Proxy and it needs to be sent to the receiver as email attachment. The Subject, From and To header fields are dynamic, and I have used the UDFs to handle these and they work fine. However, I have a problem with populating the EMAIL Body. I do not want to use the mail package.
we have created a UDF to create an additional attachment containing the values to be populated in the mail body and tried to convert that to inline using the PayloadSwapBean and MessageTransformBean, but it doesn't seem to work.
Is there a way where in we can populate the body along with the attachment without using the mail package?
Thanks,
Hari