Everybody sends mails from SAP, some are still using old FM SO_NEW_DOCUMENT_ATT_SEND_API1 but some CL_BCS class. This class is really powerful but it has one disadvantage - it does commit work, and not ...
... I’ve set sender and receiver, both as RT (ABAP Report Program).
Figure 100 TRSTI entry for sender program
I’ve also adapted the field catalog, setting REPREP to ABAP_TRUE for column ...
... it's the time to shut down your virtual machine. Please power it off or send the shutdown signal.
Now go to the location where your virtual machine is stored at the host machine and ...
...
importing
er_result_file = r_xstring ).
endmethod.
Now you can use the result XSTRING do download data to application server, local pc or use it to send via e-mail. ...
...
methods: evh_after_refresh for event after_refresh of cl_gui_alv_grid importing sender,
evh_del_change_selection for event delayed_changed_sel_callback of cl_gui_alv_grid.
private section. ...
... So you're receiving at the end of the method an xstring file so you can do what you want with it, for example send via mail to the user, or save it on local PC (like in the example found at the end). The ...
... to create and send the message directly from SAP, but in a situation when you're working on local files then It may be better to do it with Outlook. This is of course just a short sample of the possibilities, ...