Posted: Fri May 23, 2008 7:55 pm Post subject: Send mail with attached objects using "SOFM" objec
Code:
REPORT z_mail .
DATA: s_message TYPE sodocchgi1,
s_list_obj TYPE solisti1 OCCURS 0,
s_user_dats TYPE soudatai1,
s_user TYPE soudnamei1,
s_document TYPE sofolenti1,
s_task_descr TYPE tline OCCURS 0,
s_task_descr_c TYPE solisti1 OCCURS 0,
s_object TYPE soxobj,
s_descr_attach TYPE soattchgi1 OCCURS 0 WITH HEADER LINE,
s_receivers TYPE somlreci1 OCCURS 0 WITH HEADER LINE.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.