| HOME | TUTORIALS | JOBS | DOWNLOAD | CERTIFICATION | EMERGING TECH | TOOLS | PROJECTS | ARTICLES | REFERENCES | ||
| Welcome to
SAPBrainsOnline
"Site covers most of the SAP technical and functional tutorials, articles, interview questions. List and details of SAP transaction codes ( tcodes ), Tables, report names, Bapi, ABAP programming syntax and keywords are also available in the site. Information on SAP Certification and training, latest SAP jobs in India, ABAP interview questions are useful for SAP professionals seeking for a career in SAP as a fresher or experienced.ABAP tutorial downloads on BDC, LSMW, BAPI, ALE, IDOC, Smartforms, Sapscripts etc etc are also added.Now you can read from this page about ABAP program to send a report to an external mail-id" |
ABAP program to send a report to an external mail-id |
Related 10 Sample Programs Tutorials
|
This source code is an ABAP Program o send a report to an external mail-id REPORT ZREPORT_TO_EMAIL NO STANDARD PAGE HEADING LINE-SIZE 200. DATA : BEGIN OF ITAB
OCCURS 0, DATA: message_content LIKE soli OCCURS 10 WITH HEADER LINE, START-OF-SELECTION. SELECT PERNR ENAME LOOP AT ITAB. * Receivers APPEND receiver_list. * General data * Mail body * Attachment CALL FUNCTION 'SO_OBJECT_SEND' SAP TOPICSABAP Advanced ABAP SAP JOBS SAP Functional Modules SAP R/3 SAP NetWeaver
|
|
Custom Search
|
| ABAP Tutorials | ABAP Syntax | BAPI | SAP Jobs | SAP Glossary | SAP Netweaver | SAP XI | SAP Download | SAP Interview questions |
Complete SAP Study materials | SAP JOBS | PDF Tutorials List of SAP Companies India
All of the product names here are trademarks of their respective companies. The site sapbrainsonline.com no way affiliated with SAP AG. Use information on this site at your own risk. Information furnished in the site is collected from various sites and posts from users. This site does not host any files on its server. If any compliants about the posts please contact us at sapbrain.support@gmail.com