I am using UNIX command to send emails from SAP, When I send it to any webmail eg. Yahoo all the attachment contents are becoming garbage.
Someone suggested I should use MIME. But I don't know the process. Can you please let me know how to do it?
Currently I am using the following command to send email
CONCATENATE 'uuencode' P_FNAME 'Delivery.txt' '| mailx -m -s' 'Test'P_EMAIL NTO UNIXCOM SEPARATED BY SPACE.
CALL 'SYSTEM' ID 'COMMAND' FIELD UNIXCOM
ID 'TAB' FIELD TABL-*SYS*.
Software/Hardware used:
ASKED:
February 5, 2009 7:31 PM
UPDATED:
February 26, 2009 8:13 PM