Hello,
I would send an email from a SAP-System with the doc_type htm. In the SAP-preview (SCOT) the email has the correct formatting (with break lines).
But in MS Outlook the formatting is not correct (no break lines).
I think the problem is the settings in the transaction SCOT but I am not sure?
Do you have any ideas?
Peter
Message was edited by: Peter Ziegler The program has the correct format ( I think so) **Coding***** move '<B>******TEST TEST***********</BR>' to objcont-line. append objcont. clear objcont-line. * CONCATENATE 'System: ' sy-sysid INTO objcont-line. concatenate '<B>' 'System: ' '#' sy-sysid '</BR>' into objcont-line. replace '#' with space into objcont-line. append objcont. clear objcont-line. endif. ** Texte ab 901 wurden ergänzt. concatenate text-901 '</BR>' into objcont-line. append objcont. clear objcont-line. concatenate text-900 '</BR>' into objcont-line. "Leerzeile append objcont. clear objcont-line.